Uses of Class
de.hybris.platform.billingaccountservices.enums.BaAccountStatus
Packages that use BaAccountStatus
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.billingaccountservices.jalo package.
-
Uses of BaAccountStatus in de.hybris.platform.billingaccountservices.enums
Fields in de.hybris.platform.billingaccountservices.enums declared as BaAccountStatusModifier and TypeFieldDescriptionstatic final BaAccountStatusBaAccountStatus.ACTIVEDeprecated, for removal: This API element is subject to removal in a future version.Generated enum value for BaAccountStatus.ACTIVE declared at extension billingaccountservices.static final BaAccountStatusBaAccountStatus.INACTIVEDeprecated, for removal: This API element is subject to removal in a future version.Generated enum value for BaAccountStatus.INACTIVE declared at extension billingaccountservices.Methods in de.hybris.platform.billingaccountservices.enums that return BaAccountStatusModifier and TypeMethodDescriptionstatic BaAccountStatusDeprecated, for removal: This API element is subject to removal in a future version.Returns a BaAccountStatus instance representing the specified enum value. -
Uses of BaAccountStatus in de.hybris.platform.billingaccountservices.model
Methods in de.hybris.platform.billingaccountservices.model that return BaAccountStatusModifier and TypeMethodDescriptionBaAccountModel.getState()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBaAccount.stateattribute defined at extensionbillingaccountservices.Methods in de.hybris.platform.billingaccountservices.model with parameters of type BaAccountStatusModifier and TypeMethodDescriptionvoidBaAccountModel.setState(BaAccountStatus value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofBaAccount.stateattribute defined at extensionbillingaccountservices.