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 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 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 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. |
protected static Map<String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
static String |
DEFAULTPAYMENTADDRESS
Qualifier of the
User.defaultPaymentAddress attribute |
static String |
DEFAULTSHIPMENTADDRESS
Qualifier of the
User.defaultShipmentAddress attribute |
static String |
ENCODEDPASSWORD
Qualifier of the
User.encodedPassword attribute |
static String |
HMCLOGINDISABLED
Qualifier of the
User.hmcLoginDisabled attribute |
static String |
LASTLOGIN
Qualifier of the
User.lastLogin attribute |
static String |
LOGINDISABLED
Qualifier of the
User.loginDisabled attribute |
static 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 String |
PASSWORDANSWER
Qualifier of the
User.passwordAnswer attribute |
static String |
PASSWORDENCODING
Qualifier of the
User.passwordEncoding attribute |
static String |
PASSWORDQUESTION
Qualifier of the
User.passwordQuestion attribute |
static 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 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 String |
SESSIONCURRENCY
Qualifier of the
User.sessionCurrency attribute |
static String |
SESSIONLANGUAGE
Qualifier of the
User.sessionLanguage attribute |
static 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. |
Collection<Address> |
getAddresses()
Generated method - Getter of the
User.addresses attribute. |
Collection<Address> |
getAddresses(SessionContext ctx)
Generated method - Getter of the
User.addresses attribute. |
Collection<Cart> |
getCarts()
Generated method - Getter of the
User.carts attribute. |
Collection<Cart> |
getCarts(SessionContext ctx)
Generated method - Getter of the
User.carts attribute. |
Collection<AbstractContactInfo> |
getContactInfos()
Generated method - Getter of the
User.contactInfos attribute. |
Collection<AbstractContactInfo> |
getContactInfos(SessionContext ctx)
Generated method - Getter of the
User.contactInfos attribute. |
protected Map<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. |
String |
getEncodedPassword()
Generated method - Getter of the
User.encodedPassword attribute. |
String |
getEncodedPassword(SessionContext ctx)
Generated method - Getter of the
User.encodedPassword attribute. |
Date |
getLastLogin()
Generated method - Getter of the
User.lastLogin attribute. |
Date |
getLastLogin(SessionContext ctx)
Generated method - Getter of the
User.lastLogin attribute. |
Collection<Order> |
getOrders()
Generated method - Getter of the
User.orders attribute. |
Collection<Order> |
getOrders(SessionContext ctx)
Generated method - Getter of the
User.orders attribute. |
String |
getPasswordAnswer()
Generated method - Getter of the
User.passwordAnswer attribute. |
String |
getPasswordAnswer(SessionContext ctx)
Generated method - Getter of the
User.passwordAnswer attribute. |
String |
getPasswordEncoding()
Generated method - Getter of the
User.passwordEncoding attribute. |
String |
getPasswordEncoding(SessionContext ctx)
Generated method - Getter of the
User.passwordEncoding attribute. |
String |
getPasswordQuestion()
Generated method - Getter of the
User.passwordQuestion attribute. |
String |
getPasswordQuestion(SessionContext ctx)
Generated method - Getter of the
User.passwordQuestion attribute. |
Collection<PaymentInfo> |
getPaymentInfos()
Generated method - Getter of the
User.paymentInfos attribute. |
Collection<PaymentInfo> |
getPaymentInfos(SessionContext ctx)
Generated method - Getter of the
User.paymentInfos attribute. |
Collection<Quote> |
getQuotes()
Generated method - Getter of the
User.quotes attribute. |
Collection<Quote> |
getQuotes(SessionContext ctx)
Generated method - Getter of the
User.quotes 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. |
Boolean |
isHmcLoginDisabled()
Generated method - Getter of the
User.hmcLoginDisabled attribute. |
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. |
Boolean |
isLoginDisabled()
Generated method - Getter of the
User.loginDisabled attribute. |
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(Collection<Address> value)
Generated method - Setter of the
User.addresses attribute. |
void |
setAddresses(SessionContext ctx,
Collection<Address> value)
Generated method - Setter of the
User.addresses attribute. |
void |
setCarts(Collection<Cart> value)
Generated method - Setter of the
User.carts attribute. |
void |
setCarts(SessionContext ctx,
Collection<Cart> value)
Generated method - Setter of the
User.carts attribute. |
void |
setContactInfos(Collection<AbstractContactInfo> value)
Generated method - Setter of the
User.contactInfos attribute. |
void |
setContactInfos(SessionContext ctx,
Collection<AbstractContactInfo> value)
Generated method - Setter of the
User.contactInfos 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,
String value)
Generated method - Setter of the
User.encodedPassword attribute. |
void |
setEncodedPassword(String value)
Generated method - Setter of the
User.encodedPassword attribute. |
void |
setHmcLoginDisabled(boolean value)
Generated method - Setter of the
User.hmcLoginDisabled attribute. |
void |
setHmcLoginDisabled(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,
Boolean value)
Generated method - Setter of the
User.hmcLoginDisabled attribute. |
void |
setLastLogin(Date value)
Generated method - Setter of the
User.lastLogin attribute. |
void |
setLastLogin(SessionContext ctx,
Date value)
Generated method - Setter of the
User.lastLogin attribute. |
void |
setLoginDisabled(boolean value)
Generated method - Setter of the
User.loginDisabled attribute. |
void |
setLoginDisabled(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,
Boolean value)
Generated method - Setter of the
User.loginDisabled attribute. |
void |
setOrders(Collection<Order> value)
Generated method - Setter of the
User.orders attribute. |
void |
setOrders(SessionContext ctx,
Collection<Order> value)
Generated method - Setter of the
User.orders attribute. |
void |
setPasswordAnswer(SessionContext ctx,
String value)
Generated method - Setter of the
User.passwordAnswer attribute. |
void |
setPasswordAnswer(String value)
Generated method - Setter of the
User.passwordAnswer attribute. |
void |
setPasswordEncoding(SessionContext ctx,
String value)
Generated method - Setter of the
User.passwordEncoding attribute. |
void |
setPasswordEncoding(String value)
Generated method - Setter of the
User.passwordEncoding attribute. |
void |
setPasswordQuestion(SessionContext ctx,
String value)
Generated method - Setter of the
User.passwordQuestion attribute. |
void |
setPasswordQuestion(String value)
Generated method - Setter of the
User.passwordQuestion attribute. |
void |
setPaymentInfos(Collection<PaymentInfo> value)
Generated method - Setter of the
User.paymentInfos attribute. |
void |
setPaymentInfos(SessionContext ctx,
Collection<PaymentInfo> value)
Generated method - Setter of the
User.paymentInfos attribute. |
void |
setQuotes(Collection<Quote> value)
Generated method - Setter of the
User.quotes attribute. |
void |
setQuotes(SessionContext ctx,
Collection<Quote> value)
Generated method - Setter of the
User.quotes 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, 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, 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, readResolve, refreshRemote, 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, writeReplacegetImplementation, setTenantpublic static final String DEFAULTPAYMENTADDRESS
User.defaultPaymentAddress attributepublic static final String DEFAULTSHIPMENTADDRESS
User.defaultShipmentAddress attributepublic static final String PASSWORDENCODING
User.passwordEncoding attributepublic static final String ENCODEDPASSWORD
User.encodedPassword attributepublic static final String PASSWORDANSWER
User.passwordAnswer attributepublic static final String PASSWORDQUESTION
User.passwordQuestion attributepublic static final String SESSIONLANGUAGE
User.sessionLanguage attributepublic static final String SESSIONCURRENCY
User.sessionCurrency attributepublic static final String LOGINDISABLED
User.loginDisabled attributepublic static final String LASTLOGIN
User.lastLogin attributepublic static final String HMCLOGINDISABLED
User.hmcLoginDisabled attributepublic static final String USERPROFILE
User.userprofile attributepublic static final String CONTACTINFOS
User.contactInfos attributepublic static final String CARTS
User.carts attributepublic static final String QUOTES
User.quotes attributepublic static final String ORDERS
User.orders attributepublic static final String ADDRESSES
User.addresses attributepublic static final 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 Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
getDefaultAttributeModes in class GeneratedPrincipalpublic Collection<Address> getAddresses(SessionContext ctx)
User.addresses attribute.public Collection<Address> getAddresses()
User.addresses attribute.public void setAddresses(SessionContext ctx, Collection<Address> value)
User.addresses attribute.value - the addressespublic void setAddresses(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 Collection<Cart> getCarts(SessionContext ctx)
User.carts attribute.public Collection<Cart> getCarts()
User.carts attribute.public void setCarts(SessionContext ctx, Collection<Cart> value)
User.carts attribute.value - the cartspublic void setCarts(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 Collection<AbstractContactInfo> getContactInfos(SessionContext ctx)
User.contactInfos attribute.public Collection<AbstractContactInfo> getContactInfos()
User.contactInfos attribute.public void setContactInfos(SessionContext ctx, Collection<AbstractContactInfo> value)
User.contactInfos attribute.value - the contactInfospublic void setContactInfos(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 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 String getEncodedPassword(SessionContext ctx)
User.encodedPassword attribute.public String getEncodedPassword()
User.encodedPassword attribute.public void setEncodedPassword(SessionContext ctx, String value)
User.encodedPassword attribute.value - the encodedPasswordpublic void setEncodedPassword(String value)
User.encodedPassword attribute.value - the encodedPasswordpublic Boolean isHmcLoginDisabled(SessionContext ctx)
User.hmcLoginDisabled attribute.public Boolean isHmcLoginDisabled()
User.hmcLoginDisabled attribute.public boolean isHmcLoginDisabledAsPrimitive(SessionContext ctx)
User.hmcLoginDisabled attribute.public boolean isHmcLoginDisabledAsPrimitive()
User.hmcLoginDisabled attribute.public void setHmcLoginDisabled(SessionContext ctx, Boolean value)
User.hmcLoginDisabled attribute.value - the hmcLoginDisabledpublic void setHmcLoginDisabled(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 Date getLastLogin(SessionContext ctx)
User.lastLogin attribute.public Date getLastLogin()
User.lastLogin attribute.public void setLastLogin(SessionContext ctx, Date value)
User.lastLogin attribute.value - the lastLoginpublic void setLastLogin(Date value)
User.lastLogin attribute.value - the lastLoginpublic Boolean isLoginDisabled(SessionContext ctx)
User.loginDisabled attribute.public Boolean isLoginDisabled()
User.loginDisabled attribute.public boolean isLoginDisabledAsPrimitive(SessionContext ctx)
User.loginDisabled attribute.public boolean isLoginDisabledAsPrimitive()
User.loginDisabled attribute.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 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 Collection<Order> getOrders(SessionContext ctx)
User.orders attribute.public Collection<Order> getOrders()
User.orders attribute.public void setOrders(SessionContext ctx, Collection<Order> value)
User.orders attribute.value - the orderspublic void setOrders(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 String getPasswordAnswer(SessionContext ctx)
User.passwordAnswer attribute.public String getPasswordAnswer()
User.passwordAnswer attribute.public void setPasswordAnswer(SessionContext ctx, String value)
User.passwordAnswer attribute.value - the passwordAnswerpublic void setPasswordAnswer(String value)
User.passwordAnswer attribute.value - the passwordAnswerpublic String getPasswordEncoding(SessionContext ctx)
User.passwordEncoding attribute.public String getPasswordEncoding()
User.passwordEncoding attribute.public void setPasswordEncoding(SessionContext ctx, String value)
User.passwordEncoding attribute.value - the passwordEncodingpublic void setPasswordEncoding(String value)
User.passwordEncoding attribute.value - the passwordEncodingpublic String getPasswordQuestion(SessionContext ctx)
User.passwordQuestion attribute.public String getPasswordQuestion()
User.passwordQuestion attribute.public void setPasswordQuestion(SessionContext ctx, String value)
User.passwordQuestion attribute.value - the passwordQuestionpublic void setPasswordQuestion(String value)
User.passwordQuestion attribute.value - the passwordQuestionpublic Collection<PaymentInfo> getPaymentInfos(SessionContext ctx)
User.paymentInfos attribute.public Collection<PaymentInfo> getPaymentInfos()
User.paymentInfos attribute.public void setPaymentInfos(SessionContext ctx, Collection<PaymentInfo> value)
User.paymentInfos attribute.value - the paymentInfospublic void setPaymentInfos(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 Collection<Quote> getQuotes(SessionContext ctx)
User.quotes attribute.public Collection<Quote> getQuotes()
User.quotes attribute.public void setQuotes(SessionContext ctx, Collection<Quote> value)
User.quotes attribute.value - the quotespublic void setQuotes(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 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 © 2017 SAP SE. All Rights Reserved.