Uses of Class
de.hybris.platform.commerceservices.model.OrgUnitModel
-
-
Uses of OrgUnitModel in de.hybris.platform.b2b.dao.impl
Classes in de.hybris.platform.b2b.dao.impl with type parameters of type OrgUnitModel Modifier and Type Class Description classDefaultB2BOrgUnitDao<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.model Modifier and Type Class Description classB2BUnitModelGenerated 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 OrgUnitModel Modifier and Type Method Description protected 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 OrgUnitModel Modifier and Type Method Description protected OrgUnitModelDefaultB2BUnitFacadeIntegrationTest. getUnitForUid(java.lang.String uid)protected OrgUnitModelDefaultB2BUnitFacadeSkipPathGenerationIntegrationTest. getUnitForUid(java.lang.String uid) -
Uses of OrgUnitModel in de.hybris.platform.commerceservices.backoffice.editor
Methods in de.hybris.platform.commerceservices.backoffice.editor with parameters of type OrgUnitModel Modifier and Type Method Description protected 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 OrgUnitModel Modifier and Type Method Description protected booleanEnableOrgUnitAction. canActivate(OrgUnitModel orgUnitModel)Checks if a parent orgunit is activeMethod parameters in de.hybris.platform.commerceservices.backoffice.orgunits.actions with type arguments of type OrgUnitModel Modifier and Type Method Description booleanDisableOrgUnitAction. canPerform(com.hybris.cockpitng.actions.ActionContext<OrgUnitModel> ctx)booleanEnableOrgUnitAction. canPerform(com.hybris.cockpitng.actions.ActionContext<OrgUnitModel> ctx)java.lang.StringDisableOrgUnitAction. getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<OrgUnitModel> ctx)java.lang.StringEnableOrgUnitAction. getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<OrgUnitModel> ctx)booleanDisableOrgUnitAction. needsConfirmation(com.hybris.cockpitng.actions.ActionContext<OrgUnitModel> ctx)booleanEnableOrgUnitAction. needsConfirmation(com.hybris.cockpitng.actions.ActionContext<OrgUnitModel> ctx)com.hybris.cockpitng.actions.ActionResult<java.lang.Object>DisableOrgUnitAction. perform(com.hybris.cockpitng.actions.ActionContext<OrgUnitModel> ctx)com.hybris.cockpitng.actions.ActionResult<java.lang.Object>EnableOrgUnitAction. perform(com.hybris.cockpitng.actions.ActionContext<OrgUnitModel> ctx) -
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 OrgUnitModel Modifier and Type Method Description static java.lang.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 OrgUnitModel Constructor Description GenerateOrgUnitPathsJob(java.lang.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 OrgUnitModel Modifier and Type Interface Description interfaceOrgUnitDao<T extends OrgUnitModel>Interface forOrgUnitModelrelated paged data access.Methods in de.hybris.platform.commerceservices.organization.daos with type parameters of type OrgUnitModel Modifier and Type Method Description <U extends OrgUnitModel>
SearchPageData<U>OrgUnitDao. findAllUnits(java.util.List<U> units, PageableData pageableData)Find all units in the branches.<U extends OrgUnitModel>
java.util.List<U>OrgUnitDao. findRootUnits(java.lang.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 OrgUnitModel Modifier and Type Method Description <U extends PrincipalModel>
SearchPageData<U>OrgUnitDao. findMembersOfType(OrgUnitModel unit, java.lang.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 OrgUnitModel Modifier and Type Class Description classDefaultOrgUnitDao<T extends OrgUnitModel>Default implementation of theOrgUnitDaointerface extendingDefaultPagedGenericDao.Methods in de.hybris.platform.commerceservices.organization.daos.impl with type parameters of type OrgUnitModel Modifier and Type Method Description <U extends OrgUnitModel>
SearchPageData<U>DefaultOrgUnitDao. findAllUnits(java.util.List<U> units, PageableData pageableData)<U extends OrgUnitModel>
java.util.List<U>DefaultOrgUnitDao. findRootUnits(java.lang.Class<U> type, PageableData pageableData)Methods in de.hybris.platform.commerceservices.organization.daos.impl with parameters of type OrgUnitModel Modifier and Type Method Description <U extends PrincipalModel>
SearchPageData<U>DefaultOrgUnitDao. findMembersOfType(OrgUnitModel unit, java.lang.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 OrgUnitModel Constructor Description OrgUnitAfterInitializationEndEventListener(java.lang.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 OrgUnitModel Modifier and Type Method Description <T extends OrgUnitModel>
voidOrgUnitHierarchyService. generateUnitPaths(java.lang.Class<T> unitType)Generates thepathvalue of allOrgUnitModelobjects of the given unit type.Methods in de.hybris.platform.commerceservices.organization.services that return OrgUnitModel Modifier and Type Method Description OrgUnitModelOrgUnitParameter. getOrgUnit()OrgUnitModelOrgUnitParameter. getParentUnit()Methods in de.hybris.platform.commerceservices.organization.services that return types with arguments of type OrgUnitModel Modifier and Type Method Description java.util.Optional<OrgUnitModel>OrgUnitService. getParent(OrgUnitModel orgUnit)Gets the parent unit of a unit.java.util.Optional<OrgUnitModel>OrgUnitService. getUnitForUid(java.lang.String uid)Get the organizational unit with the given uid.Methods in de.hybris.platform.commerceservices.organization.services with parameters of type OrgUnitModel Modifier and Type Method Description voidOrgUnitService. 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.java.util.Optional<OrgUnitModel>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 OrgUnitModel Modifier and Type Method Description <T extends OrgUnitModel>
voidDefaultOrgUnitHierarchyService. generateUnitPaths(java.lang.Class<T> unitType)Generates thepathvalue of allOrgUnitModelobjects of the given unit type.Methods in de.hybris.platform.commerceservices.organization.services.impl that return OrgUnitModel Modifier and Type Method Description protected OrgUnitModelDefaultOrgUnitHierarchyService. getParentUnit(OrgUnitModel unit)static OrgUnitModelOrgUnitServiceTestUtil. getParentUnit(OrgUnitModel unit, DefaultOrgUnitService defaultOrgUnitService)static OrgUnitModelOrgUnitServiceTestUtil. getUnit(java.lang.String uid, DefaultOrgUnitService defaultOrgUnitService)protected OrgUnitModelDefaultOrgUnitHierarchyServiceIntegrationTest. getUnitForUid(java.lang.String uid)Methods in de.hybris.platform.commerceservices.organization.services.impl that return types with arguments of type OrgUnitModel Modifier and Type Method Description protected java.util.Set<OrgUnitModel>DefaultOrgUnitHierarchyService. generatePathForUnit(OrgUnitModel unit, OrgUnitModel parentUnit)protected java.util.Set<OrgUnitModel>DefaultOrgUnitHierarchyService. getChildrenOfSameType(OrgUnitModel unit)protected OrgUnitDao<OrgUnitModel>DefaultOrgUnitQuoteService. getOrgUnitDao()java.util.Optional<OrgUnitModel>DefaultOrgUnitService. getParent(OrgUnitModel orgUnit)java.util.Optional<OrgUnitModel>DefaultOrgUnitService. getUnitForUid(java.lang.String uid)Methods in de.hybris.platform.commerceservices.organization.services.impl with parameters of type OrgUnitModel Modifier and Type Method Description voidDefaultOrgUnitService. activateUnit(OrgUnitModel orgUnit)protected voidDefaultOrgUnitHierarchyService. beforeUpdate(OrgUnitModel unit, OrgUnitModel parentUnit)static OrgUnitParameterOrgUnitServiceTestUtil. createOrgUnitParam(OrgUnitModel orgUnit, OrgUnitModel parentUnit, java.lang.String uid, java.lang.String name, java.lang.Boolean active, java.lang.String description)voidDefaultOrgUnitService. deactivateUnit(OrgUnitModel orgUnit)protected java.util.Set<OrgUnitModel>DefaultOrgUnitHierarchyService. generatePathForUnit(OrgUnitModel unit, OrgUnitModel parentUnit)protected java.util.Set<OrgUnitModel>DefaultOrgUnitHierarchyService. getChildrenOfSameType(OrgUnitModel unit)java.util.Optional<OrgUnitModel>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 voidDefaultOrgUnitHierarchyService. validatePath(OrgUnitModel parentUnit)Method parameters in de.hybris.platform.commerceservices.organization.services.impl with type arguments of type OrgUnitModel Modifier and Type Method Description protected <T extends PrincipalModel>
voidDefaultOrgUnitService. addRemoveMembers(OrgUnitMemberParameter<T> parameter, java.util.function.BiConsumer<java.util.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 OrgUnitModel Modifier and Type Interface Description interfaceOrgUnitActivationStrategy<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 OrgUnitModel Modifier and Type Method Description protected java.util.Set<OrgUnitModel>DefaultOrgUnitActivationStrategy. getBranch(OrgUnitModel node)Methods in de.hybris.platform.commerceservices.organization.strategies.impl with parameters of type OrgUnitModel Modifier and Type Method Description voidDefaultOrgUnitActivationStrategy. activateUnit(OrgUnitModel unit)voidDefaultOrgUnitActivationStrategy. deactivateUnit(OrgUnitModel unit)protected java.util.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 OrgUnitModel Modifier and Type Method Description protected voidDefaultOrgUnitActivationStrategy. processBranch(java.util.Set<OrgUnitModel> branchUnits, org.apache.commons.collections.Closure closure)
-