public abstract class GeneratedUser extends Principal
User.GenericItem.GenericItemImplLocalizableItem.LocalizableItemImplExtensibleItem.ExtensibleItemImplItem.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ADDRESSES
Qualifier of the
User.addresses attribute |
protected static OneToManyHandler<Address> |
ADDRESSESHANDLER
OneToManyHandler for handling 1:n ADDRESSES's relation attributes from 'many' side. |
static java.lang.String |
CARTS
Qualifier of the
User.carts attribute |
protected static OneToManyHandler<Cart> |
CARTSHANDLER
OneToManyHandler for handling 1:n CARTS's relation attributes from 'many' side. |
static java.lang.String |
CONTACTINFOS
Qualifier of the
User.contactInfos attribute |
protected static OneToManyHandler<AbstractContactInfo> |
CONTACTINFOSHANDLER
OneToManyHandler for handling 1:n CONTACTINFOS's relation attributes from 'many' side. |
static java.lang.String |
DEACTIVATIONDATE
Qualifier of the
User.deactivationDate attribute |
protected static java.util.Map<java.lang.String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
static java.lang.String |
DEFAULTPAYMENTADDRESS
Qualifier of the
User.defaultPaymentAddress attribute |
static java.lang.String |
DEFAULTSHIPMENTADDRESS
Qualifier of the
User.defaultShipmentAddress attribute |
static java.lang.String |
ENCODEDPASSWORD
Qualifier of the
User.encodedPassword attribute |
static java.lang.String |
HMCLOGINDISABLED
Qualifier of the
User.hmcLoginDisabled attribute |
static java.lang.String |
LASTLOGIN
Qualifier of the
User.lastLogin attribute |
static java.lang.String |
LOGINDISABLED
Qualifier of the
User.loginDisabled attribute |
static java.lang.String |
ORDERS
Qualifier of the
User.orders attribute |
protected static OneToManyHandler<Order> |
ORDERSHANDLER
OneToManyHandler for handling 1:n ORDERS's relation attributes from 'many' side. |
static java.lang.String |
PASSWORDANSWER
Qualifier of the
User.passwordAnswer attribute |
static java.lang.String |
PASSWORDENCODING
Qualifier of the
User.passwordEncoding attribute |
static java.lang.String |
PASSWORDQUESTION
Qualifier of the
User.passwordQuestion attribute |
static java.lang.String |
PAYMENTINFOS
Qualifier of the
User.paymentInfos attribute |
protected static OneToManyHandler<PaymentInfo> |
PAYMENTINFOSHANDLER
OneToManyHandler for handling 1:n PAYMENTINFOS's relation attributes from 'many' side. |
static java.lang.String |
QUOTES
Qualifier of the
User.quotes attribute |
protected static OneToManyHandler<Quote> |
QUOTESHANDLER
OneToManyHandler for handling 1:n QUOTES's relation attributes from 'many' side. |
static java.lang.String |
RETENTIONSTATE
Qualifier of the
User.retentionState attribute |
static java.lang.String |
SESSIONCURRENCY
Qualifier of the
User.sessionCurrency attribute |
static java.lang.String |
SESSIONLANGUAGE
Qualifier of the
User.sessionLanguage attribute |
static java.lang.String |
USERPROFILE
Qualifier of the
User.userprofile attribute |
ALLGROUPS, ALLSEARCHRESTRICTIONS, DISPLAYNAME, PRINCIPAL_GROUP_RELATION_NAMEDESCRIPTION, GROUPS, NAME, PRINCIPALGROUPRELATION_MARKMODIFIED, PRINCIPALGROUPRELATION_SRC_ORDERED, PRINCIPALGROUPRELATION_TGT_ORDERED, SEARCHRESTRICTIONS, SEARCHRESTRICTIONSHANDLER, UIDLANGUAGE_FALLBACK_ENABLED_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPEimpl, tenant| Constructor and Description |
|---|
GeneratedUser() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToAddresses(Address value)
Generated method - Adds
value to addresses. |
void |
addToAddresses(SessionContext ctx,
Address value)
Generated method - Adds
value to addresses. |
void |
addToCarts(Cart value)
Generated method - Adds
value to carts. |
void |
addToCarts(SessionContext ctx,
Cart value)
Generated method - Adds
value to carts. |
void |
addToContactInfos(AbstractContactInfo value)
Generated method - Adds
value to contactInfos. |
void |
addToContactInfos(SessionContext ctx,
AbstractContactInfo value)
Generated method - Adds
value to contactInfos. |
void |
addToOrders(Order value)
Generated method - Adds
value to orders. |
void |
addToOrders(SessionContext ctx,
Order value)
Generated method - Adds
value to orders. |
void |
addToPaymentInfos(PaymentInfo value)
Generated method - Adds
value to paymentInfos. |
void |
addToPaymentInfos(SessionContext ctx,
PaymentInfo value)
Generated method - Adds
value to paymentInfos. |
void |
addToQuotes(Quote value)
Generated method - Adds
value to quotes. |
void |
addToQuotes(SessionContext ctx,
Quote value)
Generated method - Adds
value to quotes. |
java.util.Collection<Address> |
getAddresses()
Generated method - Getter of the
User.addresses attribute. |
java.util.Collection<Address> |
getAddresses(SessionContext ctx)
Generated method - Getter of the
User.addresses attribute. |
java.util.Collection<Cart> |
getCarts()
Generated method - Getter of the
User.carts attribute. |
java.util.Collection<Cart> |
getCarts(SessionContext ctx)
Generated method - Getter of the
User.carts attribute. |
java.util.Collection<AbstractContactInfo> |
getContactInfos()
Generated method - Getter of the
User.contactInfos attribute. |
java.util.Collection<AbstractContactInfo> |
getContactInfos(SessionContext ctx)
Generated method - Getter of the
User.contactInfos attribute. |
java.util.Date |
getDeactivationDate()
Generated method - Getter of the
User.deactivationDate attribute. |
java.util.Date |
getDeactivationDate(SessionContext ctx)
Generated method - Getter of the
User.deactivationDate attribute. |
protected java.util.Map<java.lang.String,Item.AttributeMode> |
getDefaultAttributeModes() |
Address |
getDefaultPaymentAddress()
Generated method - Getter of the
User.defaultPaymentAddress attribute. |
Address |
getDefaultPaymentAddress(SessionContext ctx)
Generated method - Getter of the
User.defaultPaymentAddress attribute. |
Address |
getDefaultShipmentAddress()
Generated method - Getter of the
User.defaultShipmentAddress attribute. |
Address |
getDefaultShipmentAddress(SessionContext ctx)
Generated method - Getter of the
User.defaultShipmentAddress attribute. |
java.lang.String |
getEncodedPassword()
Generated method - Getter of the
User.encodedPassword attribute. |
java.lang.String |
getEncodedPassword(SessionContext ctx)
Generated method - Getter of the
User.encodedPassword attribute. |
java.util.Date |
getLastLogin()
Generated method - Getter of the
User.lastLogin attribute. |
java.util.Date |
getLastLogin(SessionContext ctx)
Generated method - Getter of the
User.lastLogin attribute. |
java.util.Collection<Order> |
getOrders()
Generated method - Getter of the
User.orders attribute. |
java.util.Collection<Order> |
getOrders(SessionContext ctx)
Generated method - Getter of the
User.orders attribute. |
java.lang.String |
getPasswordAnswer()
Generated method - Getter of the
User.passwordAnswer attribute. |
java.lang.String |
getPasswordAnswer(SessionContext ctx)
Generated method - Getter of the
User.passwordAnswer attribute. |
java.lang.String |
getPasswordEncoding()
Generated method - Getter of the
User.passwordEncoding attribute. |
java.lang.String |
getPasswordEncoding(SessionContext ctx)
Generated method - Getter of the
User.passwordEncoding attribute. |
java.lang.String |
getPasswordQuestion()
Generated method - Getter of the
User.passwordQuestion attribute. |
java.lang.String |
getPasswordQuestion(SessionContext ctx)
Generated method - Getter of the
User.passwordQuestion attribute. |
java.util.Collection<PaymentInfo> |
getPaymentInfos()
Generated method - Getter of the
User.paymentInfos attribute. |
java.util.Collection<PaymentInfo> |
getPaymentInfos(SessionContext ctx)
Generated method - Getter of the
User.paymentInfos attribute. |
java.util.Collection<Quote> |
getQuotes()
Generated method - Getter of the
User.quotes attribute. |
java.util.Collection<Quote> |
getQuotes(SessionContext ctx)
Generated method - Getter of the
User.quotes attribute. |
EnumerationValue |
getRetentionState()
Generated method - Getter of the
User.retentionState attribute. |
EnumerationValue |
getRetentionState(SessionContext ctx)
Generated method - Getter of the
User.retentionState attribute. |
Currency |
getSessionCurrency()
Generated method - Getter of the
User.sessionCurrency attribute. |
Currency |
getSessionCurrency(SessionContext ctx)
Generated method - Getter of the
User.sessionCurrency attribute. |
Language |
getSessionLanguage()
Generated method - Getter of the
User.sessionLanguage attribute. |
Language |
getSessionLanguage(SessionContext ctx)
Generated method - Getter of the
User.sessionLanguage attribute. |
UserProfile |
getUserprofile()
Generated method - Getter of the
User.userprofile attribute. |
UserProfile |
getUserprofile(SessionContext ctx)
Generated method - Getter of the
User.userprofile attribute. |
java.lang.Boolean |
isHmcLoginDisabled()
Generated method - Getter of the
User.hmcLoginDisabled attribute. |
java.lang.Boolean |
isHmcLoginDisabled(SessionContext ctx)
Generated method - Getter of the
User.hmcLoginDisabled attribute. |
boolean |
isHmcLoginDisabledAsPrimitive()
Generated method - Getter of the
User.hmcLoginDisabled attribute. |
boolean |
isHmcLoginDisabledAsPrimitive(SessionContext ctx)
Generated method - Getter of the
User.hmcLoginDisabled attribute. |
java.lang.Boolean |
isLoginDisabled()
Generated method - Getter of the
User.loginDisabled attribute. |
java.lang.Boolean |
isLoginDisabled(SessionContext ctx)
Generated method - Getter of the
User.loginDisabled attribute. |
boolean |
isLoginDisabledAsPrimitive()
Generated method - Getter of the
User.loginDisabled attribute. |
boolean |
isLoginDisabledAsPrimitive(SessionContext ctx)
Generated method - Getter of the
User.loginDisabled attribute. |
void |
removeFromAddresses(Address value)
Generated method - Removes
value from addresses. |
void |
removeFromAddresses(SessionContext ctx,
Address value)
Generated method - Removes
value from addresses. |
void |
removeFromCarts(Cart value)
Generated method - Removes
value from carts. |
void |
removeFromCarts(SessionContext ctx,
Cart value)
Generated method - Removes
value from carts. |
void |
removeFromContactInfos(AbstractContactInfo value)
Generated method - Removes
value from contactInfos. |
void |
removeFromContactInfos(SessionContext ctx,
AbstractContactInfo value)
Generated method - Removes
value from contactInfos. |
void |
removeFromOrders(Order value)
Generated method - Removes
value from orders. |
void |
removeFromOrders(SessionContext ctx,
Order value)
Generated method - Removes
value from orders. |
void |
removeFromPaymentInfos(PaymentInfo value)
Generated method - Removes
value from paymentInfos. |
void |
removeFromPaymentInfos(SessionContext ctx,
PaymentInfo value)
Generated method - Removes
value from paymentInfos. |
void |
removeFromQuotes(Quote value)
Generated method - Removes
value from quotes. |
void |
removeFromQuotes(SessionContext ctx,
Quote value)
Generated method - Removes
value from quotes. |
void |
setAddresses(java.util.Collection<Address> value)
Generated method - Setter of the
User.addresses attribute. |
void |
setAddresses(SessionContext ctx,
java.util.Collection<Address> value)
Generated method - Setter of the
User.addresses attribute. |
void |
setCarts(java.util.Collection<Cart> value)
Generated method - Setter of the
User.carts attribute. |
void |
setCarts(SessionContext ctx,
java.util.Collection<Cart> value)
Generated method - Setter of the
User.carts attribute. |
void |
setContactInfos(java.util.Collection<AbstractContactInfo> value)
Generated method - Setter of the
User.contactInfos attribute. |
void |
setContactInfos(SessionContext ctx,
java.util.Collection<AbstractContactInfo> value)
Generated method - Setter of the
User.contactInfos attribute. |
void |
setDeactivationDate(java.util.Date value)
Generated method - Setter of the
User.deactivationDate attribute. |
void |
setDeactivationDate(SessionContext ctx,
java.util.Date value)
Generated method - Setter of the
User.deactivationDate attribute. |
void |
setDefaultPaymentAddress(Address value)
Generated method - Setter of the
User.defaultPaymentAddress attribute. |
void |
setDefaultPaymentAddress(SessionContext ctx,
Address value)
Generated method - Setter of the
User.defaultPaymentAddress attribute. |
void |
setDefaultShipmentAddress(Address value)
Generated method - Setter of the
User.defaultShipmentAddress attribute. |
void |
setDefaultShipmentAddress(SessionContext ctx,
Address value)
Generated method - Setter of the
User.defaultShipmentAddress attribute. |
void |
setEncodedPassword(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
User.encodedPassword attribute. |
void |
setEncodedPassword(java.lang.String value)
Generated method - Setter of the
User.encodedPassword attribute. |
void |
setHmcLoginDisabled(boolean value)
Generated method - Setter of the
User.hmcLoginDisabled attribute. |
void |
setHmcLoginDisabled(java.lang.Boolean value)
Generated method - Setter of the
User.hmcLoginDisabled attribute. |
void |
setHmcLoginDisabled(SessionContext ctx,
boolean value)
Generated method - Setter of the
User.hmcLoginDisabled attribute. |
void |
setHmcLoginDisabled(SessionContext ctx,
java.lang.Boolean value)
Generated method - Setter of the
User.hmcLoginDisabled attribute. |
void |
setLastLogin(java.util.Date value)
Generated method - Setter of the
User.lastLogin attribute. |
void |
setLastLogin(SessionContext ctx,
java.util.Date value)
Generated method - Setter of the
User.lastLogin attribute. |
void |
setLoginDisabled(boolean value)
Generated method - Setter of the
User.loginDisabled attribute. |
void |
setLoginDisabled(java.lang.Boolean value)
Generated method - Setter of the
User.loginDisabled attribute. |
void |
setLoginDisabled(SessionContext ctx,
boolean value)
Generated method - Setter of the
User.loginDisabled attribute. |
void |
setLoginDisabled(SessionContext ctx,
java.lang.Boolean value)
Generated method - Setter of the
User.loginDisabled attribute. |
void |
setOrders(java.util.Collection<Order> value)
Generated method - Setter of the
User.orders attribute. |
void |
setOrders(SessionContext ctx,
java.util.Collection<Order> value)
Generated method - Setter of the
User.orders attribute. |
void |
setPasswordAnswer(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
User.passwordAnswer attribute. |
void |
setPasswordAnswer(java.lang.String value)
Generated method - Setter of the
User.passwordAnswer attribute. |
void |
setPasswordEncoding(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
User.passwordEncoding attribute. |
void |
setPasswordEncoding(java.lang.String value)
Generated method - Setter of the
User.passwordEncoding attribute. |
void |
setPasswordQuestion(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
User.passwordQuestion attribute. |
void |
setPasswordQuestion(java.lang.String value)
Generated method - Setter of the
User.passwordQuestion attribute. |
void |
setPaymentInfos(java.util.Collection<PaymentInfo> value)
Generated method - Setter of the
User.paymentInfos attribute. |
void |
setPaymentInfos(SessionContext ctx,
java.util.Collection<PaymentInfo> value)
Generated method - Setter of the
User.paymentInfos attribute. |
void |
setQuotes(java.util.Collection<Quote> value)
Generated method - Setter of the
User.quotes attribute. |
void |
setQuotes(SessionContext ctx,
java.util.Collection<Quote> value)
Generated method - Setter of the
User.quotes attribute. |
void |
setRetentionState(EnumerationValue value)
Generated method - Setter of the
User.retentionState attribute. |
void |
setRetentionState(SessionContext ctx,
EnumerationValue value)
Generated method - Setter of the
User.retentionState attribute. |
void |
setSessionCurrency(Currency value)
Generated method - Setter of the
User.sessionCurrency attribute. |
void |
setSessionCurrency(SessionContext ctx,
Currency value)
Generated method - Setter of the
User.sessionCurrency attribute. |
void |
setSessionLanguage(Language value)
Generated method - Setter of the
User.sessionLanguage attribute. |
void |
setSessionLanguage(SessionContext ctx,
Language value)
Generated method - Setter of the
User.sessionLanguage attribute. |
void |
setUserprofile(SessionContext ctx,
UserProfile value)
Generated method - Setter of the
User.userprofile attribute. |
void |
setUserprofile(UserProfile value)
Generated method - Setter of the
User.userprofile attribute. |
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, toStringaddToGroups, addToGroups, getDescription, getDescription, getGroups, getGroupsCount, getGroupsCount, getName, getName, getSearchRestrictions, getSearchRestrictions, getUid, isMarkModifiedDisabled, removeFromGroups, removeFromGroups, setDescription, setDescription, setGroups, setName, setName, setUid, setUidcreateItem, getInitialProperties, getNonInitialAttributesgetAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedPropertycreateNonClassAccessor, getAllProperties, getAllProperties, getImplementation, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setPropertyaddLinkedItems, 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, writeReplacesetTenantpublic static final java.lang.String DEFAULTPAYMENTADDRESS
User.defaultPaymentAddress attributepublic static final java.lang.String DEFAULTSHIPMENTADDRESS
User.defaultShipmentAddress attributepublic static final java.lang.String PASSWORDENCODING
User.passwordEncoding attributepublic static final java.lang.String ENCODEDPASSWORD
User.encodedPassword attributepublic static final java.lang.String PASSWORDANSWER
User.passwordAnswer attributepublic static final java.lang.String PASSWORDQUESTION
User.passwordQuestion attributepublic static final java.lang.String SESSIONLANGUAGE
User.sessionLanguage attributepublic static final java.lang.String SESSIONCURRENCY
User.sessionCurrency attributepublic static final java.lang.String LOGINDISABLED
User.loginDisabled attributepublic static final java.lang.String LASTLOGIN
User.lastLogin attributepublic static final java.lang.String HMCLOGINDISABLED
User.hmcLoginDisabled attributepublic static final java.lang.String RETENTIONSTATE
User.retentionState attributepublic static final java.lang.String USERPROFILE
User.userprofile attributepublic static final java.lang.String DEACTIVATIONDATE
User.deactivationDate attributepublic static final java.lang.String CONTACTINFOS
User.contactInfos attributepublic static final java.lang.String CARTS
User.carts attributepublic static final java.lang.String QUOTES
User.quotes attributepublic static final java.lang.String ORDERS
User.orders attributepublic static final java.lang.String ADDRESSES
User.addresses attributepublic static final java.lang.String PAYMENTINFOS
User.paymentInfos attributeprotected static final OneToManyHandler<AbstractContactInfo> CONTACTINFOSHANDLER
OneToManyHandler for handling 1:n CONTACTINFOS's relation attributes from 'many' side.protected static final OneToManyHandler<Cart> CARTSHANDLER
OneToManyHandler for handling 1:n CARTS's relation attributes from 'many' side.protected static final OneToManyHandler<Quote> QUOTESHANDLER
OneToManyHandler for handling 1:n QUOTES's relation attributes from 'many' side.protected static final OneToManyHandler<Order> ORDERSHANDLER
OneToManyHandler for handling 1:n ORDERS's relation attributes from 'many' side.protected static final OneToManyHandler<Address> ADDRESSESHANDLER
OneToManyHandler for handling 1:n ADDRESSES's relation attributes from 'many' side.
Condition query: "{original} is null"protected static final OneToManyHandler<PaymentInfo> PAYMENTINFOSHANDLER
OneToManyHandler for handling 1:n PAYMENTINFOS's relation attributes from 'many' side.
Condition query: "{original} is null"protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
getDefaultAttributeModes in class GeneratedPrincipalpublic java.util.Collection<Address> getAddresses(SessionContext ctx)
User.addresses attribute.public java.util.Collection<Address> getAddresses()
User.addresses attribute.public void setAddresses(SessionContext ctx, java.util.Collection<Address> value)
User.addresses attribute.value - the addressespublic void setAddresses(java.util.Collection<Address> value)
User.addresses attribute.value - the addressespublic void addToAddresses(SessionContext ctx, Address value)
value to addresses.value - the item to add to addressespublic void addToAddresses(Address value)
value to addresses.value - the item to add to addressespublic void removeFromAddresses(SessionContext ctx, Address value)
value from addresses.value - the item to remove from addressespublic void removeFromAddresses(Address value)
value from addresses.value - the item to remove from addressespublic java.util.Collection<Cart> getCarts(SessionContext ctx)
User.carts attribute.public java.util.Collection<Cart> getCarts()
User.carts attribute.public void setCarts(SessionContext ctx, java.util.Collection<Cart> value)
User.carts attribute.value - the cartspublic void setCarts(java.util.Collection<Cart> value)
User.carts attribute.value - the cartspublic void addToCarts(SessionContext ctx, Cart value)
value to carts.value - the item to add to cartspublic void addToCarts(Cart value)
value to carts.value - the item to add to cartspublic void removeFromCarts(SessionContext ctx, Cart value)
value from carts.value - the item to remove from cartspublic void removeFromCarts(Cart value)
value from carts.value - the item to remove from cartspublic java.util.Collection<AbstractContactInfo> getContactInfos(SessionContext ctx)
User.contactInfos attribute.public java.util.Collection<AbstractContactInfo> getContactInfos()
User.contactInfos attribute.public void setContactInfos(SessionContext ctx, java.util.Collection<AbstractContactInfo> value)
User.contactInfos attribute.value - the contactInfospublic void setContactInfos(java.util.Collection<AbstractContactInfo> value)
User.contactInfos attribute.value - the contactInfospublic void addToContactInfos(SessionContext ctx, AbstractContactInfo value)
value to contactInfos.value - the item to add to contactInfospublic void addToContactInfos(AbstractContactInfo value)
value to contactInfos.value - the item to add to contactInfospublic void removeFromContactInfos(SessionContext ctx, AbstractContactInfo value)
value from contactInfos.value - the item to remove from contactInfospublic void removeFromContactInfos(AbstractContactInfo value)
value from contactInfos.value - the item to remove from contactInfospublic java.util.Date getDeactivationDate(SessionContext ctx)
User.deactivationDate attribute.public java.util.Date getDeactivationDate()
User.deactivationDate attribute.public void setDeactivationDate(SessionContext ctx, java.util.Date value)
User.deactivationDate attribute.value - the deactivationDate - The deactivation date for the user accountpublic void setDeactivationDate(java.util.Date value)
User.deactivationDate attribute.value - the deactivationDate - The deactivation date for the user accountpublic Address getDefaultPaymentAddress(SessionContext ctx)
User.defaultPaymentAddress attribute.public Address getDefaultPaymentAddress()
User.defaultPaymentAddress attribute.public void setDefaultPaymentAddress(SessionContext ctx, Address value)
User.defaultPaymentAddress attribute.value - the defaultPaymentAddresspublic void setDefaultPaymentAddress(Address value)
User.defaultPaymentAddress attribute.value - the defaultPaymentAddresspublic Address getDefaultShipmentAddress(SessionContext ctx)
User.defaultShipmentAddress attribute.public Address getDefaultShipmentAddress()
User.defaultShipmentAddress attribute.public void setDefaultShipmentAddress(SessionContext ctx, Address value)
User.defaultShipmentAddress attribute.value - the defaultShipmentAddresspublic void setDefaultShipmentAddress(Address value)
User.defaultShipmentAddress attribute.value - the defaultShipmentAddresspublic java.lang.String getEncodedPassword(SessionContext ctx)
User.encodedPassword attribute.public java.lang.String getEncodedPassword()
User.encodedPassword attribute.public void setEncodedPassword(SessionContext ctx, java.lang.String value)
User.encodedPassword attribute.value - the encodedPasswordpublic void setEncodedPassword(java.lang.String value)
User.encodedPassword attribute.value - the encodedPasswordpublic java.lang.Boolean isHmcLoginDisabled(SessionContext ctx)
User.hmcLoginDisabled attribute.public java.lang.Boolean isHmcLoginDisabled()
User.hmcLoginDisabled attribute.public boolean isHmcLoginDisabledAsPrimitive(SessionContext ctx)
User.hmcLoginDisabled attribute.public boolean isHmcLoginDisabledAsPrimitive()
User.hmcLoginDisabled attribute.public void setHmcLoginDisabled(SessionContext ctx, java.lang.Boolean value)
User.hmcLoginDisabled attribute.value - the hmcLoginDisabledpublic void setHmcLoginDisabled(java.lang.Boolean value)
User.hmcLoginDisabled attribute.value - the hmcLoginDisabledpublic void setHmcLoginDisabled(SessionContext ctx, boolean value)
User.hmcLoginDisabled attribute.value - the hmcLoginDisabledpublic void setHmcLoginDisabled(boolean value)
User.hmcLoginDisabled attribute.value - the hmcLoginDisabledpublic java.util.Date getLastLogin(SessionContext ctx)
User.lastLogin attribute.public java.util.Date getLastLogin()
User.lastLogin attribute.public void setLastLogin(SessionContext ctx, java.util.Date value)
User.lastLogin attribute.value - the lastLoginpublic void setLastLogin(java.util.Date value)
User.lastLogin attribute.value - the lastLoginpublic java.lang.Boolean isLoginDisabled(SessionContext ctx)
User.loginDisabled attribute.public java.lang.Boolean isLoginDisabled()
User.loginDisabled attribute.public boolean isLoginDisabledAsPrimitive(SessionContext ctx)
User.loginDisabled attribute.public boolean isLoginDisabledAsPrimitive()
User.loginDisabled attribute.public void setLoginDisabled(SessionContext ctx, java.lang.Boolean value)
User.loginDisabled attribute.value - the loginDisabled - Determines whether user is allowed to login to system.public void setLoginDisabled(java.lang.Boolean value)
User.loginDisabled attribute.value - the loginDisabled - Determines whether user is allowed to login to system.public void setLoginDisabled(SessionContext ctx, boolean value)
User.loginDisabled attribute.value - the loginDisabled - Determines whether user is allowed to login to system.public void setLoginDisabled(boolean value)
User.loginDisabled attribute.value - the loginDisabled - Determines whether user is allowed to login to system.public java.util.Collection<Order> getOrders(SessionContext ctx)
User.orders attribute.public java.util.Collection<Order> getOrders()
User.orders attribute.public void setOrders(SessionContext ctx, java.util.Collection<Order> value)
User.orders attribute.value - the orderspublic void setOrders(java.util.Collection<Order> value)
User.orders attribute.value - the orderspublic void addToOrders(SessionContext ctx, Order value)
value to orders.value - the item to add to orderspublic void addToOrders(Order value)
value to orders.value - the item to add to orderspublic void removeFromOrders(SessionContext ctx, Order value)
value from orders.value - the item to remove from orderspublic void removeFromOrders(Order value)
value from orders.value - the item to remove from orderspublic java.lang.String getPasswordAnswer(SessionContext ctx)
User.passwordAnswer attribute.public java.lang.String getPasswordAnswer()
User.passwordAnswer attribute.public void setPasswordAnswer(SessionContext ctx, java.lang.String value)
User.passwordAnswer attribute.value - the passwordAnswerpublic void setPasswordAnswer(java.lang.String value)
User.passwordAnswer attribute.value - the passwordAnswerpublic java.lang.String getPasswordEncoding(SessionContext ctx)
User.passwordEncoding attribute.public java.lang.String getPasswordEncoding()
User.passwordEncoding attribute.public void setPasswordEncoding(SessionContext ctx, java.lang.String value)
User.passwordEncoding attribute.value - the passwordEncodingpublic void setPasswordEncoding(java.lang.String value)
User.passwordEncoding attribute.value - the passwordEncodingpublic java.lang.String getPasswordQuestion(SessionContext ctx)
User.passwordQuestion attribute.public java.lang.String getPasswordQuestion()
User.passwordQuestion attribute.public void setPasswordQuestion(SessionContext ctx, java.lang.String value)
User.passwordQuestion attribute.value - the passwordQuestionpublic void setPasswordQuestion(java.lang.String value)
User.passwordQuestion attribute.value - the passwordQuestionpublic java.util.Collection<PaymentInfo> getPaymentInfos(SessionContext ctx)
User.paymentInfos attribute.public java.util.Collection<PaymentInfo> getPaymentInfos()
User.paymentInfos attribute.public void setPaymentInfos(SessionContext ctx, java.util.Collection<PaymentInfo> value)
User.paymentInfos attribute.value - the paymentInfospublic void setPaymentInfos(java.util.Collection<PaymentInfo> value)
User.paymentInfos attribute.value - the paymentInfospublic void addToPaymentInfos(SessionContext ctx, PaymentInfo value)
value to paymentInfos.value - the item to add to paymentInfospublic void addToPaymentInfos(PaymentInfo value)
value to paymentInfos.value - the item to add to paymentInfospublic void removeFromPaymentInfos(SessionContext ctx, PaymentInfo value)
value from paymentInfos.value - the item to remove from paymentInfospublic void removeFromPaymentInfos(PaymentInfo value)
value from paymentInfos.value - the item to remove from paymentInfospublic java.util.Collection<Quote> getQuotes(SessionContext ctx)
User.quotes attribute.public java.util.Collection<Quote> getQuotes()
User.quotes attribute.public void setQuotes(SessionContext ctx, java.util.Collection<Quote> value)
User.quotes attribute.value - the quotespublic void setQuotes(java.util.Collection<Quote> value)
User.quotes attribute.value - the quotespublic void addToQuotes(SessionContext ctx, Quote value)
value to quotes.value - the item to add to quotespublic void addToQuotes(Quote value)
value to quotes.value - the item to add to quotespublic void removeFromQuotes(SessionContext ctx, Quote value)
value from quotes.value - the item to remove from quotespublic void removeFromQuotes(Quote value)
value from quotes.value - the item to remove from quotespublic EnumerationValue getRetentionState(SessionContext ctx)
User.retentionState attribute.public EnumerationValue getRetentionState()
User.retentionState attribute.public void setRetentionState(SessionContext ctx, EnumerationValue value)
User.retentionState attribute.value - the retentionState - User retention state, avoiding being picked up again by cronjob if processedpublic void setRetentionState(EnumerationValue value)
User.retentionState attribute.value - the retentionState - User retention state, avoiding being picked up again by cronjob if processedpublic Currency getSessionCurrency(SessionContext ctx)
User.sessionCurrency attribute.public Currency getSessionCurrency()
User.sessionCurrency attribute.public void setSessionCurrency(SessionContext ctx, Currency value)
User.sessionCurrency attribute.value - the sessionCurrencypublic void setSessionCurrency(Currency value)
User.sessionCurrency attribute.value - the sessionCurrencypublic Language getSessionLanguage(SessionContext ctx)
User.sessionLanguage attribute.public Language getSessionLanguage()
User.sessionLanguage attribute.public void setSessionLanguage(SessionContext ctx, Language value)
User.sessionLanguage attribute.value - the sessionLanguagepublic void setSessionLanguage(Language value)
User.sessionLanguage attribute.value - the sessionLanguagepublic UserProfile getUserprofile(SessionContext ctx)
User.userprofile attribute.public UserProfile getUserprofile()
User.userprofile attribute.public void setUserprofile(SessionContext ctx, UserProfile value)
User.userprofile attribute.value - the userprofilepublic void setUserprofile(UserProfile value)
User.userprofile attribute.value - the userprofileCopyright © 2018 SAP SE. All Rights Reserved.