Uses of Class
de.hybris.platform.billmanagementservices.jalo.BmPartyRole
Packages that use BmPartyRole
-
Uses of BmPartyRole in de.hybris.platform.billmanagementservices.jalo
Fields in de.hybris.platform.billmanagementservices.jalo with type parameters of type BmPartyRoleModifier and TypeFieldDescriptionprotected static final de.hybris.platform.util.BidirectionalOneToManyHandler<BmPartyRole>BmPartyRole.PARTYHANDLERDeprecated, for removal: This API element is subject to removal in a future version.BidirectionalOneToManyHandlerfor handling 1:n PARTY's relation attributes from 'one' side.protected static final de.hybris.platform.util.OneToManyHandler<BmPartyRole>BmParty.PARTYROLESHANDLERDeprecated, for removal: This API element is subject to removal in a future version.OneToManyHandlerfor handling 1:n PARTYROLES's relation attributes from 'many' side.Methods in de.hybris.platform.billmanagementservices.jalo that return BmPartyRoleModifier and TypeMethodDescriptionBillmanagementservicesManager.createBmPartyRole(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues) BillmanagementservicesManager.createBmPartyRole(Map attributeValues) Methods in de.hybris.platform.billmanagementservices.jalo that return types with arguments of type BmPartyRoleModifier and TypeMethodDescriptionBmAccount.getPartyRoles()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBmAccount.partyRolesattribute.BmAccount.getPartyRoles(de.hybris.platform.jalo.SessionContext ctx) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBmAccount.partyRolesattribute.BmParty.getPartyRoles()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBmParty.partyRolesattribute.BmParty.getPartyRoles(de.hybris.platform.jalo.SessionContext ctx) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBmParty.partyRolesattribute.Methods in de.hybris.platform.billmanagementservices.jalo with parameters of type BmPartyRoleModifier and TypeMethodDescriptionvoidBmAccount.addToPartyRoles(BmPartyRole value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Addsvalueto partyRoles.voidBmAccount.addToPartyRoles(de.hybris.platform.jalo.SessionContext ctx, BmPartyRole value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Addsvalueto partyRoles.voidBmParty.addToPartyRoles(BmPartyRole value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Addsvalueto partyRoles.voidBmParty.addToPartyRoles(de.hybris.platform.jalo.SessionContext ctx, BmPartyRole value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Addsvalueto partyRoles.voidBmAccount.removeFromPartyRoles(BmPartyRole value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Removesvaluefrom partyRoles.voidBmAccount.removeFromPartyRoles(de.hybris.platform.jalo.SessionContext ctx, BmPartyRole value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Removesvaluefrom partyRoles.voidBmParty.removeFromPartyRoles(BmPartyRole value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Removesvaluefrom partyRoles.voidBmParty.removeFromPartyRoles(de.hybris.platform.jalo.SessionContext ctx, BmPartyRole value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Removesvaluefrom partyRoles.Method parameters in de.hybris.platform.billmanagementservices.jalo with type arguments of type BmPartyRoleModifier and TypeMethodDescriptionvoidBmAccount.setPartyRoles(de.hybris.platform.jalo.SessionContext ctx, Set<BmPartyRole> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter of theBmAccount.partyRolesattribute.voidBmAccount.setPartyRoles(Set<BmPartyRole> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter of theBmAccount.partyRolesattribute.voidBmParty.setPartyRoles(de.hybris.platform.jalo.SessionContext ctx, Set<BmPartyRole> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter of theBmParty.partyRolesattribute.voidBmParty.setPartyRoles(Set<BmPartyRole> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter of theBmParty.partyRolesattribute.