Uses of Class
de.hybris.platform.partyroleservices.jalo.PrAccount
Packages that use PrAccount
-
Uses of PrAccount in de.hybris.platform.partyroleservices.jalo
Methods in de.hybris.platform.partyroleservices.jalo that return PrAccountModifier and TypeMethodDescriptionPartyroleservicesManager.createPrAccount(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues) PartyroleservicesManager.createPrAccount(Map attributeValues) Methods in de.hybris.platform.partyroleservices.jalo that return types with arguments of type PrAccountModifier and TypeMethodDescriptionPrPartyRole.getAccounts()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePrPartyRole.accountsattribute.PrPartyRole.getAccounts(de.hybris.platform.jalo.SessionContext ctx) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePrPartyRole.accountsattribute.Methods in de.hybris.platform.partyroleservices.jalo with parameters of type PrAccountModifier and TypeMethodDescriptionvoidPrPartyRole.addToAccounts(de.hybris.platform.jalo.SessionContext ctx, PrAccount value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Addsvalueto accounts.voidPrPartyRole.addToAccounts(PrAccount value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Addsvalueto accounts.voidPrPartyRole.removeFromAccounts(de.hybris.platform.jalo.SessionContext ctx, PrAccount value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Removesvaluefrom accounts.voidPrPartyRole.removeFromAccounts(PrAccount value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Removesvaluefrom accounts.Method parameters in de.hybris.platform.partyroleservices.jalo with type arguments of type PrAccountModifier and TypeMethodDescriptionvoidPrPartyRole.setAccounts(de.hybris.platform.jalo.SessionContext ctx, Set<PrAccount> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter of thePrPartyRole.accountsattribute.voidPrPartyRole.setAccounts(Set<PrAccount> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter of thePrPartyRole.accountsattribute.