Uses of Class
de.hybris.platform.billmanagementservices.model.BmPartyModel
Packages that use BmPartyModel
Package
Description
Contains generated models for each type of de.hybris.platform.billmanagementservices.jalo package.
Contains generated models for each type of de.hybris.platform.jalo.security package.
-
Uses of BmPartyModel in de.hybris.platform.billmanagementservices.model
Methods in de.hybris.platform.billmanagementservices.model that return BmPartyModelModifier and TypeMethodDescriptionBmPartyRoleModel.getParty()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBmPartyRole.partyattribute defined at extensionbillmanagementservices.Methods in de.hybris.platform.billmanagementservices.model that return types with arguments of type BmPartyModelModifier and TypeMethodDescriptionBmPartyBillModel.getParties()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBmPartyBill.partiesattribute defined at extensionbillmanagementservices.Methods in de.hybris.platform.billmanagementservices.model with parameters of type BmPartyModelModifier and TypeMethodDescriptionvoidBmPartyRoleModel.setParty(BmPartyModel value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofBmPartyRole.partyattribute defined at extensionbillmanagementservices.Method parameters in de.hybris.platform.billmanagementservices.model with type arguments of type BmPartyModelModifier and TypeMethodDescriptionvoidBmPartyBillModel.setParties(Set<BmPartyModel> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofBmPartyBill.partiesattribute defined at extensionbillmanagementservices. -
Uses of BmPartyModel in de.hybris.platform.core.model.security
Methods in de.hybris.platform.core.model.security that return BmPartyModelModifier and TypeMethodDescriptionPrincipalModel.getBmParty()Generated method - Getter of thePrincipal.bmPartyattribute defined at extensionbillmanagementservices.Methods in de.hybris.platform.core.model.security with parameters of type BmPartyModelModifier and TypeMethodDescriptionvoidPrincipalModel.setBmParty(BmPartyModel value) Generated method - Setter ofPrincipal.bmPartyattribute defined at extensionbillmanagementservices.