Uses of Class
de.hybris.platform.commerceservices.model.OrgUnitModel
Packages that use OrgUnitModel
Package
Description
Contains generated models for each type of de.hybris.platform.b2b.jalo package.
-
Uses of OrgUnitModel in de.hybris.platform.b2b.dao.impl
Classes in de.hybris.platform.b2b.dao.impl with type parameters of type OrgUnitModelModifier and TypeClassDescriptionclassDefaultB2BOrgUnitDao<T extends OrgUnitModel>Overrides the implementation of commerceservice'sDefaultOrgUnitDao.getQuoteForEmployeeQuery()method by using B2B specific B2B_QUOTE_TO_EMPLOYEE_JOINS clause to build a query string. -
Uses of OrgUnitModel in de.hybris.platform.b2b.model
Subclasses of OrgUnitModel in de.hybris.platform.b2b.modelModifier and TypeClassDescriptionclassGenerated model class for type B2BUnit first defined at extension b2bcommerce. -
Uses of OrgUnitModel in de.hybris.platform.b2bcommerce.backoffice.editor
Methods in de.hybris.platform.b2bcommerce.backoffice.editor with parameters of type OrgUnitModelModifier and TypeMethodDescriptionprotected voidOrgUnitCustomersLogicHandler.handleSaveMembers(com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager, OrgUnitModel unit) voidOrgUnitCustomersEditor.render(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.core.config.impl.jaxb.editorarea.CustomPanel customPanel, OrgUnitModel currentObject, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) -
Uses of OrgUnitModel in de.hybris.platform.b2bcommercefacades.company.impl
Methods in de.hybris.platform.b2bcommercefacades.company.impl that return OrgUnitModelModifier and TypeMethodDescriptionprotected OrgUnitModelDefaultB2BUnitFacadeIntegrationTest.getUnitForUid(String uid) -
Uses of OrgUnitModel in de.hybris.platform.commerceservices.backoffice.editor
Methods in de.hybris.platform.commerceservices.backoffice.editor that return OrgUnitModelModifier and TypeMethodDescriptionprotected OrgUnitModelOrgUnitActiveCheckboxBooleanEditor.getCurrentOrgUnitModel()Methods in de.hybris.platform.commerceservices.backoffice.editor with parameters of type OrgUnitModelModifier and TypeMethodDescriptionprotected voidOrgUnitLogicHandler.handleSaveMembers(com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager, OrgUnitModel unit) voidOrgUnitEmployeesEditor.render(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.core.config.impl.jaxb.editorarea.CustomPanel customPanel, OrgUnitModel currentObject, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) -
Uses of OrgUnitModel in de.hybris.platform.commerceservices.backoffice.orgunits.actions
Methods in de.hybris.platform.commerceservices.backoffice.orgunits.actions with parameters of type OrgUnitModelModifier and TypeMethodDescriptionprotected booleanEnableOrgUnitAction.canActivate(OrgUnitModel orgUnitModel) Deprecated, for removal: This API element is subject to removal in a future version.Checks if a parent orgunit is activeMethod parameters in de.hybris.platform.commerceservices.backoffice.orgunits.actions with type arguments of type OrgUnitModelModifier and TypeMethodDescriptionbooleanDisableOrgUnitAction.canPerform(com.hybris.cockpitng.actions.ActionContext<OrgUnitModel> ctx) Deprecated, for removal: This API element is subject to removal in a future version.booleanEnableOrgUnitAction.canPerform(com.hybris.cockpitng.actions.ActionContext<OrgUnitModel> ctx) Deprecated, for removal: This API element is subject to removal in a future version.DisableOrgUnitAction.getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<OrgUnitModel> ctx) Deprecated, for removal: This API element is subject to removal in a future version.EnableOrgUnitAction.getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<OrgUnitModel> ctx) Deprecated, for removal: This API element is subject to removal in a future version.booleanDisableOrgUnitAction.needsConfirmation(com.hybris.cockpitng.actions.ActionContext<OrgUnitModel> ctx) Deprecated, for removal: This API element is subject to removal in a future version.booleanEnableOrgUnitAction.needsConfirmation(com.hybris.cockpitng.actions.ActionContext<OrgUnitModel> ctx) Deprecated, for removal: This API element is subject to removal in a future version.com.hybris.cockpitng.actions.ActionResult<Object>DisableOrgUnitAction.perform(com.hybris.cockpitng.actions.ActionContext<OrgUnitModel> ctx) Deprecated, for removal: This API element is subject to removal in a future version.com.hybris.cockpitng.actions.ActionResult<Object>EnableOrgUnitAction.perform(com.hybris.cockpitng.actions.ActionContext<OrgUnitModel> ctx) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of OrgUnitModel in de.hybris.platform.commerceservices.backoffice.widgets.organization.util
Method parameters in de.hybris.platform.commerceservices.backoffice.widgets.organization.util with type arguments of type OrgUnitModelModifier and TypeMethodDescriptionstatic StringOrgUnitUtils.getNotificationSource(com.hybris.cockpitng.actions.ActionContext<OrgUnitModel> ctx) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of OrgUnitModel in de.hybris.platform.commerceservices.organization.cronjob
Constructor parameters in de.hybris.platform.commerceservices.organization.cronjob with type arguments of type OrgUnitModelModifierConstructorDescriptionGenerateOrgUnitPathsJob(Class<? extends OrgUnitModel> type) Constructor setting the type to generate unit paths for -
Uses of OrgUnitModel in de.hybris.platform.commerceservices.organization.daos
Classes in de.hybris.platform.commerceservices.organization.daos with type parameters of type OrgUnitModelModifier and TypeInterfaceDescriptioninterfaceOrgUnitDao<T extends OrgUnitModel>Interface forOrgUnitModelrelated paged data access.Methods in de.hybris.platform.commerceservices.organization.daos with type parameters of type OrgUnitModelModifier and TypeMethodDescription<U extends OrgUnitModel>
SearchPageData<U>OrgUnitDao.findAllUnits(List<U> units, PageableData pageableData) Find all units in the branches.<U extends OrgUnitModel>
List<U>OrgUnitDao.findRootUnits(Class<U> type, PageableData pageableData) Find all root units of the given type, i.e.Methods in de.hybris.platform.commerceservices.organization.daos with parameters of type OrgUnitModelModifier and TypeMethodDescription<U extends PrincipalModel>
SearchPageData<U>OrgUnitDao.findMembersOfType(OrgUnitModel unit, Class<U> memberType, PageableData pageableData) Find all unit members of a given type. -
Uses of OrgUnitModel in de.hybris.platform.commerceservices.organization.daos.impl
Classes in de.hybris.platform.commerceservices.organization.daos.impl with type parameters of type OrgUnitModelModifier and TypeClassDescriptionclassDefaultOrgUnitDao<T extends OrgUnitModel>Default implementation of theOrgUnitDaointerface extendingDefaultPagedGenericDao.Methods in de.hybris.platform.commerceservices.organization.daos.impl with type parameters of type OrgUnitModelModifier and TypeMethodDescription<U extends OrgUnitModel>
SearchPageData<U>DefaultOrgUnitDao.findAllUnits(List<U> units, PageableData pageableData) <U extends OrgUnitModel>
List<U>DefaultOrgUnitDao.findRootUnits(Class<U> type, PageableData pageableData) Methods in de.hybris.platform.commerceservices.organization.daos.impl with parameters of type OrgUnitModelModifier and TypeMethodDescription<U extends PrincipalModel>
SearchPageData<U>DefaultOrgUnitDao.findMembersOfType(OrgUnitModel unit, Class<U> memberType, PageableData pageableData) -
Uses of OrgUnitModel in de.hybris.platform.commerceservices.organization.listeners.impl
Constructor parameters in de.hybris.platform.commerceservices.organization.listeners.impl with type arguments of type OrgUnitModelModifierConstructorDescriptionOrgUnitAfterInitializationEndEventListener(Class<? extends OrgUnitModel> unitType) Constructor setting the type to generate unit paths for -
Uses of OrgUnitModel in de.hybris.platform.commerceservices.organization.services
Methods in de.hybris.platform.commerceservices.organization.services with type parameters of type OrgUnitModelModifier and TypeMethodDescription<T extends OrgUnitModel>
voidOrgUnitHierarchyService.generateUnitPaths(Class<T> unitType) Generates thepathvalue of allOrgUnitModelobjects of the given unit type.Methods in de.hybris.platform.commerceservices.organization.services that return OrgUnitModelMethods in de.hybris.platform.commerceservices.organization.services that return types with arguments of type OrgUnitModelModifier and TypeMethodDescriptiondefault Optional<OrgUnitModel>OrgUnitService.createAndGetUnit(OrgUnitParameter parameter) Create a new organizational unit and get the created object in responseOrgUnitService.getParent(OrgUnitModel orgUnit) Gets the parent unit of a unit.OrgUnitService.getUnitForUid(String uid) Get the organizational unit with the given uid.Methods in de.hybris.platform.commerceservices.organization.services with parameters of type OrgUnitModelModifier and TypeMethodDescriptionvoidOrgUnitService.activateUnit(OrgUnitModel orgUnit) Activate the organizational unit with the given orgUnit.voidOrgUnitService.deactivateUnit(OrgUnitModel orgUnit) Deactivate the organizational unit and all of its child units with the given orgUnit.OrgUnitService.getParent(OrgUnitModel orgUnit) Gets the parent unit of a unit.voidOrgUnitHierarchyService.saveChangesAndUpdateUnitPath(OrgUnitModel unit) Saves all changes to the givenOrgUnitModeland updates itspathvalue as well as thepathvalues for all its descendants of the same type subsequently.voidOrgUnitParameter.setOrgUnit(OrgUnitModel orgUnit) voidOrgUnitParameter.setParentUnit(OrgUnitModel parentUnit) -
Uses of OrgUnitModel in de.hybris.platform.commerceservices.organization.services.impl
Methods in de.hybris.platform.commerceservices.organization.services.impl with type parameters of type OrgUnitModelModifier and TypeMethodDescription<T extends OrgUnitModel>
voidDefaultOrgUnitHierarchyService.generateUnitPaths(Class<T> unitType) Generates thepathvalue of allOrgUnitModelobjects of the given unit type.Methods in de.hybris.platform.commerceservices.organization.services.impl that return OrgUnitModelModifier and TypeMethodDescriptionprotected OrgUnitModelDefaultOrgUnitHierarchyService.getParentUnit(OrgUnitModel unit) static OrgUnitModelOrgUnitServiceTestUtil.getParentUnit(OrgUnitModel unit, DefaultOrgUnitService defaultOrgUnitService) static OrgUnitModelOrgUnitServiceTestUtil.getUnit(String uid, DefaultOrgUnitService defaultOrgUnitService) protected OrgUnitModelDefaultOrgUnitHierarchyServiceIntegrationTest.getUnitForUid(String uid) Methods in de.hybris.platform.commerceservices.organization.services.impl that return types with arguments of type OrgUnitModelModifier and TypeMethodDescriptionDefaultOrgUnitService.createAndGetUnit(OrgUnitParameter parameter) protected Optional<OrgUnitModel>DefaultOrgUnitService.createUnitInternal(OrgUnitParameter parameter) protected Set<OrgUnitModel>DefaultOrgUnitHierarchyService.generatePathForUnit(OrgUnitModel unit, OrgUnitModel parentUnit) protected Set<OrgUnitModel>DefaultOrgUnitHierarchyService.getChildrenOfSameType(OrgUnitModel unit) protected OrgUnitDao<OrgUnitModel>DefaultOrgUnitQuoteService.getOrgUnitDao()DefaultOrgUnitService.getParent(OrgUnitModel orgUnit) DefaultOrgUnitService.getUnitForUid(String uid) Methods in de.hybris.platform.commerceservices.organization.services.impl with parameters of type OrgUnitModelModifier and TypeMethodDescriptionvoidDefaultOrgUnitService.activateUnit(OrgUnitModel orgUnit) protected voidDefaultOrgUnitHierarchyService.beforeUpdate(OrgUnitModel unit, OrgUnitModel parentUnit) static OrgUnitParameterOrgUnitServiceTestUtil.createOrgUnitParam(OrgUnitModel orgUnit, OrgUnitModel parentUnit, String uid, String name, Boolean active, String description) voidDefaultOrgUnitService.deactivateUnit(OrgUnitModel orgUnit) protected Set<OrgUnitModel>DefaultOrgUnitHierarchyService.generatePathForUnit(OrgUnitModel unit, OrgUnitModel parentUnit) protected Set<OrgUnitModel>DefaultOrgUnitHierarchyService.getChildrenOfSameType(OrgUnitModel unit) DefaultOrgUnitService.getParent(OrgUnitModel orgUnit) protected OrgUnitModelDefaultOrgUnitHierarchyService.getParentUnit(OrgUnitModel unit) static OrgUnitModelOrgUnitServiceTestUtil.getParentUnit(OrgUnitModel unit, DefaultOrgUnitService defaultOrgUnitService) voidDefaultOrgUnitHierarchyService.saveChangesAndUpdateUnitPath(OrgUnitModel unit) Saves all changes to the givenOrgUnitModeland updates itspathvalue as well as thepathvalues for all its descendants of the same type subsequently.protected booleanDefaultOrgUnitService.setParentUnit(OrgUnitModel orgUnit, OrgUnitModel newParentUnit) protected voidDefaultOrgUnitHierarchyService.updateUnitPath(OrgUnitModel unit) protected voidDefaultOrgUnitServiceIntegrationTest.validateCreateUnitResult(OrgUnitModel rootUnit, OrgUnitModel europe) protected voidDefaultOrgUnitHierarchyService.validatePath(OrgUnitModel parentUnit) Method parameters in de.hybris.platform.commerceservices.organization.services.impl with type arguments of type OrgUnitModelModifier and TypeMethodDescriptionprotected <T extends PrincipalModel>
voidDefaultOrgUnitService.addRemoveMembers(OrgUnitMemberParameter<T> parameter, BiConsumer<Set<PrincipalGroupModel>, OrgUnitModel> consumer) voidDefaultOrgUnitQuoteService.setOrgUnitDao(OrgUnitDao<OrgUnitModel> orgUnitDao) -
Uses of OrgUnitModel in de.hybris.platform.commerceservices.organization.strategies
Classes in de.hybris.platform.commerceservices.organization.strategies with type parameters of type OrgUnitModelModifier and TypeInterfaceDescriptioninterfaceOrgUnitActivationStrategy<T extends OrgUnitModel>Strategy for activating and deactivating anOrgUnitModel. -
Uses of OrgUnitModel in de.hybris.platform.commerceservices.organization.strategies.impl
Methods in de.hybris.platform.commerceservices.organization.strategies.impl that return types with arguments of type OrgUnitModelModifier and TypeMethodDescriptionprotected Set<OrgUnitModel>DefaultOrgUnitActivationStrategy.getBranch(OrgUnitModel node) Methods in de.hybris.platform.commerceservices.organization.strategies.impl with parameters of type OrgUnitModelModifier and TypeMethodDescriptionvoidDefaultOrgUnitActivationStrategy.activateUnit(OrgUnitModel unit) voidDefaultOrgUnitActivationStrategy.deactivateUnit(OrgUnitModel unit) protected Set<OrgUnitModel>DefaultOrgUnitActivationStrategy.getBranch(OrgUnitModel node) protected voidDefaultOrgUnitActivationStrategy.toggleUnit(OrgUnitModel unit, boolean activate) Method parameters in de.hybris.platform.commerceservices.organization.strategies.impl with type arguments of type OrgUnitModelModifier and TypeMethodDescriptionprotected voidDefaultOrgUnitActivationStrategy.processBranch(Set<OrgUnitModel> branchUnits, org.apache.commons.collections.Closure closure)