Class GeneratedB2BCustomer

java.lang.Object
de.hybris.platform.util.BridgeAbstraction
de.hybris.platform.jalo.Item
de.hybris.platform.jalo.ExtensibleItem
de.hybris.platform.jalo.c2l.LocalizableItem
de.hybris.platform.jalo.GenericItem
de.hybris.platform.jalo.security.GeneratedPrincipal
de.hybris.platform.jalo.security.Principal
de.hybris.platform.jalo.user.GeneratedUser
de.hybris.platform.jalo.user.User
de.hybris.platform.jalo.user.GeneratedCustomer
de.hybris.platform.jalo.user.Customer
de.hybris.platform.b2b.jalo.GeneratedB2BCustomer
All Implemented Interfaces:
Serializable, Comparable

public abstract class GeneratedB2BCustomer extends de.hybris.platform.jalo.user.Customer
Generated class for type B2BCustomer.
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
    Qualifier of the B2BCustomer.active attribute
    protected static final Map<String,de.hybris.platform.jalo.Item.AttributeMode>
     
    static final String
    Qualifier of the B2BCustomer.defaultB2BUnit attribute
    static final String
    Qualifier of the B2BCustomer.email attribute

    Fields inherited from class de.hybris.platform.jalo.user.Customer

    LOGIN_ANONYMOUS_ALWAYS_DISABLED

    Fields inherited from class de.hybris.platform.jalo.user.GeneratedCustomer

    CUSTOMERID

    Fields inherited from class de.hybris.platform.jalo.user.User

    CURRENT_DATE, CURRENT_TIME, DEFAULT_PAYMENT_ADDRESS, DEFAULT_SHIPPING_ADDRESS, LAST_LOGIN, LOGIN_DISABLED, PASSWORD, PASSWORD_ANSWER, PASSWORD_QUESTION, PAYMENT_MODES, SESSION_CURRENCY, SESSION_LANGUAGE, USER_AUDIT_ENABLED, USER_DEACTIVATION_BLOCK_FOR_ALL_ADMINS

    Fields inherited from class de.hybris.platform.jalo.user.GeneratedUser

    ADDRESSES, ADDRESSESHANDLER, CARTS, CARTSHANDLER, CONTACTINFOS, CONTACTINFOSHANDLER, DEACTIVATIONDATE, DEFAULTPAYMENTADDRESS, DEFAULTSHIPMENTADDRESS, ENCODEDPASSWORD, HMCLOGINDISABLED, LASTLOGIN, LOGINDISABLED, ORDERS, ORDERSHANDLER, PASSWORDANSWER, PASSWORDENCODING, PASSWORDQUESTION, PAYMENTINFOS, PAYMENTINFOSHANDLER, QUOTES, QUOTESHANDLER, RANDOMTOKEN, RETENTIONSTATE, SESSIONCURRENCY, SESSIONLANGUAGE, USERPROFILE

    Fields inherited from class de.hybris.platform.jalo.security.Principal

    ALLGROUPS, ALLSEARCHRESTRICTIONS, DISPLAYNAME, PRINCIPAL_GROUP_RELATION_NAME

    Fields inherited from class de.hybris.platform.jalo.security.GeneratedPrincipal

    DESCRIPTION, GROUPS, NAME, PRINCIPALGROUPRELATION_MARKMODIFIED, PRINCIPALGROUPRELATION_SRC_ORDERED, PRINCIPALGROUPRELATION_TGT_ORDERED, SEARCHRESTRICTIONS, SEARCHRESTRICTIONSHANDLER, UID

    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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Map<String,de.hybris.platform.jalo.Item.AttributeMode>
     
    de.hybris.platform.b2b.jalo.B2BUnit
    Generated method - Getter of the B2BCustomer.defaultB2BUnit attribute.
    de.hybris.platform.b2b.jalo.B2BUnit
    getDefaultB2BUnit(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the B2BCustomer.defaultB2BUnit attribute.
    Generated method - Getter of the B2BCustomer.email attribute.
    getEmail(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the B2BCustomer.email attribute.
    Generated method - Getter of the B2BCustomer.active attribute.
    isActive(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the B2BCustomer.active attribute.
    boolean
    Generated method - Getter of the B2BCustomer.active attribute.
    boolean
    isActiveAsPrimitive(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the B2BCustomer.active attribute.
    void
    setActive(boolean value)
    Generated method - Setter of the B2BCustomer.active attribute.
    void
    setActive(de.hybris.platform.jalo.SessionContext ctx, boolean value)
    Generated method - Setter of the B2BCustomer.active attribute.
    void
    setActive(de.hybris.platform.jalo.SessionContext ctx, Boolean value)
    Generated method - Setter of the B2BCustomer.active attribute.
    void
    Generated method - Setter of the B2BCustomer.active attribute.
    void
    setDefaultB2BUnit(de.hybris.platform.b2b.jalo.B2BUnit value)
    Generated method - Setter of the B2BCustomer.defaultB2BUnit attribute.
    void
    setDefaultB2BUnit(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.b2b.jalo.B2BUnit value)
    Generated method - Setter of the B2BCustomer.defaultB2BUnit attribute.
    void
    setEmail(de.hybris.platform.jalo.SessionContext ctx, String value)
    Generated method - Setter of the B2BCustomer.email attribute.
    void
    Generated method - Setter of the B2BCustomer.email attribute.

    Methods inherited from class de.hybris.platform.jalo.user.Customer

    checkPassword, checkPassword, isAdmin, isAnonymousAndAnonymousLoginIsDisabled, isLoginDisabled, isNotAnonymousOrAnonymousLoginIsAllowed, registerAsJaloObject, setLoginDisabled

    Methods inherited from class de.hybris.platform.jalo.user.GeneratedCustomer

    getCustomerID, getCustomerID, setCustomerID, setCustomerID

    Methods inherited from class de.hybris.platform.jalo.user.User

    auditUserPasswordChange, checkPassword, checkPasswordPolicies, checkRemovable, checkSystemPrincipal, createAddress, createAddress, createAddress, createAddress, createAddress, createAddress, createAddress, createAddress, createItem, createPaymentInfo, createPaymentInfo, getAllAddresses, getAllDisplayName, getCart, getCurrentDate, getCurrentDate, getCurrentDateOldStyle, getCurrentTime, getCurrentTime, getDefaultDeliveryAddress, getDefaultDeliveryAddress, getDefaultShippingAddress, getDefaultShippingAddress, getDisplayName, getEncoder, getLogin, getLogin, getPassword, getPassword, getPasswordChangeListener, getRealEncoding, isAdminEmployee, isAnonymousCustomer, saveCurrentCart, saveCurrentCart, setDeactivationDate, setDefaultDeliveryAddress, setDefaultDeliveryAddress, setDefaultShippingAddress, setDefaultShippingAddress, setEncodedPassword, setEncodedPassword, setEncodedPassword, setEncodedPassword, setLogin, setLogin, setPassword, setPassword, setPassword, setPassword, setUid

    Methods inherited from class de.hybris.platform.jalo.user.GeneratedUser

    addToAddresses, addToAddresses, addToCarts, addToCarts, addToContactInfos, addToContactInfos, addToOrders, addToOrders, addToPaymentInfos, addToPaymentInfos, addToQuotes, addToQuotes, getAddresses, getAddresses, getCarts, getCarts, getContactInfos, getContactInfos, getDeactivationDate, getDeactivationDate, getDefaultPaymentAddress, getDefaultPaymentAddress, getDefaultShipmentAddress, getDefaultShipmentAddress, getEncodedPassword, getEncodedPassword, getLastLogin, getLastLogin, getOrders, getOrders, getPasswordAnswer, getPasswordAnswer, getPasswordEncoding, getPasswordEncoding, getPasswordQuestion, getPasswordQuestion, getPaymentInfos, getPaymentInfos, getQuotes, getQuotes, getRandomToken, getRandomToken, getRetentionState, getRetentionState, getSessionCurrency, getSessionCurrency, getSessionLanguage, getSessionLanguage, getUserprofile, getUserprofile, isHmcLoginDisabled, isHmcLoginDisabled, isHmcLoginDisabledAsPrimitive, isHmcLoginDisabledAsPrimitive, isLoginDisabled, isLoginDisabledAsPrimitive, isLoginDisabledAsPrimitive, removeFromAddresses, removeFromAddresses, removeFromCarts, removeFromCarts, removeFromContactInfos, removeFromContactInfos, removeFromOrders, removeFromOrders, removeFromPaymentInfos, removeFromPaymentInfos, removeFromQuotes, removeFromQuotes, setAddresses, setAddresses, setCarts, setCarts, setContactInfos, setContactInfos, setDeactivationDate, setDefaultPaymentAddress, setDefaultPaymentAddress, setDefaultShipmentAddress, setDefaultShipmentAddress, setHmcLoginDisabled, setHmcLoginDisabled, setHmcLoginDisabled, setHmcLoginDisabled, setLastLogin, setLastLogin, setLoginDisabled, setLoginDisabled, setLoginDisabled, setOrders, setOrders, setPasswordAnswer, setPasswordAnswer, setPasswordEncoding, setPasswordEncoding, setPasswordQuestion, setPasswordQuestion, setPaymentInfos, setPaymentInfos, setQuotes, setQuotes, setRandomToken, setRandomToken, setRetentionState, setRetentionState, setSessionCurrency, setSessionCurrency, setSessionLanguage, setSessionLanguage, setUserprofile, setUserprofile

    Methods inherited from class de.hybris.platform.jalo.security.Principal

    addGlobalNegativePermission, addGlobalPermission, addGlobalPermissions, addGlobalPositivePermission, addToGroup, checkConsistencyUid, checkGlobalPermission, checkOwnGlobalPermission, clearGlobalPermission, clearGlobalPermissions, getAllDisplayName, getAllGlobalNegativePermissions, getAllGlobalPositivePermissions, getAllGroups, getAllGroups, getAllSearchRestrictions, getAllSearchRestrictions, getDisplayName, getGlobalNegativePermissions, getGlobalPermissions, getGlobalPositivePermissions, getGroups, getItemPermissionsMap, getUid, getUID, isMemberOf, isMemberOf, remove, removeFromGroup, setGroups, setItemPermissionsByMap, setUID, toString

    Methods inherited from class de.hybris.platform.jalo.security.GeneratedPrincipal

    addToGroups, addToGroups, getDescription, getDescription, getGroups, getGroupsCount, getGroupsCount, getName, getName, getSearchRestrictions, getSearchRestrictions, getUid, isMarkModifiedDisabled, removeFromGroups, removeFromGroups, setDescription, setDescription, setGroups, setName, setName, setUid

    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, 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, 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, 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

    • ACTIVE

      public static final String ACTIVE
      Qualifier of the B2BCustomer.active attribute
      See Also:
    • EMAIL

      public static final String EMAIL
      Qualifier of the B2BCustomer.email attribute
      See Also:
    • DEFAULTB2BUNIT

      public static final String DEFAULTB2BUNIT
      Qualifier of the B2BCustomer.defaultB2BUnit attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,de.hybris.platform.jalo.Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedB2BCustomer

      public GeneratedB2BCustomer()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,de.hybris.platform.jalo.Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class de.hybris.platform.jalo.user.GeneratedCustomer
    • isActive

      public Boolean isActive(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the B2BCustomer.active attribute.
      Returns:
      the active
    • isActive

      public Boolean isActive()
      Generated method - Getter of the B2BCustomer.active attribute.
      Returns:
      the active
    • isActiveAsPrimitive

      public boolean isActiveAsPrimitive(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the B2BCustomer.active attribute.
      Returns:
      the active
    • isActiveAsPrimitive

      public boolean isActiveAsPrimitive()
      Generated method - Getter of the B2BCustomer.active attribute.
      Returns:
      the active
    • setActive

      public void setActive(de.hybris.platform.jalo.SessionContext ctx, Boolean value)
      Generated method - Setter of the B2BCustomer.active attribute.
      Parameters:
      value - the active
    • setActive

      public void setActive(Boolean value)
      Generated method - Setter of the B2BCustomer.active attribute.
      Parameters:
      value - the active
    • setActive

      public void setActive(de.hybris.platform.jalo.SessionContext ctx, boolean value)
      Generated method - Setter of the B2BCustomer.active attribute.
      Parameters:
      value - the active
    • setActive

      public void setActive(boolean value)
      Generated method - Setter of the B2BCustomer.active attribute.
      Parameters:
      value - the active
    • getDefaultB2BUnit

      public de.hybris.platform.b2b.jalo.B2BUnit getDefaultB2BUnit(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the B2BCustomer.defaultB2BUnit attribute.
      Returns:
      the defaultB2BUnit
    • getDefaultB2BUnit

      public de.hybris.platform.b2b.jalo.B2BUnit getDefaultB2BUnit()
      Generated method - Getter of the B2BCustomer.defaultB2BUnit attribute.
      Returns:
      the defaultB2BUnit
    • setDefaultB2BUnit

      public void setDefaultB2BUnit(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.b2b.jalo.B2BUnit value)
      Generated method - Setter of the B2BCustomer.defaultB2BUnit attribute.
      Parameters:
      value - the defaultB2BUnit
    • setDefaultB2BUnit

      public void setDefaultB2BUnit(de.hybris.platform.b2b.jalo.B2BUnit value)
      Generated method - Setter of the B2BCustomer.defaultB2BUnit attribute.
      Parameters:
      value - the defaultB2BUnit
    • getEmail

      public String getEmail(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the B2BCustomer.email attribute.
      Returns:
      the email
    • getEmail

      public String getEmail()
      Generated method - Getter of the B2BCustomer.email attribute.
      Returns:
      the email
    • setEmail

      public void setEmail(de.hybris.platform.jalo.SessionContext ctx, String value)
      Generated method - Setter of the B2BCustomer.email attribute.
      Parameters:
      value - the email
    • setEmail

      public void setEmail(String value)
      Generated method - Setter of the B2BCustomer.email attribute.
      Parameters:
      value - the email