Package de.hybris.platform.jalo.user
Class GeneratedUser
- java.lang.Object
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable
- Direct Known Subclasses:
User
public abstract class GeneratedUser extends Principal
Generated class for typeUser.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringADDRESSESQualifier of theUser.addressesattributeprotected static OneToManyHandler<Address>ADDRESSESHANDLEROneToManyHandlerfor handling 1:n ADDRESSES's relation attributes from 'many' side.static java.lang.StringCARTSQualifier of theUser.cartsattributeprotected static OneToManyHandler<Cart>CARTSHANDLEROneToManyHandlerfor handling 1:n CARTS's relation attributes from 'many' side.static java.lang.StringCONTACTINFOSQualifier of theUser.contactInfosattributeprotected static OneToManyHandler<AbstractContactInfo>CONTACTINFOSHANDLEROneToManyHandlerfor handling 1:n CONTACTINFOS's relation attributes from 'many' side.static java.lang.StringDEACTIVATIONDATEQualifier of theUser.deactivationDateattributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESstatic java.lang.StringDEFAULTPAYMENTADDRESSQualifier of theUser.defaultPaymentAddressattributestatic java.lang.StringDEFAULTSHIPMENTADDRESSQualifier of theUser.defaultShipmentAddressattributestatic java.lang.StringENCODEDPASSWORDQualifier of theUser.encodedPasswordattributestatic java.lang.StringHMCLOGINDISABLEDQualifier of theUser.hmcLoginDisabledattributestatic java.lang.StringLASTLOGINQualifier of theUser.lastLoginattributestatic java.lang.StringLOGINDISABLEDQualifier of theUser.loginDisabledattributestatic java.lang.StringORDERSQualifier of theUser.ordersattributeprotected static OneToManyHandler<Order>ORDERSHANDLEROneToManyHandlerfor handling 1:n ORDERS's relation attributes from 'many' side.static java.lang.StringPASSWORDANSWERQualifier of theUser.passwordAnswerattributestatic java.lang.StringPASSWORDENCODINGQualifier of theUser.passwordEncodingattributestatic java.lang.StringPASSWORDQUESTIONQualifier of theUser.passwordQuestionattributestatic java.lang.StringPAYMENTINFOSQualifier of theUser.paymentInfosattributeprotected static OneToManyHandler<PaymentInfo>PAYMENTINFOSHANDLEROneToManyHandlerfor handling 1:n PAYMENTINFOS's relation attributes from 'many' side.static java.lang.StringQUOTESQualifier of theUser.quotesattributeprotected static OneToManyHandler<Quote>QUOTESHANDLEROneToManyHandlerfor handling 1:n QUOTES's relation attributes from 'many' side.static java.lang.StringRETENTIONSTATEQualifier of theUser.retentionStateattributestatic java.lang.StringSESSIONCURRENCYQualifier of theUser.sessionCurrencyattributestatic java.lang.StringSESSIONLANGUAGEQualifier of theUser.sessionLanguageattributestatic java.lang.StringUSERPROFILEQualifier of theUser.userprofileattribute-
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 GeneratedUser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToAddresses(SessionContext ctx, Address value)Generated method - Addsvalueto addresses.voidaddToAddresses(Address value)Generated method - Addsvalueto addresses.voidaddToCarts(Cart value)Generated method - Addsvalueto carts.voidaddToCarts(SessionContext ctx, Cart value)Generated method - Addsvalueto carts.voidaddToContactInfos(SessionContext ctx, AbstractContactInfo value)Generated method - Addsvalueto contactInfos.voidaddToContactInfos(AbstractContactInfo value)Generated method - Addsvalueto contactInfos.voidaddToOrders(Order value)Generated method - Addsvalueto orders.voidaddToOrders(SessionContext ctx, Order value)Generated method - Addsvalueto orders.voidaddToPaymentInfos(PaymentInfo value)Generated method - Addsvalueto paymentInfos.voidaddToPaymentInfos(SessionContext ctx, PaymentInfo value)Generated method - Addsvalueto paymentInfos.voidaddToQuotes(Quote value)Generated method - Addsvalueto quotes.voidaddToQuotes(SessionContext ctx, Quote value)Generated method - Addsvalueto quotes.java.util.Collection<Address>getAddresses()Generated method - Getter of theUser.addressesattribute.java.util.Collection<Address>getAddresses(SessionContext ctx)Generated method - Getter of theUser.addressesattribute.java.util.Collection<Cart>getCarts()Generated method - Getter of theUser.cartsattribute.java.util.Collection<Cart>getCarts(SessionContext ctx)Generated method - Getter of theUser.cartsattribute.java.util.Collection<AbstractContactInfo>getContactInfos()Generated method - Getter of theUser.contactInfosattribute.java.util.Collection<AbstractContactInfo>getContactInfos(SessionContext ctx)Generated method - Getter of theUser.contactInfosattribute.java.util.DategetDeactivationDate()Generated method - Getter of theUser.deactivationDateattribute.java.util.DategetDeactivationDate(SessionContext ctx)Generated method - Getter of theUser.deactivationDateattribute.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()AddressgetDefaultPaymentAddress()Generated method - Getter of theUser.defaultPaymentAddressattribute.AddressgetDefaultPaymentAddress(SessionContext ctx)Generated method - Getter of theUser.defaultPaymentAddressattribute.AddressgetDefaultShipmentAddress()Generated method - Getter of theUser.defaultShipmentAddressattribute.AddressgetDefaultShipmentAddress(SessionContext ctx)Generated method - Getter of theUser.defaultShipmentAddressattribute.java.lang.StringgetEncodedPassword()Generated method - Getter of theUser.encodedPasswordattribute.java.lang.StringgetEncodedPassword(SessionContext ctx)Generated method - Getter of theUser.encodedPasswordattribute.java.util.DategetLastLogin()Generated method - Getter of theUser.lastLoginattribute.java.util.DategetLastLogin(SessionContext ctx)Generated method - Getter of theUser.lastLoginattribute.java.util.Collection<Order>getOrders()Generated method - Getter of theUser.ordersattribute.java.util.Collection<Order>getOrders(SessionContext ctx)Generated method - Getter of theUser.ordersattribute.java.lang.StringgetPasswordAnswer()Generated method - Getter of theUser.passwordAnswerattribute.java.lang.StringgetPasswordAnswer(SessionContext ctx)Generated method - Getter of theUser.passwordAnswerattribute.java.lang.StringgetPasswordEncoding()Generated method - Getter of theUser.passwordEncodingattribute.java.lang.StringgetPasswordEncoding(SessionContext ctx)Generated method - Getter of theUser.passwordEncodingattribute.java.lang.StringgetPasswordQuestion()Generated method - Getter of theUser.passwordQuestionattribute.java.lang.StringgetPasswordQuestion(SessionContext ctx)Generated method - Getter of theUser.passwordQuestionattribute.java.util.Collection<PaymentInfo>getPaymentInfos()Generated method - Getter of theUser.paymentInfosattribute.java.util.Collection<PaymentInfo>getPaymentInfos(SessionContext ctx)Generated method - Getter of theUser.paymentInfosattribute.java.util.Collection<Quote>getQuotes()Generated method - Getter of theUser.quotesattribute.java.util.Collection<Quote>getQuotes(SessionContext ctx)Generated method - Getter of theUser.quotesattribute.EnumerationValuegetRetentionState()Generated method - Getter of theUser.retentionStateattribute.EnumerationValuegetRetentionState(SessionContext ctx)Generated method - Getter of theUser.retentionStateattribute.CurrencygetSessionCurrency()Generated method - Getter of theUser.sessionCurrencyattribute.CurrencygetSessionCurrency(SessionContext ctx)Generated method - Getter of theUser.sessionCurrencyattribute.LanguagegetSessionLanguage()Generated method - Getter of theUser.sessionLanguageattribute.LanguagegetSessionLanguage(SessionContext ctx)Generated method - Getter of theUser.sessionLanguageattribute.UserProfilegetUserprofile()Generated method - Getter of theUser.userprofileattribute.UserProfilegetUserprofile(SessionContext ctx)Generated method - Getter of theUser.userprofileattribute.java.lang.BooleanisHmcLoginDisabled()Generated method - Getter of theUser.hmcLoginDisabledattribute.java.lang.BooleanisHmcLoginDisabled(SessionContext ctx)Generated method - Getter of theUser.hmcLoginDisabledattribute.booleanisHmcLoginDisabledAsPrimitive()Generated method - Getter of theUser.hmcLoginDisabledattribute.booleanisHmcLoginDisabledAsPrimitive(SessionContext ctx)Generated method - Getter of theUser.hmcLoginDisabledattribute.java.lang.BooleanisLoginDisabled()Generated method - Getter of theUser.loginDisabledattribute.java.lang.BooleanisLoginDisabled(SessionContext ctx)Generated method - Getter of theUser.loginDisabledattribute.booleanisLoginDisabledAsPrimitive()Generated method - Getter of theUser.loginDisabledattribute.booleanisLoginDisabledAsPrimitive(SessionContext ctx)Generated method - Getter of theUser.loginDisabledattribute.voidremoveFromAddresses(SessionContext ctx, Address value)Generated method - Removesvaluefrom addresses.voidremoveFromAddresses(Address value)Generated method - Removesvaluefrom addresses.voidremoveFromCarts(Cart value)Generated method - Removesvaluefrom carts.voidremoveFromCarts(SessionContext ctx, Cart value)Generated method - Removesvaluefrom carts.voidremoveFromContactInfos(SessionContext ctx, AbstractContactInfo value)Generated method - Removesvaluefrom contactInfos.voidremoveFromContactInfos(AbstractContactInfo value)Generated method - Removesvaluefrom contactInfos.voidremoveFromOrders(Order value)Generated method - Removesvaluefrom orders.voidremoveFromOrders(SessionContext ctx, Order value)Generated method - Removesvaluefrom orders.voidremoveFromPaymentInfos(PaymentInfo value)Generated method - Removesvaluefrom paymentInfos.voidremoveFromPaymentInfos(SessionContext ctx, PaymentInfo value)Generated method - Removesvaluefrom paymentInfos.voidremoveFromQuotes(Quote value)Generated method - Removesvaluefrom quotes.voidremoveFromQuotes(SessionContext ctx, Quote value)Generated method - Removesvaluefrom quotes.voidsetAddresses(SessionContext ctx, java.util.Collection<Address> value)Generated method - Setter of theUser.addressesattribute.voidsetAddresses(java.util.Collection<Address> value)Generated method - Setter of theUser.addressesattribute.voidsetCarts(SessionContext ctx, java.util.Collection<Cart> value)Generated method - Setter of theUser.cartsattribute.voidsetCarts(java.util.Collection<Cart> value)Generated method - Setter of theUser.cartsattribute.voidsetContactInfos(SessionContext ctx, java.util.Collection<AbstractContactInfo> value)Generated method - Setter of theUser.contactInfosattribute.voidsetContactInfos(java.util.Collection<AbstractContactInfo> value)Generated method - Setter of theUser.contactInfosattribute.voidsetDeactivationDate(SessionContext ctx, java.util.Date value)Generated method - Setter of theUser.deactivationDateattribute.voidsetDeactivationDate(java.util.Date value)Generated method - Setter of theUser.deactivationDateattribute.voidsetDefaultPaymentAddress(SessionContext ctx, Address value)Generated method - Setter of theUser.defaultPaymentAddressattribute.voidsetDefaultPaymentAddress(Address value)Generated method - Setter of theUser.defaultPaymentAddressattribute.voidsetDefaultShipmentAddress(SessionContext ctx, Address value)Generated method - Setter of theUser.defaultShipmentAddressattribute.voidsetDefaultShipmentAddress(Address value)Generated method - Setter of theUser.defaultShipmentAddressattribute.voidsetEncodedPassword(SessionContext ctx, java.lang.String value)Generated method - Setter of theUser.encodedPasswordattribute.voidsetEncodedPassword(java.lang.String value)Generated method - Setter of theUser.encodedPasswordattribute.voidsetHmcLoginDisabled(boolean value)Generated method - Setter of theUser.hmcLoginDisabledattribute.voidsetHmcLoginDisabled(SessionContext ctx, boolean value)Generated method - Setter of theUser.hmcLoginDisabledattribute.voidsetHmcLoginDisabled(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of theUser.hmcLoginDisabledattribute.voidsetHmcLoginDisabled(java.lang.Boolean value)Generated method - Setter of theUser.hmcLoginDisabledattribute.voidsetLastLogin(SessionContext ctx, java.util.Date value)Generated method - Setter of theUser.lastLoginattribute.voidsetLastLogin(java.util.Date value)Generated method - Setter of theUser.lastLoginattribute.voidsetLoginDisabled(boolean value)Generated method - Setter of theUser.loginDisabledattribute.voidsetLoginDisabled(SessionContext ctx, boolean value)Generated method - Setter of theUser.loginDisabledattribute.voidsetLoginDisabled(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of theUser.loginDisabledattribute.voidsetLoginDisabled(java.lang.Boolean value)Generated method - Setter of theUser.loginDisabledattribute.voidsetOrders(SessionContext ctx, java.util.Collection<Order> value)Generated method - Setter of theUser.ordersattribute.voidsetOrders(java.util.Collection<Order> value)Generated method - Setter of theUser.ordersattribute.voidsetPasswordAnswer(SessionContext ctx, java.lang.String value)Generated method - Setter of theUser.passwordAnswerattribute.voidsetPasswordAnswer(java.lang.String value)Generated method - Setter of theUser.passwordAnswerattribute.voidsetPasswordEncoding(SessionContext ctx, java.lang.String value)Generated method - Setter of theUser.passwordEncodingattribute.voidsetPasswordEncoding(java.lang.String value)Generated method - Setter of theUser.passwordEncodingattribute.voidsetPasswordQuestion(SessionContext ctx, java.lang.String value)Generated method - Setter of theUser.passwordQuestionattribute.voidsetPasswordQuestion(java.lang.String value)Generated method - Setter of theUser.passwordQuestionattribute.voidsetPaymentInfos(SessionContext ctx, java.util.Collection<PaymentInfo> value)Generated method - Setter of theUser.paymentInfosattribute.voidsetPaymentInfos(java.util.Collection<PaymentInfo> value)Generated method - Setter of theUser.paymentInfosattribute.voidsetQuotes(SessionContext ctx, java.util.Collection<Quote> value)Generated method - Setter of theUser.quotesattribute.voidsetQuotes(java.util.Collection<Quote> value)Generated method - Setter of theUser.quotesattribute.voidsetRetentionState(EnumerationValue value)Generated method - Setter of theUser.retentionStateattribute.voidsetRetentionState(SessionContext ctx, EnumerationValue value)Generated method - Setter of theUser.retentionStateattribute.voidsetSessionCurrency(Currency value)Generated method - Setter of theUser.sessionCurrencyattribute.voidsetSessionCurrency(SessionContext ctx, Currency value)Generated method - Setter of theUser.sessionCurrencyattribute.voidsetSessionLanguage(Language value)Generated method - Setter of theUser.sessionLanguageattribute.voidsetSessionLanguage(SessionContext ctx, Language value)Generated method - Setter of theUser.sessionLanguageattribute.voidsetUserprofile(UserProfile value)Generated method - Setter of theUser.userprofileattribute.voidsetUserprofile(SessionContext ctx, UserProfile value)Generated method - Setter of theUser.userprofileattribute.-
Methods inherited from class de.hybris.platform.jalo.security.Principal
addGlobalNegativePermission, addGlobalPermission, addGlobalPermissions, addGlobalPositivePermission, addToGroup, checkConsistencyUid, checkGlobalPermission, checkOwnGlobalPermission, checkSystemPrincipal, clearGlobalPermission, clearGlobalPermissions, getAllDisplayName, getAllDisplayName, getAllGlobalNegativePermissions, getAllGlobalPositivePermissions, getAllGroups, getAllGroups, getAllSearchRestrictions, getAllSearchRestrictions, getDisplayName, getDisplayName, getGlobalNegativePermissions, getGlobalPermissions, getGlobalPositivePermissions, getGroups, getItemPermissionsMap, getUid, getUID, isAdmin, 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, setUid
-
Methods inherited from class de.hybris.platform.jalo.GenericItem
createItem, getImplementation, getInitialProperties, getNonInitialAttributes, 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, 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, useTA, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
DEFAULTPAYMENTADDRESS
public static final java.lang.String DEFAULTPAYMENTADDRESS
Qualifier of theUser.defaultPaymentAddressattribute- See Also:
- Constant Field Values
-
DEFAULTSHIPMENTADDRESS
public static final java.lang.String DEFAULTSHIPMENTADDRESS
Qualifier of theUser.defaultShipmentAddressattribute- See Also:
- Constant Field Values
-
PASSWORDENCODING
public static final java.lang.String PASSWORDENCODING
Qualifier of theUser.passwordEncodingattribute- See Also:
- Constant Field Values
-
ENCODEDPASSWORD
public static final java.lang.String ENCODEDPASSWORD
Qualifier of theUser.encodedPasswordattribute- See Also:
- Constant Field Values
-
PASSWORDANSWER
public static final java.lang.String PASSWORDANSWER
Qualifier of theUser.passwordAnswerattribute- See Also:
- Constant Field Values
-
PASSWORDQUESTION
public static final java.lang.String PASSWORDQUESTION
Qualifier of theUser.passwordQuestionattribute- See Also:
- Constant Field Values
-
SESSIONLANGUAGE
public static final java.lang.String SESSIONLANGUAGE
Qualifier of theUser.sessionLanguageattribute- See Also:
- Constant Field Values
-
SESSIONCURRENCY
public static final java.lang.String SESSIONCURRENCY
Qualifier of theUser.sessionCurrencyattribute- See Also:
- Constant Field Values
-
LOGINDISABLED
public static final java.lang.String LOGINDISABLED
Qualifier of theUser.loginDisabledattribute- See Also:
- Constant Field Values
-
LASTLOGIN
public static final java.lang.String LASTLOGIN
Qualifier of theUser.lastLoginattribute- See Also:
- Constant Field Values
-
HMCLOGINDISABLED
public static final java.lang.String HMCLOGINDISABLED
Qualifier of theUser.hmcLoginDisabledattribute- See Also:
- Constant Field Values
-
RETENTIONSTATE
public static final java.lang.String RETENTIONSTATE
Qualifier of theUser.retentionStateattribute- See Also:
- Constant Field Values
-
USERPROFILE
public static final java.lang.String USERPROFILE
Qualifier of theUser.userprofileattribute- See Also:
- Constant Field Values
-
DEACTIVATIONDATE
public static final java.lang.String DEACTIVATIONDATE
Qualifier of theUser.deactivationDateattribute- See Also:
- Constant Field Values
-
CONTACTINFOS
public static final java.lang.String CONTACTINFOS
Qualifier of theUser.contactInfosattribute- See Also:
- Constant Field Values
-
CARTS
public static final java.lang.String CARTS
Qualifier of theUser.cartsattribute- See Also:
- Constant Field Values
-
QUOTES
public static final java.lang.String QUOTES
Qualifier of theUser.quotesattribute- See Also:
- Constant Field Values
-
ORDERS
public static final java.lang.String ORDERS
Qualifier of theUser.ordersattribute- See Also:
- Constant Field Values
-
ADDRESSES
public static final java.lang.String ADDRESSES
Qualifier of theUser.addressesattribute- See Also:
- Constant Field Values
-
PAYMENTINFOS
public static final java.lang.String PAYMENTINFOS
Qualifier of theUser.paymentInfosattribute- See Also:
- Constant Field Values
-
CONTACTINFOSHANDLER
protected static final OneToManyHandler<AbstractContactInfo> CONTACTINFOSHANDLER
OneToManyHandlerfor handling 1:n CONTACTINFOS's relation attributes from 'many' side.
-
CARTSHANDLER
protected static final OneToManyHandler<Cart> CARTSHANDLER
OneToManyHandlerfor handling 1:n CARTS's relation attributes from 'many' side.
-
QUOTESHANDLER
protected static final OneToManyHandler<Quote> QUOTESHANDLER
OneToManyHandlerfor handling 1:n QUOTES's relation attributes from 'many' side.
-
ORDERSHANDLER
protected static final OneToManyHandler<Order> ORDERSHANDLER
OneToManyHandlerfor handling 1:n ORDERS's relation attributes from 'many' side.
-
ADDRESSESHANDLER
protected static final OneToManyHandler<Address> ADDRESSESHANDLER
OneToManyHandlerfor handling 1:n ADDRESSES's relation attributes from 'many' side. Condition query: "{original} is null"
-
PAYMENTINFOSHANDLER
protected static final OneToManyHandler<PaymentInfo> PAYMENTINFOSHANDLER
OneToManyHandlerfor handling 1:n PAYMENTINFOS's relation attributes from 'many' side. Condition query: "{original} is null"
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
- Overrides:
getDefaultAttributeModesin classGeneratedPrincipal
-
getAddresses
public java.util.Collection<Address> getAddresses(SessionContext ctx)
Generated method - Getter of theUser.addressesattribute.- Returns:
- the addresses
-
getAddresses
public java.util.Collection<Address> getAddresses()
Generated method - Getter of theUser.addressesattribute.- Returns:
- the addresses
-
setAddresses
public void setAddresses(SessionContext ctx, java.util.Collection<Address> value)
Generated method - Setter of theUser.addressesattribute.- Parameters:
value- the addresses
-
setAddresses
public void setAddresses(java.util.Collection<Address> value)
Generated method - Setter of theUser.addressesattribute.- Parameters:
value- the addresses
-
addToAddresses
public void addToAddresses(SessionContext ctx, Address value)
Generated method - Addsvalueto addresses.- Parameters:
value- the item to add to addresses
-
addToAddresses
public void addToAddresses(Address value)
Generated method - Addsvalueto addresses.- Parameters:
value- the item to add to addresses
-
removeFromAddresses
public void removeFromAddresses(SessionContext ctx, Address value)
Generated method - Removesvaluefrom addresses.- Parameters:
value- the item to remove from addresses
-
removeFromAddresses
public void removeFromAddresses(Address value)
Generated method - Removesvaluefrom addresses.- Parameters:
value- the item to remove from addresses
-
getCarts
public java.util.Collection<Cart> getCarts(SessionContext ctx)
Generated method - Getter of theUser.cartsattribute.- Returns:
- the carts
-
getCarts
public java.util.Collection<Cart> getCarts()
Generated method - Getter of theUser.cartsattribute.- Returns:
- the carts
-
setCarts
public void setCarts(SessionContext ctx, java.util.Collection<Cart> value)
Generated method - Setter of theUser.cartsattribute.- Parameters:
value- the carts
-
setCarts
public void setCarts(java.util.Collection<Cart> value)
Generated method - Setter of theUser.cartsattribute.- Parameters:
value- the carts
-
addToCarts
public void addToCarts(SessionContext ctx, Cart value)
Generated method - Addsvalueto carts.- Parameters:
value- the item to add to carts
-
addToCarts
public void addToCarts(Cart value)
Generated method - Addsvalueto carts.- Parameters:
value- the item to add to carts
-
removeFromCarts
public void removeFromCarts(SessionContext ctx, Cart value)
Generated method - Removesvaluefrom carts.- Parameters:
value- the item to remove from carts
-
removeFromCarts
public void removeFromCarts(Cart value)
Generated method - Removesvaluefrom carts.- Parameters:
value- the item to remove from carts
-
getContactInfos
public java.util.Collection<AbstractContactInfo> getContactInfos(SessionContext ctx)
Generated method - Getter of theUser.contactInfosattribute.- Returns:
- the contactInfos
-
getContactInfos
public java.util.Collection<AbstractContactInfo> getContactInfos()
Generated method - Getter of theUser.contactInfosattribute.- Returns:
- the contactInfos
-
setContactInfos
public void setContactInfos(SessionContext ctx, java.util.Collection<AbstractContactInfo> value)
Generated method - Setter of theUser.contactInfosattribute.- Parameters:
value- the contactInfos
-
setContactInfos
public void setContactInfos(java.util.Collection<AbstractContactInfo> value)
Generated method - Setter of theUser.contactInfosattribute.- Parameters:
value- the contactInfos
-
addToContactInfos
public void addToContactInfos(SessionContext ctx, AbstractContactInfo value)
Generated method - Addsvalueto contactInfos.- Parameters:
value- the item to add to contactInfos
-
addToContactInfos
public void addToContactInfos(AbstractContactInfo value)
Generated method - Addsvalueto contactInfos.- Parameters:
value- the item to add to contactInfos
-
removeFromContactInfos
public void removeFromContactInfos(SessionContext ctx, AbstractContactInfo value)
Generated method - Removesvaluefrom contactInfos.- Parameters:
value- the item to remove from contactInfos
-
removeFromContactInfos
public void removeFromContactInfos(AbstractContactInfo value)
Generated method - Removesvaluefrom contactInfos.- Parameters:
value- the item to remove from contactInfos
-
getDeactivationDate
public java.util.Date getDeactivationDate(SessionContext ctx)
Generated method - Getter of theUser.deactivationDateattribute.- Returns:
- the deactivationDate - The deactivation date for the user account
-
getDeactivationDate
public java.util.Date getDeactivationDate()
Generated method - Getter of theUser.deactivationDateattribute.- Returns:
- the deactivationDate - The deactivation date for the user account
-
setDeactivationDate
public void setDeactivationDate(SessionContext ctx, java.util.Date value)
Generated method - Setter of theUser.deactivationDateattribute.- Parameters:
value- the deactivationDate - The deactivation date for the user account
-
setDeactivationDate
public void setDeactivationDate(java.util.Date value)
Generated method - Setter of theUser.deactivationDateattribute.- Parameters:
value- the deactivationDate - The deactivation date for the user account
-
getDefaultPaymentAddress
public Address getDefaultPaymentAddress(SessionContext ctx)
Generated method - Getter of theUser.defaultPaymentAddressattribute.- Returns:
- the defaultPaymentAddress
-
getDefaultPaymentAddress
public Address getDefaultPaymentAddress()
Generated method - Getter of theUser.defaultPaymentAddressattribute.- Returns:
- the defaultPaymentAddress
-
setDefaultPaymentAddress
public void setDefaultPaymentAddress(SessionContext ctx, Address value)
Generated method - Setter of theUser.defaultPaymentAddressattribute.- Parameters:
value- the defaultPaymentAddress
-
setDefaultPaymentAddress
public void setDefaultPaymentAddress(Address value)
Generated method - Setter of theUser.defaultPaymentAddressattribute.- Parameters:
value- the defaultPaymentAddress
-
getDefaultShipmentAddress
public Address getDefaultShipmentAddress(SessionContext ctx)
Generated method - Getter of theUser.defaultShipmentAddressattribute.- Returns:
- the defaultShipmentAddress
-
getDefaultShipmentAddress
public Address getDefaultShipmentAddress()
Generated method - Getter of theUser.defaultShipmentAddressattribute.- Returns:
- the defaultShipmentAddress
-
setDefaultShipmentAddress
public void setDefaultShipmentAddress(SessionContext ctx, Address value)
Generated method - Setter of theUser.defaultShipmentAddressattribute.- Parameters:
value- the defaultShipmentAddress
-
setDefaultShipmentAddress
public void setDefaultShipmentAddress(Address value)
Generated method - Setter of theUser.defaultShipmentAddressattribute.- Parameters:
value- the defaultShipmentAddress
-
getEncodedPassword
public java.lang.String getEncodedPassword(SessionContext ctx)
Generated method - Getter of theUser.encodedPasswordattribute.- Returns:
- the encodedPassword
-
getEncodedPassword
public java.lang.String getEncodedPassword()
Generated method - Getter of theUser.encodedPasswordattribute.- Returns:
- the encodedPassword
-
setEncodedPassword
public void setEncodedPassword(SessionContext ctx, java.lang.String value)
Generated method - Setter of theUser.encodedPasswordattribute.- Parameters:
value- the encodedPassword
-
setEncodedPassword
public void setEncodedPassword(java.lang.String value)
Generated method - Setter of theUser.encodedPasswordattribute.- Parameters:
value- the encodedPassword
-
isHmcLoginDisabled
public java.lang.Boolean isHmcLoginDisabled(SessionContext ctx)
Generated method - Getter of theUser.hmcLoginDisabledattribute.- Returns:
- the hmcLoginDisabled
-
isHmcLoginDisabled
public java.lang.Boolean isHmcLoginDisabled()
Generated method - Getter of theUser.hmcLoginDisabledattribute.- Returns:
- the hmcLoginDisabled
-
isHmcLoginDisabledAsPrimitive
public boolean isHmcLoginDisabledAsPrimitive(SessionContext ctx)
Generated method - Getter of theUser.hmcLoginDisabledattribute.- Returns:
- the hmcLoginDisabled
-
isHmcLoginDisabledAsPrimitive
public boolean isHmcLoginDisabledAsPrimitive()
Generated method - Getter of theUser.hmcLoginDisabledattribute.- Returns:
- the hmcLoginDisabled
-
setHmcLoginDisabled
public void setHmcLoginDisabled(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theUser.hmcLoginDisabledattribute.- Parameters:
value- the hmcLoginDisabled
-
setHmcLoginDisabled
public void setHmcLoginDisabled(java.lang.Boolean value)
Generated method - Setter of theUser.hmcLoginDisabledattribute.- Parameters:
value- the hmcLoginDisabled
-
setHmcLoginDisabled
public void setHmcLoginDisabled(SessionContext ctx, boolean value)
Generated method - Setter of theUser.hmcLoginDisabledattribute.- Parameters:
value- the hmcLoginDisabled
-
setHmcLoginDisabled
public void setHmcLoginDisabled(boolean value)
Generated method - Setter of theUser.hmcLoginDisabledattribute.- Parameters:
value- the hmcLoginDisabled
-
getLastLogin
public java.util.Date getLastLogin(SessionContext ctx)
Generated method - Getter of theUser.lastLoginattribute.- Returns:
- the lastLogin
-
getLastLogin
public java.util.Date getLastLogin()
Generated method - Getter of theUser.lastLoginattribute.- Returns:
- the lastLogin
-
setLastLogin
public void setLastLogin(SessionContext ctx, java.util.Date value)
Generated method - Setter of theUser.lastLoginattribute.- Parameters:
value- the lastLogin
-
setLastLogin
public void setLastLogin(java.util.Date value)
Generated method - Setter of theUser.lastLoginattribute.- Parameters:
value- the lastLogin
-
isLoginDisabled
public java.lang.Boolean isLoginDisabled(SessionContext ctx)
Generated method - Getter of theUser.loginDisabledattribute.- Returns:
- the loginDisabled - Determines whether user is allowed to login to system.
-
isLoginDisabled
public java.lang.Boolean isLoginDisabled()
Generated method - Getter of theUser.loginDisabledattribute.- Returns:
- the loginDisabled - Determines whether user is allowed to login to system.
-
isLoginDisabledAsPrimitive
public boolean isLoginDisabledAsPrimitive(SessionContext ctx)
Generated method - Getter of theUser.loginDisabledattribute.- Returns:
- the loginDisabled - Determines whether user is allowed to login to system.
-
isLoginDisabledAsPrimitive
public boolean isLoginDisabledAsPrimitive()
Generated method - Getter of theUser.loginDisabledattribute.- Returns:
- the loginDisabled - Determines whether user is allowed to login to system.
-
setLoginDisabled
public void setLoginDisabled(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theUser.loginDisabledattribute.- Parameters:
value- the loginDisabled - Determines whether user is allowed to login to system.
-
setLoginDisabled
public void setLoginDisabled(java.lang.Boolean value)
Generated method - Setter of theUser.loginDisabledattribute.- Parameters:
value- the loginDisabled - Determines whether user is allowed to login to system.
-
setLoginDisabled
public void setLoginDisabled(SessionContext ctx, boolean value)
Generated method - Setter of theUser.loginDisabledattribute.- Parameters:
value- the loginDisabled - Determines whether user is allowed to login to system.
-
setLoginDisabled
public void setLoginDisabled(boolean value)
Generated method - Setter of theUser.loginDisabledattribute.- Parameters:
value- the loginDisabled - Determines whether user is allowed to login to system.
-
getOrders
public java.util.Collection<Order> getOrders(SessionContext ctx)
Generated method - Getter of theUser.ordersattribute.- Returns:
- the orders
-
getOrders
public java.util.Collection<Order> getOrders()
Generated method - Getter of theUser.ordersattribute.- Returns:
- the orders
-
setOrders
public void setOrders(SessionContext ctx, java.util.Collection<Order> value)
Generated method - Setter of theUser.ordersattribute.- Parameters:
value- the orders
-
setOrders
public void setOrders(java.util.Collection<Order> value)
Generated method - Setter of theUser.ordersattribute.- Parameters:
value- the orders
-
addToOrders
public void addToOrders(SessionContext ctx, Order value)
Generated method - Addsvalueto orders.- Parameters:
value- the item to add to orders
-
addToOrders
public void addToOrders(Order value)
Generated method - Addsvalueto orders.- Parameters:
value- the item to add to orders
-
removeFromOrders
public void removeFromOrders(SessionContext ctx, Order value)
Generated method - Removesvaluefrom orders.- Parameters:
value- the item to remove from orders
-
removeFromOrders
public void removeFromOrders(Order value)
Generated method - Removesvaluefrom orders.- Parameters:
value- the item to remove from orders
-
getPasswordAnswer
public java.lang.String getPasswordAnswer(SessionContext ctx)
Generated method - Getter of theUser.passwordAnswerattribute.- Returns:
- the passwordAnswer
-
getPasswordAnswer
public java.lang.String getPasswordAnswer()
Generated method - Getter of theUser.passwordAnswerattribute.- Returns:
- the passwordAnswer
-
setPasswordAnswer
public void setPasswordAnswer(SessionContext ctx, java.lang.String value)
Generated method - Setter of theUser.passwordAnswerattribute.- Parameters:
value- the passwordAnswer
-
setPasswordAnswer
public void setPasswordAnswer(java.lang.String value)
Generated method - Setter of theUser.passwordAnswerattribute.- Parameters:
value- the passwordAnswer
-
getPasswordEncoding
public java.lang.String getPasswordEncoding(SessionContext ctx)
Generated method - Getter of theUser.passwordEncodingattribute.- Returns:
- the passwordEncoding
-
getPasswordEncoding
public java.lang.String getPasswordEncoding()
Generated method - Getter of theUser.passwordEncodingattribute.- Returns:
- the passwordEncoding
-
setPasswordEncoding
public void setPasswordEncoding(SessionContext ctx, java.lang.String value)
Generated method - Setter of theUser.passwordEncodingattribute.- Parameters:
value- the passwordEncoding
-
setPasswordEncoding
public void setPasswordEncoding(java.lang.String value)
Generated method - Setter of theUser.passwordEncodingattribute.- Parameters:
value- the passwordEncoding
-
getPasswordQuestion
public java.lang.String getPasswordQuestion(SessionContext ctx)
Generated method - Getter of theUser.passwordQuestionattribute.- Returns:
- the passwordQuestion
-
getPasswordQuestion
public java.lang.String getPasswordQuestion()
Generated method - Getter of theUser.passwordQuestionattribute.- Returns:
- the passwordQuestion
-
setPasswordQuestion
public void setPasswordQuestion(SessionContext ctx, java.lang.String value)
Generated method - Setter of theUser.passwordQuestionattribute.- Parameters:
value- the passwordQuestion
-
setPasswordQuestion
public void setPasswordQuestion(java.lang.String value)
Generated method - Setter of theUser.passwordQuestionattribute.- Parameters:
value- the passwordQuestion
-
getPaymentInfos
public java.util.Collection<PaymentInfo> getPaymentInfos(SessionContext ctx)
Generated method - Getter of theUser.paymentInfosattribute.- Returns:
- the paymentInfos
-
getPaymentInfos
public java.util.Collection<PaymentInfo> getPaymentInfos()
Generated method - Getter of theUser.paymentInfosattribute.- Returns:
- the paymentInfos
-
setPaymentInfos
public void setPaymentInfos(SessionContext ctx, java.util.Collection<PaymentInfo> value)
Generated method - Setter of theUser.paymentInfosattribute.- Parameters:
value- the paymentInfos
-
setPaymentInfos
public void setPaymentInfos(java.util.Collection<PaymentInfo> value)
Generated method - Setter of theUser.paymentInfosattribute.- Parameters:
value- the paymentInfos
-
addToPaymentInfos
public void addToPaymentInfos(SessionContext ctx, PaymentInfo value)
Generated method - Addsvalueto paymentInfos.- Parameters:
value- the item to add to paymentInfos
-
addToPaymentInfos
public void addToPaymentInfos(PaymentInfo value)
Generated method - Addsvalueto paymentInfos.- Parameters:
value- the item to add to paymentInfos
-
removeFromPaymentInfos
public void removeFromPaymentInfos(SessionContext ctx, PaymentInfo value)
Generated method - Removesvaluefrom paymentInfos.- Parameters:
value- the item to remove from paymentInfos
-
removeFromPaymentInfos
public void removeFromPaymentInfos(PaymentInfo value)
Generated method - Removesvaluefrom paymentInfos.- Parameters:
value- the item to remove from paymentInfos
-
getQuotes
public java.util.Collection<Quote> getQuotes(SessionContext ctx)
Generated method - Getter of theUser.quotesattribute.- Returns:
- the quotes
-
getQuotes
public java.util.Collection<Quote> getQuotes()
Generated method - Getter of theUser.quotesattribute.- Returns:
- the quotes
-
setQuotes
public void setQuotes(SessionContext ctx, java.util.Collection<Quote> value)
Generated method - Setter of theUser.quotesattribute.- Parameters:
value- the quotes
-
setQuotes
public void setQuotes(java.util.Collection<Quote> value)
Generated method - Setter of theUser.quotesattribute.- Parameters:
value- the quotes
-
addToQuotes
public void addToQuotes(SessionContext ctx, Quote value)
Generated method - Addsvalueto quotes.- Parameters:
value- the item to add to quotes
-
addToQuotes
public void addToQuotes(Quote value)
Generated method - Addsvalueto quotes.- Parameters:
value- the item to add to quotes
-
removeFromQuotes
public void removeFromQuotes(SessionContext ctx, Quote value)
Generated method - Removesvaluefrom quotes.- Parameters:
value- the item to remove from quotes
-
removeFromQuotes
public void removeFromQuotes(Quote value)
Generated method - Removesvaluefrom quotes.- Parameters:
value- the item to remove from quotes
-
getRetentionState
public EnumerationValue getRetentionState(SessionContext ctx)
Generated method - Getter of theUser.retentionStateattribute.- Returns:
- the retentionState - User retention state, avoiding being picked up again by cronjob if processed
-
getRetentionState
public EnumerationValue getRetentionState()
Generated method - Getter of theUser.retentionStateattribute.- Returns:
- the retentionState - User retention state, avoiding being picked up again by cronjob if processed
-
setRetentionState
public void setRetentionState(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theUser.retentionStateattribute.- Parameters:
value- the retentionState - User retention state, avoiding being picked up again by cronjob if processed
-
setRetentionState
public void setRetentionState(EnumerationValue value)
Generated method - Setter of theUser.retentionStateattribute.- Parameters:
value- the retentionState - User retention state, avoiding being picked up again by cronjob if processed
-
getSessionCurrency
public Currency getSessionCurrency(SessionContext ctx)
Generated method - Getter of theUser.sessionCurrencyattribute.- Returns:
- the sessionCurrency
-
getSessionCurrency
public Currency getSessionCurrency()
Generated method - Getter of theUser.sessionCurrencyattribute.- Returns:
- the sessionCurrency
-
setSessionCurrency
public void setSessionCurrency(SessionContext ctx, Currency value)
Generated method - Setter of theUser.sessionCurrencyattribute.- Parameters:
value- the sessionCurrency
-
setSessionCurrency
public void setSessionCurrency(Currency value)
Generated method - Setter of theUser.sessionCurrencyattribute.- Parameters:
value- the sessionCurrency
-
getSessionLanguage
public Language getSessionLanguage(SessionContext ctx)
Generated method - Getter of theUser.sessionLanguageattribute.- Returns:
- the sessionLanguage
-
getSessionLanguage
public Language getSessionLanguage()
Generated method - Getter of theUser.sessionLanguageattribute.- Returns:
- the sessionLanguage
-
setSessionLanguage
public void setSessionLanguage(SessionContext ctx, Language value)
Generated method - Setter of theUser.sessionLanguageattribute.- Parameters:
value- the sessionLanguage
-
setSessionLanguage
public void setSessionLanguage(Language value)
Generated method - Setter of theUser.sessionLanguageattribute.- Parameters:
value- the sessionLanguage
-
getUserprofile
public UserProfile getUserprofile(SessionContext ctx)
Generated method - Getter of theUser.userprofileattribute.- Returns:
- the userprofile
-
getUserprofile
public UserProfile getUserprofile()
Generated method - Getter of theUser.userprofileattribute.- Returns:
- the userprofile
-
setUserprofile
public void setUserprofile(SessionContext ctx, UserProfile value)
Generated method - Setter of theUser.userprofileattribute.- Parameters:
value- the userprofile
-
setUserprofile
public void setUserprofile(UserProfile value)
Generated method - Setter of theUser.userprofileattribute.- Parameters:
value- the userprofile
-
-