Uses of Class
de.hybris.platform.partyservices.jalo.PmOrganizationRelationship
Packages that use PmOrganizationRelationship
-
Uses of PmOrganizationRelationship in de.hybris.platform.partyservices.jalo
Fields in de.hybris.platform.partyservices.jalo with type parameters of type PmOrganizationRelationshipModifier and TypeFieldDescriptionprotected static final de.hybris.platform.util.OneToManyHandler<PmOrganizationRelationship>PmOrganization.CHILDORGANIZATIONSHANDLERDeprecated, for removal: This API element is subject to removal in a future version.OneToManyHandlerfor handling 1:n CHILDORGANIZATIONS's relation attributes from 'many' side.protected static final de.hybris.platform.util.BidirectionalOneToManyHandler<PmOrganizationRelationship>PmOrganizationRelationship.PARENTORGANIZATIONHANDLERDeprecated, for removal: This API element is subject to removal in a future version.BidirectionalOneToManyHandlerfor handling 1:n PARENTORGANIZATION's relation attributes from 'one' side.Methods in de.hybris.platform.partyservices.jalo that return PmOrganizationRelationshipModifier and TypeMethodDescriptionPartyservicesManager.createPmOrganizationRelationship(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues) PartyservicesManager.createPmOrganizationRelationship(Map attributeValues) PmOrganization.getOrganizationParent()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePmOrganization.organizationParentattribute.PmOrganization.getOrganizationParent(de.hybris.platform.jalo.SessionContext ctx) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePmOrganization.organizationParentattribute.Methods in de.hybris.platform.partyservices.jalo that return types with arguments of type PmOrganizationRelationshipModifier and TypeMethodDescriptionPmOrganization.getChildOrganizations()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePmOrganization.childOrganizationsattribute.PmOrganization.getChildOrganizations(de.hybris.platform.jalo.SessionContext ctx) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePmOrganization.childOrganizationsattribute.Methods in de.hybris.platform.partyservices.jalo with parameters of type PmOrganizationRelationshipModifier and TypeMethodDescriptionvoidPmOrganization.addToChildOrganizations(de.hybris.platform.jalo.SessionContext ctx, PmOrganizationRelationship value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Addsvalueto childOrganizations.voidPmOrganization.addToChildOrganizations(PmOrganizationRelationship value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Addsvalueto childOrganizations.voidPmOrganization.removeFromChildOrganizations(de.hybris.platform.jalo.SessionContext ctx, PmOrganizationRelationship value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Removesvaluefrom childOrganizations.voidPmOrganization.removeFromChildOrganizations(PmOrganizationRelationship value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Removesvaluefrom childOrganizations.voidPmOrganization.setOrganizationParent(de.hybris.platform.jalo.SessionContext ctx, PmOrganizationRelationship value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter of thePmOrganization.organizationParentattribute.voidPmOrganization.setOrganizationParent(PmOrganizationRelationship value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter of thePmOrganization.organizationParentattribute.Method parameters in de.hybris.platform.partyservices.jalo with type arguments of type PmOrganizationRelationshipModifier and TypeMethodDescriptionvoidPmOrganization.setChildOrganizations(de.hybris.platform.jalo.SessionContext ctx, Set<PmOrganizationRelationship> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter of thePmOrganization.childOrganizationsattribute.voidPmOrganization.setChildOrganizations(Set<PmOrganizationRelationship> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter of thePmOrganization.childOrganizationsattribute.