Class GeneratedBaBillingAccount

java.lang.Object
de.hybris.platform.util.BridgeAbstraction
de.hybris.platform.jalo.Item
de.hybris.platform.jalo.ExtensibleItem
All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
BaBillingAccount

@Deprecated(since="2208", forRemoval=true) public abstract class GeneratedBaBillingAccount extends BaPartyAccount
Deprecated, for removal: This API element is subject to removal in a future version.
Generated class for type BaBillingAccount.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem

    de.hybris.platform.jalo.GenericItem.GenericItemImpl

    Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem

    de.hybris.platform.jalo.c2l.LocalizableItem.LocalizableItemImpl

    Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem

    de.hybris.platform.jalo.ExtensibleItem.ExtensibleItemImpl

    Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item

    de.hybris.platform.jalo.Item.AttributeFilter, de.hybris.platform.jalo.Item.AttributeMode, de.hybris.platform.jalo.Item.CachedGetter, de.hybris.platform.jalo.Item.CachedSetter, de.hybris.platform.jalo.Item.ItemAttributeMap, de.hybris.platform.jalo.Item.ItemConstraint, de.hybris.platform.jalo.Item.ItemImpl, de.hybris.platform.jalo.Item.JaloCachedComputationException
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Qualifier of the BaBillingAccount.billStructure attribute
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Qualifier of the BaBillingAccount.creditCurrency attribute
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Qualifier of the BaBillingAccount.creditLimit attribute
    protected static final Map<String,de.hybris.platform.jalo.Item.AttributeMode>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Qualifier of the BaBillingAccount.defaultPaymentMethod attribute
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Qualifier of the BaBillingAccount.financialAccount attribute
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Qualifier of the BaBillingAccount.paymentPlans attribute
    protected static final de.hybris.platform.util.OneToManyHandler<BaPaymentPlan>
    Deprecated, for removal: This API element is subject to removal in a future version.
    OneToManyHandler for handling 1:n PAYMENTPLANS's relation attributes from 'many' side.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Qualifier of the BaBillingAccount.paymentStatus attribute
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Qualifier of the BaBillingAccount.ratingType attribute
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Qualifier of the BaBillingAccount.referredDefaultPaymentMethod attribute

    Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem

    LANGUAGE_FALLBACK_ENABLED

    Fields inherited from class de.hybris.platform.jalo.Item

    _CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE

    Fields inherited from class de.hybris.platform.util.BridgeAbstraction

    impl, tenant
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Adds value to paymentPlans.
    void
    addToPaymentPlans(de.hybris.platform.jalo.SessionContext ctx, BaPaymentPlan value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Adds value to paymentPlans.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BaBillingAccount.billStructure attribute.
    getBillStructure(de.hybris.platform.jalo.SessionContext ctx)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BaBillingAccount.billStructure attribute.
    de.hybris.platform.jalo.c2l.Currency
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BaBillingAccount.creditCurrency attribute.
    de.hybris.platform.jalo.c2l.Currency
    getCreditCurrency(de.hybris.platform.jalo.SessionContext ctx)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BaBillingAccount.creditCurrency attribute.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BaBillingAccount.creditLimit attribute.
    getCreditLimit(de.hybris.platform.jalo.SessionContext ctx)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BaBillingAccount.creditLimit attribute.
    double
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BaBillingAccount.creditLimit attribute.
    double
    getCreditLimitAsPrimitive(de.hybris.platform.jalo.SessionContext ctx)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BaBillingAccount.creditLimit attribute.
    protected Map<String,de.hybris.platform.jalo.Item.AttributeMode>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    de.hybris.platform.jalo.order.payment.PaymentInfo
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BaBillingAccount.defaultPaymentMethod attribute.
    de.hybris.platform.jalo.order.payment.PaymentInfo
    getDefaultPaymentMethod(de.hybris.platform.jalo.SessionContext ctx)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BaBillingAccount.defaultPaymentMethod attribute.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BaBillingAccount.financialAccount attribute.
    getFinancialAccount(de.hybris.platform.jalo.SessionContext ctx)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BaBillingAccount.financialAccount attribute.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BaBillingAccount.paymentPlans attribute.
    getPaymentPlans(de.hybris.platform.jalo.SessionContext ctx)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BaBillingAccount.paymentPlans attribute.
    de.hybris.platform.jalo.enumeration.EnumerationValue
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BaBillingAccount.paymentStatus attribute.
    de.hybris.platform.jalo.enumeration.EnumerationValue
    getPaymentStatus(de.hybris.platform.jalo.SessionContext ctx)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BaBillingAccount.paymentStatus attribute.
    de.hybris.platform.jalo.enumeration.EnumerationValue
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BaBillingAccount.ratingType attribute.
    de.hybris.platform.jalo.enumeration.EnumerationValue
    getRatingType(de.hybris.platform.jalo.SessionContext ctx)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BaBillingAccount.ratingType attribute.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BaBillingAccount.referredDefaultPaymentMethod attribute.
    getReferredDefaultPaymentMethod(de.hybris.platform.jalo.SessionContext ctx)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BaBillingAccount.referredDefaultPaymentMethod attribute.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Removes value from paymentPlans.
    void
    removeFromPaymentPlans(de.hybris.platform.jalo.SessionContext ctx, BaPaymentPlan value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Removes value from paymentPlans.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaBillingAccount.billStructure attribute.
    void
    setBillStructure(de.hybris.platform.jalo.SessionContext ctx, BaBillStructure value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaBillingAccount.billStructure attribute.
    void
    setCreditCurrency(de.hybris.platform.jalo.c2l.Currency value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaBillingAccount.creditCurrency attribute.
    void
    setCreditCurrency(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.c2l.Currency value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaBillingAccount.creditCurrency attribute.
    void
    setCreditLimit(double value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaBillingAccount.creditLimit attribute.
    void
    setCreditLimit(de.hybris.platform.jalo.SessionContext ctx, double value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaBillingAccount.creditLimit attribute.
    void
    setCreditLimit(de.hybris.platform.jalo.SessionContext ctx, Double value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaBillingAccount.creditLimit attribute.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaBillingAccount.creditLimit attribute.
    void
    setDefaultPaymentMethod(de.hybris.platform.jalo.order.payment.PaymentInfo value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaBillingAccount.defaultPaymentMethod attribute.
    void
    setDefaultPaymentMethod(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.payment.PaymentInfo value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaBillingAccount.defaultPaymentMethod attribute.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaBillingAccount.financialAccount attribute.
    void
    setFinancialAccount(de.hybris.platform.jalo.SessionContext ctx, BaFinancialAccount value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaBillingAccount.financialAccount attribute.
    void
    setPaymentPlans(de.hybris.platform.jalo.SessionContext ctx, Set<BaPaymentPlan> value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaBillingAccount.paymentPlans attribute.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaBillingAccount.paymentPlans attribute.
    void
    setPaymentStatus(de.hybris.platform.jalo.enumeration.EnumerationValue value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaBillingAccount.paymentStatus attribute.
    void
    setPaymentStatus(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.enumeration.EnumerationValue value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaBillingAccount.paymentStatus attribute.
    void
    setRatingType(de.hybris.platform.jalo.enumeration.EnumerationValue value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaBillingAccount.ratingType attribute.
    void
    setRatingType(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.enumeration.EnumerationValue value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaBillingAccount.ratingType attribute.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaBillingAccount.referredDefaultPaymentMethod attribute.
    void
    setReferredDefaultPaymentMethod(de.hybris.platform.jalo.SessionContext ctx, BaPaymentInfo value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaBillingAccount.referredDefaultPaymentMethod attribute.

    Methods inherited from class de.hybris.platform.billingaccountservices.jalo.BaPartyAccount

    createItem

    Methods inherited from class de.hybris.platform.billingaccountservices.jalo.GeneratedBaAccount

    addToAccountBalances, addToAccountBalances, addToAccountRelationshipReferencedBy, addToAccountRelationshipReferencedBy, addToAccountRelationshipReferences, addToAccountRelationshipReferences, addToContacts, addToContacts, addToPartyRoles, addToPartyRoles, addToTaxExemptions, addToTaxExemptions, getAccountBalances, getAccountBalances, getAccountRelationshipReferencedBy, getAccountRelationshipReferencedBy, getAccountRelationshipReferences, getAccountRelationshipReferences, getAccountType, getAccountType, getAllDescription, getAllDescription, getAllName, getAllName, getContacts, getContacts, getDescription, getDescription, getExternalIdentifiers, getExternalIdentifiers, getId, getId, getName, getName, getPartyRoles, getPartyRoles, getPartyRolesCount, getPartyRolesCount, getState, getState, getTaxExemptions, getTaxExemptions, isMarkModifiedDisabled, removeFromAccountBalances, removeFromAccountBalances, removeFromAccountRelationshipReferencedBy, removeFromAccountRelationshipReferencedBy, removeFromAccountRelationshipReferences, removeFromAccountRelationshipReferences, removeFromContacts, removeFromContacts, removeFromPartyRoles, removeFromPartyRoles, removeFromTaxExemptions, removeFromTaxExemptions, setAccountBalances, setAccountBalances, setAccountRelationshipReferencedBy, setAccountRelationshipReferencedBy, setAccountRelationshipReferences, setAccountRelationshipReferences, setAccountType, setAccountType, setAllDescription, setAllDescription, setAllName, setAllName, setContacts, setContacts, setDescription, setDescription, setExternalIdentifiers, setExternalIdentifiers, setId, setId, setName, setName, setPartyRoles, setPartyRoles, setState, setState, setTaxExemptions, setTaxExemptions

    Methods inherited from class de.hybris.platform.jalo.GenericItem

    getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, getRelatedItems, setRelatedItems

    Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem

    getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty

    Methods inherited from class de.hybris.platform.jalo.ExtensibleItem

    createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty

    Methods inherited from class de.hybris.platform.jalo.Item

    addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPartOfRemovedSessionMarker, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, suppressRelation, toString, useTA, writeReplace

    Methods inherited from class de.hybris.platform.util.BridgeAbstraction

    setTenant

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • CREDITLIMIT

      public static final String CREDITLIMIT
      Deprecated, for removal: This API element is subject to removal in a future version.
      Qualifier of the BaBillingAccount.creditLimit attribute
      See Also:
    • CREDITCURRENCY

      public static final String CREDITCURRENCY
      Deprecated, for removal: This API element is subject to removal in a future version.
      Qualifier of the BaBillingAccount.creditCurrency attribute
      See Also:
    • PAYMENTSTATUS

      public static final String PAYMENTSTATUS
      Deprecated, for removal: This API element is subject to removal in a future version.
      Qualifier of the BaBillingAccount.paymentStatus attribute
      See Also:
    • DEFAULTPAYMENTMETHOD

      public static final String DEFAULTPAYMENTMETHOD
      Deprecated, for removal: This API element is subject to removal in a future version.
      Qualifier of the BaBillingAccount.defaultPaymentMethod attribute
      See Also:
    • REFERREDDEFAULTPAYMENTMETHOD

      public static final String REFERREDDEFAULTPAYMENTMETHOD
      Deprecated, for removal: This API element is subject to removal in a future version.
      Qualifier of the BaBillingAccount.referredDefaultPaymentMethod attribute
      See Also:
    • RATINGTYPE

      public static final String RATINGTYPE
      Deprecated, for removal: This API element is subject to removal in a future version.
      Qualifier of the BaBillingAccount.ratingType attribute
      See Also:
    • BILLSTRUCTURE

      public static final String BILLSTRUCTURE
      Deprecated, for removal: This API element is subject to removal in a future version.
      Qualifier of the BaBillingAccount.billStructure attribute
      See Also:
    • FINANCIALACCOUNT

      public static final String FINANCIALACCOUNT
      Deprecated, for removal: This API element is subject to removal in a future version.
      Qualifier of the BaBillingAccount.financialAccount attribute
      See Also:
    • PAYMENTPLANS

      public static final String PAYMENTPLANS
      Deprecated, for removal: This API element is subject to removal in a future version.
      Qualifier of the BaBillingAccount.paymentPlans attribute
      See Also:
    • PAYMENTPLANSHANDLER

      protected static final de.hybris.platform.util.OneToManyHandler<BaPaymentPlan> PAYMENTPLANSHANDLER
      Deprecated, for removal: This API element is subject to removal in a future version.
      OneToManyHandler for handling 1:n PAYMENTPLANS's relation attributes from 'many' side.
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,de.hybris.platform.jalo.Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • GeneratedBaBillingAccount

      public GeneratedBaBillingAccount()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,de.hybris.platform.jalo.Item.AttributeMode> getDefaultAttributeModes()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      getDefaultAttributeModes in class GeneratedBaPartyAccount
    • getBillStructure

      public BaBillStructure getBillStructure(de.hybris.platform.jalo.SessionContext ctx)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the BaBillingAccount.billStructure attribute.
      Returns:
      the billStructure - Bill structure
    • getBillStructure

      public BaBillStructure getBillStructure()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the BaBillingAccount.billStructure attribute.
      Returns:
      the billStructure - Bill structure
    • setBillStructure

      public void setBillStructure(de.hybris.platform.jalo.SessionContext ctx, BaBillStructure value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of the BaBillingAccount.billStructure attribute.
      Parameters:
      value - the billStructure - Bill structure
    • setBillStructure

      public void setBillStructure(BaBillStructure value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of the BaBillingAccount.billStructure attribute.
      Parameters:
      value - the billStructure - Bill structure
    • getCreditCurrency

      public de.hybris.platform.jalo.c2l.Currency getCreditCurrency(de.hybris.platform.jalo.SessionContext ctx)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the BaBillingAccount.creditCurrency attribute.
      Returns:
      the creditCurrency - Credit currency
    • getCreditCurrency

      public de.hybris.platform.jalo.c2l.Currency getCreditCurrency()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the BaBillingAccount.creditCurrency attribute.
      Returns:
      the creditCurrency - Credit currency
    • setCreditCurrency

      public void setCreditCurrency(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.c2l.Currency value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of the BaBillingAccount.creditCurrency attribute.
      Parameters:
      value - the creditCurrency - Credit currency
    • setCreditCurrency

      public void setCreditCurrency(de.hybris.platform.jalo.c2l.Currency value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of the BaBillingAccount.creditCurrency attribute.
      Parameters:
      value - the creditCurrency - Credit currency
    • getCreditLimit

      public Double getCreditLimit(de.hybris.platform.jalo.SessionContext ctx)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the BaBillingAccount.creditLimit attribute.
      Returns:
      the creditLimit - Credit limit
    • getCreditLimit

      public Double getCreditLimit()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the BaBillingAccount.creditLimit attribute.
      Returns:
      the creditLimit - Credit limit
    • getCreditLimitAsPrimitive

      public double getCreditLimitAsPrimitive(de.hybris.platform.jalo.SessionContext ctx)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the BaBillingAccount.creditLimit attribute.
      Returns:
      the creditLimit - Credit limit
    • getCreditLimitAsPrimitive

      public double getCreditLimitAsPrimitive()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the BaBillingAccount.creditLimit attribute.
      Returns:
      the creditLimit - Credit limit
    • setCreditLimit

      public void setCreditLimit(de.hybris.platform.jalo.SessionContext ctx, Double value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of the BaBillingAccount.creditLimit attribute.
      Parameters:
      value - the creditLimit - Credit limit
    • setCreditLimit

      public void setCreditLimit(Double value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of the BaBillingAccount.creditLimit attribute.
      Parameters:
      value - the creditLimit - Credit limit
    • setCreditLimit

      public void setCreditLimit(de.hybris.platform.jalo.SessionContext ctx, double value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of the BaBillingAccount.creditLimit attribute.
      Parameters:
      value - the creditLimit - Credit limit
    • setCreditLimit

      public void setCreditLimit(double value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of the BaBillingAccount.creditLimit attribute.
      Parameters:
      value - the creditLimit - Credit limit
    • getDefaultPaymentMethod

      public de.hybris.platform.jalo.order.payment.PaymentInfo getDefaultPaymentMethod(de.hybris.platform.jalo.SessionContext ctx)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the BaBillingAccount.defaultPaymentMethod attribute.
      Returns:
      the defaultPaymentMethod - Deprecated since 2111. Use BaBillingAccount.referredDefaultPaymentMethod instead. Default payment method.
    • getDefaultPaymentMethod

      public de.hybris.platform.jalo.order.payment.PaymentInfo getDefaultPaymentMethod()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the BaBillingAccount.defaultPaymentMethod attribute.
      Returns:
      the defaultPaymentMethod - Deprecated since 2111. Use BaBillingAccount.referredDefaultPaymentMethod instead. Default payment method.
    • setDefaultPaymentMethod

      public void setDefaultPaymentMethod(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.payment.PaymentInfo value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of the BaBillingAccount.defaultPaymentMethod attribute.
      Parameters:
      value - the defaultPaymentMethod - Deprecated since 2111. Use BaBillingAccount.referredDefaultPaymentMethod instead. Default payment method.
    • setDefaultPaymentMethod

      public void setDefaultPaymentMethod(de.hybris.platform.jalo.order.payment.PaymentInfo value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of the BaBillingAccount.defaultPaymentMethod attribute.
      Parameters:
      value - the defaultPaymentMethod - Deprecated since 2111. Use BaBillingAccount.referredDefaultPaymentMethod instead. Default payment method.
    • getFinancialAccount

      public BaFinancialAccount getFinancialAccount(de.hybris.platform.jalo.SessionContext ctx)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the BaBillingAccount.financialAccount attribute.
      Returns:
      the financialAccount - Financial account
    • getFinancialAccount

      public BaFinancialAccount getFinancialAccount()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the BaBillingAccount.financialAccount attribute.
      Returns:
      the financialAccount - Financial account
    • setFinancialAccount

      public void setFinancialAccount(de.hybris.platform.jalo.SessionContext ctx, BaFinancialAccount value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of the BaBillingAccount.financialAccount attribute.
      Parameters:
      value - the financialAccount - Financial account
    • setFinancialAccount

      public void setFinancialAccount(BaFinancialAccount value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of the BaBillingAccount.financialAccount attribute.
      Parameters:
      value - the financialAccount - Financial account
    • getPaymentPlans

      public Set<BaPaymentPlan> getPaymentPlans(de.hybris.platform.jalo.SessionContext ctx)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the BaBillingAccount.paymentPlans attribute.
      Returns:
      the paymentPlans - Payment Plans
    • getPaymentPlans

      public Set<BaPaymentPlan> getPaymentPlans()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the BaBillingAccount.paymentPlans attribute.
      Returns:
      the paymentPlans - Payment Plans
    • setPaymentPlans

      public void setPaymentPlans(de.hybris.platform.jalo.SessionContext ctx, Set<BaPaymentPlan> value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of the BaBillingAccount.paymentPlans attribute.
      Parameters:
      value - the paymentPlans - Payment Plans
    • setPaymentPlans

      public void setPaymentPlans(Set<BaPaymentPlan> value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of the BaBillingAccount.paymentPlans attribute.
      Parameters:
      value - the paymentPlans - Payment Plans
    • addToPaymentPlans

      public void addToPaymentPlans(de.hybris.platform.jalo.SessionContext ctx, BaPaymentPlan value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Adds value to paymentPlans.
      Parameters:
      value - the item to add to paymentPlans - Payment Plans
    • addToPaymentPlans

      public void addToPaymentPlans(BaPaymentPlan value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Adds value to paymentPlans.
      Parameters:
      value - the item to add to paymentPlans - Payment Plans
    • removeFromPaymentPlans

      public void removeFromPaymentPlans(de.hybris.platform.jalo.SessionContext ctx, BaPaymentPlan value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Removes value from paymentPlans.
      Parameters:
      value - the item to remove from paymentPlans - Payment Plans
    • removeFromPaymentPlans

      public void removeFromPaymentPlans(BaPaymentPlan value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Removes value from paymentPlans.
      Parameters:
      value - the item to remove from paymentPlans - Payment Plans
    • getPaymentStatus

      public de.hybris.platform.jalo.enumeration.EnumerationValue getPaymentStatus(de.hybris.platform.jalo.SessionContext ctx)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the BaBillingAccount.paymentStatus attribute.
      Returns:
      the paymentStatus - Payment status
    • getPaymentStatus

      public de.hybris.platform.jalo.enumeration.EnumerationValue getPaymentStatus()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the BaBillingAccount.paymentStatus attribute.
      Returns:
      the paymentStatus - Payment status
    • setPaymentStatus

      public void setPaymentStatus(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.enumeration.EnumerationValue value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of the BaBillingAccount.paymentStatus attribute.
      Parameters:
      value - the paymentStatus - Payment status
    • setPaymentStatus

      public void setPaymentStatus(de.hybris.platform.jalo.enumeration.EnumerationValue value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of the BaBillingAccount.paymentStatus attribute.
      Parameters:
      value - the paymentStatus - Payment status
    • getRatingType

      public de.hybris.platform.jalo.enumeration.EnumerationValue getRatingType(de.hybris.platform.jalo.SessionContext ctx)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the BaBillingAccount.ratingType attribute.
      Returns:
      the ratingType - Rating type
    • getRatingType

      public de.hybris.platform.jalo.enumeration.EnumerationValue getRatingType()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the BaBillingAccount.ratingType attribute.
      Returns:
      the ratingType - Rating type
    • setRatingType

      public void setRatingType(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.enumeration.EnumerationValue value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of the BaBillingAccount.ratingType attribute.
      Parameters:
      value - the ratingType - Rating type
    • setRatingType

      public void setRatingType(de.hybris.platform.jalo.enumeration.EnumerationValue value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of the BaBillingAccount.ratingType attribute.
      Parameters:
      value - the ratingType - Rating type
    • getReferredDefaultPaymentMethod

      public BaPaymentInfo getReferredDefaultPaymentMethod(de.hybris.platform.jalo.SessionContext ctx)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the BaBillingAccount.referredDefaultPaymentMethod attribute.
      Returns:
      the referredDefaultPaymentMethod - Referred default payment method.
    • getReferredDefaultPaymentMethod

      public BaPaymentInfo getReferredDefaultPaymentMethod()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the BaBillingAccount.referredDefaultPaymentMethod attribute.
      Returns:
      the referredDefaultPaymentMethod - Referred default payment method.
    • setReferredDefaultPaymentMethod

      public void setReferredDefaultPaymentMethod(de.hybris.platform.jalo.SessionContext ctx, BaPaymentInfo value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of the BaBillingAccount.referredDefaultPaymentMethod attribute.
      Parameters:
      value - the referredDefaultPaymentMethod - Referred default payment method.
    • setReferredDefaultPaymentMethod

      public void setReferredDefaultPaymentMethod(BaPaymentInfo value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of the BaBillingAccount.referredDefaultPaymentMethod attribute.
      Parameters:
      value - the referredDefaultPaymentMethod - Referred default payment method.