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.String
ADDRESSES
Qualifier of theUser.addresses
attributeprotected static OneToManyHandler<Address>
ADDRESSESHANDLER
OneToManyHandler
for handling 1:n ADDRESSES's relation attributes from 'many' side.static java.lang.String
CARTS
Qualifier of theUser.carts
attributeprotected static OneToManyHandler<Cart>
CARTSHANDLER
OneToManyHandler
for handling 1:n CARTS's relation attributes from 'many' side.static java.lang.String
CONTACTINFOS
Qualifier of theUser.contactInfos
attributeprotected static OneToManyHandler<AbstractContactInfo>
CONTACTINFOSHANDLER
OneToManyHandler
for handling 1:n CONTACTINFOS's relation attributes from 'many' side.static java.lang.String
DEACTIVATIONDATE
Qualifier of theUser.deactivationDate
attributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
DEFAULTPAYMENTADDRESS
Qualifier of theUser.defaultPaymentAddress
attributestatic java.lang.String
DEFAULTSHIPMENTADDRESS
Qualifier of theUser.defaultShipmentAddress
attributestatic java.lang.String
ENCODEDPASSWORD
Qualifier of theUser.encodedPassword
attributestatic java.lang.String
HMCLOGINDISABLED
Qualifier of theUser.hmcLoginDisabled
attributestatic java.lang.String
LASTLOGIN
Qualifier of theUser.lastLogin
attributestatic java.lang.String
LOGINDISABLED
Qualifier of theUser.loginDisabled
attributestatic java.lang.String
ORDERS
Qualifier of theUser.orders
attributeprotected static OneToManyHandler<Order>
ORDERSHANDLER
OneToManyHandler
for handling 1:n ORDERS's relation attributes from 'many' side.static java.lang.String
PASSWORDANSWER
Qualifier of theUser.passwordAnswer
attributestatic java.lang.String
PASSWORDENCODING
Qualifier of theUser.passwordEncoding
attributestatic java.lang.String
PASSWORDQUESTION
Qualifier of theUser.passwordQuestion
attributestatic java.lang.String
PAYMENTINFOS
Qualifier of theUser.paymentInfos
attributeprotected static OneToManyHandler<PaymentInfo>
PAYMENTINFOSHANDLER
OneToManyHandler
for handling 1:n PAYMENTINFOS's relation attributes from 'many' side.static java.lang.String
QUOTES
Qualifier of theUser.quotes
attributeprotected static OneToManyHandler<Quote>
QUOTESHANDLER
OneToManyHandler
for handling 1:n QUOTES's relation attributes from 'many' side.static java.lang.String
RETENTIONSTATE
Qualifier of theUser.retentionState
attributestatic java.lang.String
SESSIONCURRENCY
Qualifier of theUser.sessionCurrency
attributestatic java.lang.String
SESSIONLANGUAGE
Qualifier of theUser.sessionLanguage
attributestatic java.lang.String
USERPROFILE
Qualifier of theUser.userprofile
attribute-
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 void
addToAddresses(SessionContext ctx, Address value)
Generated method - Addsvalue
to addresses.void
addToAddresses(Address value)
Generated method - Addsvalue
to addresses.void
addToCarts(Cart value)
Generated method - Addsvalue
to carts.void
addToCarts(SessionContext ctx, Cart value)
Generated method - Addsvalue
to carts.void
addToContactInfos(SessionContext ctx, AbstractContactInfo value)
Generated method - Addsvalue
to contactInfos.void
addToContactInfos(AbstractContactInfo value)
Generated method - Addsvalue
to contactInfos.void
addToOrders(Order value)
Generated method - Addsvalue
to orders.void
addToOrders(SessionContext ctx, Order value)
Generated method - Addsvalue
to orders.void
addToPaymentInfos(PaymentInfo value)
Generated method - Addsvalue
to paymentInfos.void
addToPaymentInfos(SessionContext ctx, PaymentInfo value)
Generated method - Addsvalue
to paymentInfos.void
addToQuotes(Quote value)
Generated method - Addsvalue
to quotes.void
addToQuotes(SessionContext ctx, Quote value)
Generated method - Addsvalue
to quotes.java.util.Collection<Address>
getAddresses()
Generated method - Getter of theUser.addresses
attribute.java.util.Collection<Address>
getAddresses(SessionContext ctx)
Generated method - Getter of theUser.addresses
attribute.java.util.Collection<Cart>
getCarts()
Generated method - Getter of theUser.carts
attribute.java.util.Collection<Cart>
getCarts(SessionContext ctx)
Generated method - Getter of theUser.carts
attribute.java.util.Collection<AbstractContactInfo>
getContactInfos()
Generated method - Getter of theUser.contactInfos
attribute.java.util.Collection<AbstractContactInfo>
getContactInfos(SessionContext ctx)
Generated method - Getter of theUser.contactInfos
attribute.java.util.Date
getDeactivationDate()
Generated method - Getter of theUser.deactivationDate
attribute.java.util.Date
getDeactivationDate(SessionContext ctx)
Generated method - Getter of theUser.deactivationDate
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
Address
getDefaultPaymentAddress()
Generated method - Getter of theUser.defaultPaymentAddress
attribute.Address
getDefaultPaymentAddress(SessionContext ctx)
Generated method - Getter of theUser.defaultPaymentAddress
attribute.Address
getDefaultShipmentAddress()
Generated method - Getter of theUser.defaultShipmentAddress
attribute.Address
getDefaultShipmentAddress(SessionContext ctx)
Generated method - Getter of theUser.defaultShipmentAddress
attribute.java.lang.String
getEncodedPassword()
Generated method - Getter of theUser.encodedPassword
attribute.java.lang.String
getEncodedPassword(SessionContext ctx)
Generated method - Getter of theUser.encodedPassword
attribute.java.util.Date
getLastLogin()
Generated method - Getter of theUser.lastLogin
attribute.java.util.Date
getLastLogin(SessionContext ctx)
Generated method - Getter of theUser.lastLogin
attribute.java.util.Collection<Order>
getOrders()
Generated method - Getter of theUser.orders
attribute.java.util.Collection<Order>
getOrders(SessionContext ctx)
Generated method - Getter of theUser.orders
attribute.java.lang.String
getPasswordAnswer()
Generated method - Getter of theUser.passwordAnswer
attribute.java.lang.String
getPasswordAnswer(SessionContext ctx)
Generated method - Getter of theUser.passwordAnswer
attribute.java.lang.String
getPasswordEncoding()
Generated method - Getter of theUser.passwordEncoding
attribute.java.lang.String
getPasswordEncoding(SessionContext ctx)
Generated method - Getter of theUser.passwordEncoding
attribute.java.lang.String
getPasswordQuestion()
Generated method - Getter of theUser.passwordQuestion
attribute.java.lang.String
getPasswordQuestion(SessionContext ctx)
Generated method - Getter of theUser.passwordQuestion
attribute.java.util.Collection<PaymentInfo>
getPaymentInfos()
Generated method - Getter of theUser.paymentInfos
attribute.java.util.Collection<PaymentInfo>
getPaymentInfos(SessionContext ctx)
Generated method - Getter of theUser.paymentInfos
attribute.java.util.Collection<Quote>
getQuotes()
Generated method - Getter of theUser.quotes
attribute.java.util.Collection<Quote>
getQuotes(SessionContext ctx)
Generated method - Getter of theUser.quotes
attribute.EnumerationValue
getRetentionState()
Generated method - Getter of theUser.retentionState
attribute.EnumerationValue
getRetentionState(SessionContext ctx)
Generated method - Getter of theUser.retentionState
attribute.Currency
getSessionCurrency()
Generated method - Getter of theUser.sessionCurrency
attribute.Currency
getSessionCurrency(SessionContext ctx)
Generated method - Getter of theUser.sessionCurrency
attribute.Language
getSessionLanguage()
Generated method - Getter of theUser.sessionLanguage
attribute.Language
getSessionLanguage(SessionContext ctx)
Generated method - Getter of theUser.sessionLanguage
attribute.UserProfile
getUserprofile()
Generated method - Getter of theUser.userprofile
attribute.UserProfile
getUserprofile(SessionContext ctx)
Generated method - Getter of theUser.userprofile
attribute.java.lang.Boolean
isHmcLoginDisabled()
Generated method - Getter of theUser.hmcLoginDisabled
attribute.java.lang.Boolean
isHmcLoginDisabled(SessionContext ctx)
Generated method - Getter of theUser.hmcLoginDisabled
attribute.boolean
isHmcLoginDisabledAsPrimitive()
Generated method - Getter of theUser.hmcLoginDisabled
attribute.boolean
isHmcLoginDisabledAsPrimitive(SessionContext ctx)
Generated method - Getter of theUser.hmcLoginDisabled
attribute.java.lang.Boolean
isLoginDisabled()
Generated method - Getter of theUser.loginDisabled
attribute.java.lang.Boolean
isLoginDisabled(SessionContext ctx)
Generated method - Getter of theUser.loginDisabled
attribute.boolean
isLoginDisabledAsPrimitive()
Generated method - Getter of theUser.loginDisabled
attribute.boolean
isLoginDisabledAsPrimitive(SessionContext ctx)
Generated method - Getter of theUser.loginDisabled
attribute.void
removeFromAddresses(SessionContext ctx, Address value)
Generated method - Removesvalue
from addresses.void
removeFromAddresses(Address value)
Generated method - Removesvalue
from addresses.void
removeFromCarts(Cart value)
Generated method - Removesvalue
from carts.void
removeFromCarts(SessionContext ctx, Cart value)
Generated method - Removesvalue
from carts.void
removeFromContactInfos(SessionContext ctx, AbstractContactInfo value)
Generated method - Removesvalue
from contactInfos.void
removeFromContactInfos(AbstractContactInfo value)
Generated method - Removesvalue
from contactInfos.void
removeFromOrders(Order value)
Generated method - Removesvalue
from orders.void
removeFromOrders(SessionContext ctx, Order value)
Generated method - Removesvalue
from orders.void
removeFromPaymentInfos(PaymentInfo value)
Generated method - Removesvalue
from paymentInfos.void
removeFromPaymentInfos(SessionContext ctx, PaymentInfo value)
Generated method - Removesvalue
from paymentInfos.void
removeFromQuotes(Quote value)
Generated method - Removesvalue
from quotes.void
removeFromQuotes(SessionContext ctx, Quote value)
Generated method - Removesvalue
from quotes.void
setAddresses(SessionContext ctx, java.util.Collection<Address> value)
Generated method - Setter of theUser.addresses
attribute.void
setAddresses(java.util.Collection<Address> value)
Generated method - Setter of theUser.addresses
attribute.void
setCarts(SessionContext ctx, java.util.Collection<Cart> value)
Generated method - Setter of theUser.carts
attribute.void
setCarts(java.util.Collection<Cart> value)
Generated method - Setter of theUser.carts
attribute.void
setContactInfos(SessionContext ctx, java.util.Collection<AbstractContactInfo> value)
Generated method - Setter of theUser.contactInfos
attribute.void
setContactInfos(java.util.Collection<AbstractContactInfo> value)
Generated method - Setter of theUser.contactInfos
attribute.void
setDeactivationDate(SessionContext ctx, java.util.Date value)
Generated method - Setter of theUser.deactivationDate
attribute.void
setDeactivationDate(java.util.Date value)
Generated method - Setter of theUser.deactivationDate
attribute.void
setDefaultPaymentAddress(SessionContext ctx, Address value)
Generated method - Setter of theUser.defaultPaymentAddress
attribute.void
setDefaultPaymentAddress(Address value)
Generated method - Setter of theUser.defaultPaymentAddress
attribute.void
setDefaultShipmentAddress(SessionContext ctx, Address value)
Generated method - Setter of theUser.defaultShipmentAddress
attribute.void
setDefaultShipmentAddress(Address value)
Generated method - Setter of theUser.defaultShipmentAddress
attribute.void
setEncodedPassword(SessionContext ctx, java.lang.String value)
Generated method - Setter of theUser.encodedPassword
attribute.void
setEncodedPassword(java.lang.String value)
Generated method - Setter of theUser.encodedPassword
attribute.void
setHmcLoginDisabled(boolean value)
Generated method - Setter of theUser.hmcLoginDisabled
attribute.void
setHmcLoginDisabled(SessionContext ctx, boolean value)
Generated method - Setter of theUser.hmcLoginDisabled
attribute.void
setHmcLoginDisabled(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theUser.hmcLoginDisabled
attribute.void
setHmcLoginDisabled(java.lang.Boolean value)
Generated method - Setter of theUser.hmcLoginDisabled
attribute.void
setLastLogin(SessionContext ctx, java.util.Date value)
Generated method - Setter of theUser.lastLogin
attribute.void
setLastLogin(java.util.Date value)
Generated method - Setter of theUser.lastLogin
attribute.void
setLoginDisabled(boolean value)
Generated method - Setter of theUser.loginDisabled
attribute.void
setLoginDisabled(SessionContext ctx, boolean value)
Generated method - Setter of theUser.loginDisabled
attribute.void
setLoginDisabled(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theUser.loginDisabled
attribute.void
setLoginDisabled(java.lang.Boolean value)
Generated method - Setter of theUser.loginDisabled
attribute.void
setOrders(SessionContext ctx, java.util.Collection<Order> value)
Generated method - Setter of theUser.orders
attribute.void
setOrders(java.util.Collection<Order> value)
Generated method - Setter of theUser.orders
attribute.void
setPasswordAnswer(SessionContext ctx, java.lang.String value)
Generated method - Setter of theUser.passwordAnswer
attribute.void
setPasswordAnswer(java.lang.String value)
Generated method - Setter of theUser.passwordAnswer
attribute.void
setPasswordEncoding(SessionContext ctx, java.lang.String value)
Generated method - Setter of theUser.passwordEncoding
attribute.void
setPasswordEncoding(java.lang.String value)
Generated method - Setter of theUser.passwordEncoding
attribute.void
setPasswordQuestion(SessionContext ctx, java.lang.String value)
Generated method - Setter of theUser.passwordQuestion
attribute.void
setPasswordQuestion(java.lang.String value)
Generated method - Setter of theUser.passwordQuestion
attribute.void
setPaymentInfos(SessionContext ctx, java.util.Collection<PaymentInfo> value)
Generated method - Setter of theUser.paymentInfos
attribute.void
setPaymentInfos(java.util.Collection<PaymentInfo> value)
Generated method - Setter of theUser.paymentInfos
attribute.void
setQuotes(SessionContext ctx, java.util.Collection<Quote> value)
Generated method - Setter of theUser.quotes
attribute.void
setQuotes(java.util.Collection<Quote> value)
Generated method - Setter of theUser.quotes
attribute.void
setRetentionState(EnumerationValue value)
Generated method - Setter of theUser.retentionState
attribute.void
setRetentionState(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theUser.retentionState
attribute.void
setSessionCurrency(Currency value)
Generated method - Setter of theUser.sessionCurrency
attribute.void
setSessionCurrency(SessionContext ctx, Currency value)
Generated method - Setter of theUser.sessionCurrency
attribute.void
setSessionLanguage(Language value)
Generated method - Setter of theUser.sessionLanguage
attribute.void
setSessionLanguage(SessionContext ctx, Language value)
Generated method - Setter of theUser.sessionLanguage
attribute.void
setUserprofile(UserProfile value)
Generated method - Setter of theUser.userprofile
attribute.void
setUserprofile(SessionContext ctx, UserProfile value)
Generated method - Setter of theUser.userprofile
attribute.-
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.defaultPaymentAddress
attribute- See Also:
- Constant Field Values
-
DEFAULTSHIPMENTADDRESS
public static final java.lang.String DEFAULTSHIPMENTADDRESS
Qualifier of theUser.defaultShipmentAddress
attribute- See Also:
- Constant Field Values
-
PASSWORDENCODING
public static final java.lang.String PASSWORDENCODING
Qualifier of theUser.passwordEncoding
attribute- See Also:
- Constant Field Values
-
ENCODEDPASSWORD
public static final java.lang.String ENCODEDPASSWORD
Qualifier of theUser.encodedPassword
attribute- See Also:
- Constant Field Values
-
PASSWORDANSWER
public static final java.lang.String PASSWORDANSWER
Qualifier of theUser.passwordAnswer
attribute- See Also:
- Constant Field Values
-
PASSWORDQUESTION
public static final java.lang.String PASSWORDQUESTION
Qualifier of theUser.passwordQuestion
attribute- See Also:
- Constant Field Values
-
SESSIONLANGUAGE
public static final java.lang.String SESSIONLANGUAGE
Qualifier of theUser.sessionLanguage
attribute- See Also:
- Constant Field Values
-
SESSIONCURRENCY
public static final java.lang.String SESSIONCURRENCY
Qualifier of theUser.sessionCurrency
attribute- See Also:
- Constant Field Values
-
LOGINDISABLED
public static final java.lang.String LOGINDISABLED
Qualifier of theUser.loginDisabled
attribute- See Also:
- Constant Field Values
-
LASTLOGIN
public static final java.lang.String LASTLOGIN
Qualifier of theUser.lastLogin
attribute- See Also:
- Constant Field Values
-
HMCLOGINDISABLED
public static final java.lang.String HMCLOGINDISABLED
Qualifier of theUser.hmcLoginDisabled
attribute- See Also:
- Constant Field Values
-
RETENTIONSTATE
public static final java.lang.String RETENTIONSTATE
Qualifier of theUser.retentionState
attribute- See Also:
- Constant Field Values
-
USERPROFILE
public static final java.lang.String USERPROFILE
Qualifier of theUser.userprofile
attribute- See Also:
- Constant Field Values
-
DEACTIVATIONDATE
public static final java.lang.String DEACTIVATIONDATE
Qualifier of theUser.deactivationDate
attribute- See Also:
- Constant Field Values
-
CONTACTINFOS
public static final java.lang.String CONTACTINFOS
Qualifier of theUser.contactInfos
attribute- See Also:
- Constant Field Values
-
CARTS
public static final java.lang.String CARTS
Qualifier of theUser.carts
attribute- See Also:
- Constant Field Values
-
QUOTES
public static final java.lang.String QUOTES
Qualifier of theUser.quotes
attribute- See Also:
- Constant Field Values
-
ORDERS
public static final java.lang.String ORDERS
Qualifier of theUser.orders
attribute- See Also:
- Constant Field Values
-
ADDRESSES
public static final java.lang.String ADDRESSES
Qualifier of theUser.addresses
attribute- See Also:
- Constant Field Values
-
PAYMENTINFOS
public static final java.lang.String PAYMENTINFOS
Qualifier of theUser.paymentInfos
attribute- See Also:
- Constant Field Values
-
CONTACTINFOSHANDLER
protected static final OneToManyHandler<AbstractContactInfo> CONTACTINFOSHANDLER
OneToManyHandler
for handling 1:n CONTACTINFOS's relation attributes from 'many' side.
-
CARTSHANDLER
protected static final OneToManyHandler<Cart> CARTSHANDLER
OneToManyHandler
for handling 1:n CARTS's relation attributes from 'many' side.
-
QUOTESHANDLER
protected static final OneToManyHandler<Quote> QUOTESHANDLER
OneToManyHandler
for handling 1:n QUOTES's relation attributes from 'many' side.
-
ORDERSHANDLER
protected static final OneToManyHandler<Order> ORDERSHANDLER
OneToManyHandler
for handling 1:n ORDERS's relation attributes from 'many' side.
-
ADDRESSESHANDLER
protected static final OneToManyHandler<Address> ADDRESSESHANDLER
OneToManyHandler
for handling 1:n ADDRESSES's relation attributes from 'many' side. Condition query: "{original} is null"
-
PAYMENTINFOSHANDLER
protected static final OneToManyHandler<PaymentInfo> PAYMENTINFOSHANDLER
OneToManyHandler
for 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:
getDefaultAttributeModes
in classGeneratedPrincipal
-
getAddresses
public java.util.Collection<Address> getAddresses(SessionContext ctx)
Generated method - Getter of theUser.addresses
attribute.- Returns:
- the addresses
-
getAddresses
public java.util.Collection<Address> getAddresses()
Generated method - Getter of theUser.addresses
attribute.- Returns:
- the addresses
-
setAddresses
public void setAddresses(SessionContext ctx, java.util.Collection<Address> value)
Generated method - Setter of theUser.addresses
attribute.- Parameters:
value
- the addresses
-
setAddresses
public void setAddresses(java.util.Collection<Address> value)
Generated method - Setter of theUser.addresses
attribute.- Parameters:
value
- the addresses
-
addToAddresses
public void addToAddresses(SessionContext ctx, Address value)
Generated method - Addsvalue
to addresses.- Parameters:
value
- the item to add to addresses
-
addToAddresses
public void addToAddresses(Address value)
Generated method - Addsvalue
to addresses.- Parameters:
value
- the item to add to addresses
-
removeFromAddresses
public void removeFromAddresses(SessionContext ctx, Address value)
Generated method - Removesvalue
from addresses.- Parameters:
value
- the item to remove from addresses
-
removeFromAddresses
public void removeFromAddresses(Address value)
Generated method - Removesvalue
from addresses.- Parameters:
value
- the item to remove from addresses
-
getCarts
public java.util.Collection<Cart> getCarts(SessionContext ctx)
Generated method - Getter of theUser.carts
attribute.- Returns:
- the carts
-
getCarts
public java.util.Collection<Cart> getCarts()
Generated method - Getter of theUser.carts
attribute.- Returns:
- the carts
-
setCarts
public void setCarts(SessionContext ctx, java.util.Collection<Cart> value)
Generated method - Setter of theUser.carts
attribute.- Parameters:
value
- the carts
-
setCarts
public void setCarts(java.util.Collection<Cart> value)
Generated method - Setter of theUser.carts
attribute.- Parameters:
value
- the carts
-
addToCarts
public void addToCarts(SessionContext ctx, Cart value)
Generated method - Addsvalue
to carts.- Parameters:
value
- the item to add to carts
-
addToCarts
public void addToCarts(Cart value)
Generated method - Addsvalue
to carts.- Parameters:
value
- the item to add to carts
-
removeFromCarts
public void removeFromCarts(SessionContext ctx, Cart value)
Generated method - Removesvalue
from carts.- Parameters:
value
- the item to remove from carts
-
removeFromCarts
public void removeFromCarts(Cart value)
Generated method - Removesvalue
from carts.- Parameters:
value
- the item to remove from carts
-
getContactInfos
public java.util.Collection<AbstractContactInfo> getContactInfos(SessionContext ctx)
Generated method - Getter of theUser.contactInfos
attribute.- Returns:
- the contactInfos
-
getContactInfos
public java.util.Collection<AbstractContactInfo> getContactInfos()
Generated method - Getter of theUser.contactInfos
attribute.- Returns:
- the contactInfos
-
setContactInfos
public void setContactInfos(SessionContext ctx, java.util.Collection<AbstractContactInfo> value)
Generated method - Setter of theUser.contactInfos
attribute.- Parameters:
value
- the contactInfos
-
setContactInfos
public void setContactInfos(java.util.Collection<AbstractContactInfo> value)
Generated method - Setter of theUser.contactInfos
attribute.- Parameters:
value
- the contactInfos
-
addToContactInfos
public void addToContactInfos(SessionContext ctx, AbstractContactInfo value)
Generated method - Addsvalue
to contactInfos.- Parameters:
value
- the item to add to contactInfos
-
addToContactInfos
public void addToContactInfos(AbstractContactInfo value)
Generated method - Addsvalue
to contactInfos.- Parameters:
value
- the item to add to contactInfos
-
removeFromContactInfos
public void removeFromContactInfos(SessionContext ctx, AbstractContactInfo value)
Generated method - Removesvalue
from contactInfos.- Parameters:
value
- the item to remove from contactInfos
-
removeFromContactInfos
public void removeFromContactInfos(AbstractContactInfo value)
Generated method - Removesvalue
from contactInfos.- Parameters:
value
- the item to remove from contactInfos
-
getDeactivationDate
public java.util.Date getDeactivationDate(SessionContext ctx)
Generated method - Getter of theUser.deactivationDate
attribute.- Returns:
- the deactivationDate - The deactivation date for the user account
-
getDeactivationDate
public java.util.Date getDeactivationDate()
Generated method - Getter of theUser.deactivationDate
attribute.- 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.deactivationDate
attribute.- Parameters:
value
- the deactivationDate - The deactivation date for the user account
-
setDeactivationDate
public void setDeactivationDate(java.util.Date value)
Generated method - Setter of theUser.deactivationDate
attribute.- Parameters:
value
- the deactivationDate - The deactivation date for the user account
-
getDefaultPaymentAddress
public Address getDefaultPaymentAddress(SessionContext ctx)
Generated method - Getter of theUser.defaultPaymentAddress
attribute.- Returns:
- the defaultPaymentAddress
-
getDefaultPaymentAddress
public Address getDefaultPaymentAddress()
Generated method - Getter of theUser.defaultPaymentAddress
attribute.- Returns:
- the defaultPaymentAddress
-
setDefaultPaymentAddress
public void setDefaultPaymentAddress(SessionContext ctx, Address value)
Generated method - Setter of theUser.defaultPaymentAddress
attribute.- Parameters:
value
- the defaultPaymentAddress
-
setDefaultPaymentAddress
public void setDefaultPaymentAddress(Address value)
Generated method - Setter of theUser.defaultPaymentAddress
attribute.- Parameters:
value
- the defaultPaymentAddress
-
getDefaultShipmentAddress
public Address getDefaultShipmentAddress(SessionContext ctx)
Generated method - Getter of theUser.defaultShipmentAddress
attribute.- Returns:
- the defaultShipmentAddress
-
getDefaultShipmentAddress
public Address getDefaultShipmentAddress()
Generated method - Getter of theUser.defaultShipmentAddress
attribute.- Returns:
- the defaultShipmentAddress
-
setDefaultShipmentAddress
public void setDefaultShipmentAddress(SessionContext ctx, Address value)
Generated method - Setter of theUser.defaultShipmentAddress
attribute.- Parameters:
value
- the defaultShipmentAddress
-
setDefaultShipmentAddress
public void setDefaultShipmentAddress(Address value)
Generated method - Setter of theUser.defaultShipmentAddress
attribute.- Parameters:
value
- the defaultShipmentAddress
-
getEncodedPassword
public java.lang.String getEncodedPassword(SessionContext ctx)
Generated method - Getter of theUser.encodedPassword
attribute.- Returns:
- the encodedPassword
-
getEncodedPassword
public java.lang.String getEncodedPassword()
Generated method - Getter of theUser.encodedPassword
attribute.- Returns:
- the encodedPassword
-
setEncodedPassword
public void setEncodedPassword(SessionContext ctx, java.lang.String value)
Generated method - Setter of theUser.encodedPassword
attribute.- Parameters:
value
- the encodedPassword
-
setEncodedPassword
public void setEncodedPassword(java.lang.String value)
Generated method - Setter of theUser.encodedPassword
attribute.- Parameters:
value
- the encodedPassword
-
isHmcLoginDisabled
public java.lang.Boolean isHmcLoginDisabled(SessionContext ctx)
Generated method - Getter of theUser.hmcLoginDisabled
attribute.- Returns:
- the hmcLoginDisabled
-
isHmcLoginDisabled
public java.lang.Boolean isHmcLoginDisabled()
Generated method - Getter of theUser.hmcLoginDisabled
attribute.- Returns:
- the hmcLoginDisabled
-
isHmcLoginDisabledAsPrimitive
public boolean isHmcLoginDisabledAsPrimitive(SessionContext ctx)
Generated method - Getter of theUser.hmcLoginDisabled
attribute.- Returns:
- the hmcLoginDisabled
-
isHmcLoginDisabledAsPrimitive
public boolean isHmcLoginDisabledAsPrimitive()
Generated method - Getter of theUser.hmcLoginDisabled
attribute.- Returns:
- the hmcLoginDisabled
-
setHmcLoginDisabled
public void setHmcLoginDisabled(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theUser.hmcLoginDisabled
attribute.- Parameters:
value
- the hmcLoginDisabled
-
setHmcLoginDisabled
public void setHmcLoginDisabled(java.lang.Boolean value)
Generated method - Setter of theUser.hmcLoginDisabled
attribute.- Parameters:
value
- the hmcLoginDisabled
-
setHmcLoginDisabled
public void setHmcLoginDisabled(SessionContext ctx, boolean value)
Generated method - Setter of theUser.hmcLoginDisabled
attribute.- Parameters:
value
- the hmcLoginDisabled
-
setHmcLoginDisabled
public void setHmcLoginDisabled(boolean value)
Generated method - Setter of theUser.hmcLoginDisabled
attribute.- Parameters:
value
- the hmcLoginDisabled
-
getLastLogin
public java.util.Date getLastLogin(SessionContext ctx)
Generated method - Getter of theUser.lastLogin
attribute.- Returns:
- the lastLogin
-
getLastLogin
public java.util.Date getLastLogin()
Generated method - Getter of theUser.lastLogin
attribute.- Returns:
- the lastLogin
-
setLastLogin
public void setLastLogin(SessionContext ctx, java.util.Date value)
Generated method - Setter of theUser.lastLogin
attribute.- Parameters:
value
- the lastLogin
-
setLastLogin
public void setLastLogin(java.util.Date value)
Generated method - Setter of theUser.lastLogin
attribute.- Parameters:
value
- the lastLogin
-
isLoginDisabled
public java.lang.Boolean isLoginDisabled(SessionContext ctx)
Generated method - Getter of theUser.loginDisabled
attribute.- Returns:
- the loginDisabled - Determines whether user is allowed to login to system.
-
isLoginDisabled
public java.lang.Boolean isLoginDisabled()
Generated method - Getter of theUser.loginDisabled
attribute.- Returns:
- the loginDisabled - Determines whether user is allowed to login to system.
-
isLoginDisabledAsPrimitive
public boolean isLoginDisabledAsPrimitive(SessionContext ctx)
Generated method - Getter of theUser.loginDisabled
attribute.- Returns:
- the loginDisabled - Determines whether user is allowed to login to system.
-
isLoginDisabledAsPrimitive
public boolean isLoginDisabledAsPrimitive()
Generated method - Getter of theUser.loginDisabled
attribute.- 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.loginDisabled
attribute.- 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.loginDisabled
attribute.- 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.loginDisabled
attribute.- Parameters:
value
- the loginDisabled - Determines whether user is allowed to login to system.
-
setLoginDisabled
public void setLoginDisabled(boolean value)
Generated method - Setter of theUser.loginDisabled
attribute.- 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.orders
attribute.- Returns:
- the orders
-
getOrders
public java.util.Collection<Order> getOrders()
Generated method - Getter of theUser.orders
attribute.- Returns:
- the orders
-
setOrders
public void setOrders(SessionContext ctx, java.util.Collection<Order> value)
Generated method - Setter of theUser.orders
attribute.- Parameters:
value
- the orders
-
setOrders
public void setOrders(java.util.Collection<Order> value)
Generated method - Setter of theUser.orders
attribute.- Parameters:
value
- the orders
-
addToOrders
public void addToOrders(SessionContext ctx, Order value)
Generated method - Addsvalue
to orders.- Parameters:
value
- the item to add to orders
-
addToOrders
public void addToOrders(Order value)
Generated method - Addsvalue
to orders.- Parameters:
value
- the item to add to orders
-
removeFromOrders
public void removeFromOrders(SessionContext ctx, Order value)
Generated method - Removesvalue
from orders.- Parameters:
value
- the item to remove from orders
-
removeFromOrders
public void removeFromOrders(Order value)
Generated method - Removesvalue
from orders.- Parameters:
value
- the item to remove from orders
-
getPasswordAnswer
public java.lang.String getPasswordAnswer(SessionContext ctx)
Generated method - Getter of theUser.passwordAnswer
attribute.- Returns:
- the passwordAnswer
-
getPasswordAnswer
public java.lang.String getPasswordAnswer()
Generated method - Getter of theUser.passwordAnswer
attribute.- Returns:
- the passwordAnswer
-
setPasswordAnswer
public void setPasswordAnswer(SessionContext ctx, java.lang.String value)
Generated method - Setter of theUser.passwordAnswer
attribute.- Parameters:
value
- the passwordAnswer
-
setPasswordAnswer
public void setPasswordAnswer(java.lang.String value)
Generated method - Setter of theUser.passwordAnswer
attribute.- Parameters:
value
- the passwordAnswer
-
getPasswordEncoding
public java.lang.String getPasswordEncoding(SessionContext ctx)
Generated method - Getter of theUser.passwordEncoding
attribute.- Returns:
- the passwordEncoding
-
getPasswordEncoding
public java.lang.String getPasswordEncoding()
Generated method - Getter of theUser.passwordEncoding
attribute.- Returns:
- the passwordEncoding
-
setPasswordEncoding
public void setPasswordEncoding(SessionContext ctx, java.lang.String value)
Generated method - Setter of theUser.passwordEncoding
attribute.- Parameters:
value
- the passwordEncoding
-
setPasswordEncoding
public void setPasswordEncoding(java.lang.String value)
Generated method - Setter of theUser.passwordEncoding
attribute.- Parameters:
value
- the passwordEncoding
-
getPasswordQuestion
public java.lang.String getPasswordQuestion(SessionContext ctx)
Generated method - Getter of theUser.passwordQuestion
attribute.- Returns:
- the passwordQuestion
-
getPasswordQuestion
public java.lang.String getPasswordQuestion()
Generated method - Getter of theUser.passwordQuestion
attribute.- Returns:
- the passwordQuestion
-
setPasswordQuestion
public void setPasswordQuestion(SessionContext ctx, java.lang.String value)
Generated method - Setter of theUser.passwordQuestion
attribute.- Parameters:
value
- the passwordQuestion
-
setPasswordQuestion
public void setPasswordQuestion(java.lang.String value)
Generated method - Setter of theUser.passwordQuestion
attribute.- Parameters:
value
- the passwordQuestion
-
getPaymentInfos
public java.util.Collection<PaymentInfo> getPaymentInfos(SessionContext ctx)
Generated method - Getter of theUser.paymentInfos
attribute.- Returns:
- the paymentInfos
-
getPaymentInfos
public java.util.Collection<PaymentInfo> getPaymentInfos()
Generated method - Getter of theUser.paymentInfos
attribute.- Returns:
- the paymentInfos
-
setPaymentInfos
public void setPaymentInfos(SessionContext ctx, java.util.Collection<PaymentInfo> value)
Generated method - Setter of theUser.paymentInfos
attribute.- Parameters:
value
- the paymentInfos
-
setPaymentInfos
public void setPaymentInfos(java.util.Collection<PaymentInfo> value)
Generated method - Setter of theUser.paymentInfos
attribute.- Parameters:
value
- the paymentInfos
-
addToPaymentInfos
public void addToPaymentInfos(SessionContext ctx, PaymentInfo value)
Generated method - Addsvalue
to paymentInfos.- Parameters:
value
- the item to add to paymentInfos
-
addToPaymentInfos
public void addToPaymentInfos(PaymentInfo value)
Generated method - Addsvalue
to paymentInfos.- Parameters:
value
- the item to add to paymentInfos
-
removeFromPaymentInfos
public void removeFromPaymentInfos(SessionContext ctx, PaymentInfo value)
Generated method - Removesvalue
from paymentInfos.- Parameters:
value
- the item to remove from paymentInfos
-
removeFromPaymentInfos
public void removeFromPaymentInfos(PaymentInfo value)
Generated method - Removesvalue
from paymentInfos.- Parameters:
value
- the item to remove from paymentInfos
-
getQuotes
public java.util.Collection<Quote> getQuotes(SessionContext ctx)
Generated method - Getter of theUser.quotes
attribute.- Returns:
- the quotes
-
getQuotes
public java.util.Collection<Quote> getQuotes()
Generated method - Getter of theUser.quotes
attribute.- Returns:
- the quotes
-
setQuotes
public void setQuotes(SessionContext ctx, java.util.Collection<Quote> value)
Generated method - Setter of theUser.quotes
attribute.- Parameters:
value
- the quotes
-
setQuotes
public void setQuotes(java.util.Collection<Quote> value)
Generated method - Setter of theUser.quotes
attribute.- Parameters:
value
- the quotes
-
addToQuotes
public void addToQuotes(SessionContext ctx, Quote value)
Generated method - Addsvalue
to quotes.- Parameters:
value
- the item to add to quotes
-
addToQuotes
public void addToQuotes(Quote value)
Generated method - Addsvalue
to quotes.- Parameters:
value
- the item to add to quotes
-
removeFromQuotes
public void removeFromQuotes(SessionContext ctx, Quote value)
Generated method - Removesvalue
from quotes.- Parameters:
value
- the item to remove from quotes
-
removeFromQuotes
public void removeFromQuotes(Quote value)
Generated method - Removesvalue
from quotes.- Parameters:
value
- the item to remove from quotes
-
getRetentionState
public EnumerationValue getRetentionState(SessionContext ctx)
Generated method - Getter of theUser.retentionState
attribute.- Returns:
- the retentionState - User retention state, avoiding being picked up again by cronjob if processed
-
getRetentionState
public EnumerationValue getRetentionState()
Generated method - Getter of theUser.retentionState
attribute.- 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.retentionState
attribute.- 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.retentionState
attribute.- 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.sessionCurrency
attribute.- Returns:
- the sessionCurrency
-
getSessionCurrency
public Currency getSessionCurrency()
Generated method - Getter of theUser.sessionCurrency
attribute.- Returns:
- the sessionCurrency
-
setSessionCurrency
public void setSessionCurrency(SessionContext ctx, Currency value)
Generated method - Setter of theUser.sessionCurrency
attribute.- Parameters:
value
- the sessionCurrency
-
setSessionCurrency
public void setSessionCurrency(Currency value)
Generated method - Setter of theUser.sessionCurrency
attribute.- Parameters:
value
- the sessionCurrency
-
getSessionLanguage
public Language getSessionLanguage(SessionContext ctx)
Generated method - Getter of theUser.sessionLanguage
attribute.- Returns:
- the sessionLanguage
-
getSessionLanguage
public Language getSessionLanguage()
Generated method - Getter of theUser.sessionLanguage
attribute.- Returns:
- the sessionLanguage
-
setSessionLanguage
public void setSessionLanguage(SessionContext ctx, Language value)
Generated method - Setter of theUser.sessionLanguage
attribute.- Parameters:
value
- the sessionLanguage
-
setSessionLanguage
public void setSessionLanguage(Language value)
Generated method - Setter of theUser.sessionLanguage
attribute.- Parameters:
value
- the sessionLanguage
-
getUserprofile
public UserProfile getUserprofile(SessionContext ctx)
Generated method - Getter of theUser.userprofile
attribute.- Returns:
- the userprofile
-
getUserprofile
public UserProfile getUserprofile()
Generated method - Getter of theUser.userprofile
attribute.- Returns:
- the userprofile
-
setUserprofile
public void setUserprofile(SessionContext ctx, UserProfile value)
Generated method - Setter of theUser.userprofile
attribute.- Parameters:
value
- the userprofile
-
setUserprofile
public void setUserprofile(UserProfile value)
Generated method - Setter of theUser.userprofile
attribute.- Parameters:
value
- the userprofile
-
-