Uses of Enum Class
de.hybris.platform.partyservices.enums.PmStateType
Packages that use PmStateType
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
Contains generated models for each type of de.hybris.platform.partyservices.jalo package.
-
Uses of PmStateType in de.hybris.platform.partyservices.enums
Methods in de.hybris.platform.partyservices.enums that return PmStateTypeModifier and TypeMethodDescriptionstatic PmStateTypeDeprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static PmStateType[]PmStateType.values()Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PmStateType in de.hybris.platform.partyservices.model
Methods in de.hybris.platform.partyservices.model that return PmStateTypeModifier and TypeMethodDescriptionPmPartyModel.getStatus()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePmParty.statusattribute defined at extensionpartyservices.Methods in de.hybris.platform.partyservices.model with parameters of type PmStateTypeModifier and TypeMethodDescriptionvoidPmPartyModel.setStatus(PmStateType value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPmParty.statusattribute defined at extensionpartyservices.