public class CustomerListModel extends UserGroupModel
A CustomerList are visible to certain Employees and represents an implementation specific search query to find customer based on different criteria.
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
IMPLEMENTATIONTYPE
Generated constant - Attribute key of
CustomerList.implementationType attribute defined at extension commerceservices. |
static String |
PRIORITY
Generated constant - Attribute key of
CustomerList.priority attribute defined at extension commerceservices. |
_BACKOFFICESAVEDQUERY2USERGROUPRELATION, _BTGASSIGNTOGROUPDEFINITIONGROUP, _USERGROUPSFORRESTRICTION, BTGASSIGNTOGROUP, HMCLOGINDISABLED, HMCXML, READABLELANGUAGES, RESTRICTIONS, SAVEDQUERIES, USERDISCOUNTGROUP, USERPRICEGROUP, USERTAXGROUP, WRITEABLELANGUAGES_PRINCIPALGROUPRELATION, LOCNAME, MAXBRUTEFORCELOGINATTEMPTS, MEMBERS_CATEGORY2PRINCIPALRELATION, _COMMENTWATCHERRELATION, _PRINCIPAL2COCKPITUICOMPONENTREADACCESSRELATION, _PRINCIPAL2COCKPITUICOMPONENTWRITEACCESSRELATION, _SYNCITEMJOB2PRINCIPAL, _WORKFLOWTEMPLATE2PRINCIPALRELATION, ACCESSIBLECATEGORIES, ALLGROUPS, ALLSEARCHRESTRICTIONS, BACKOFFICELOGINDISABLED, CN, COCKPITUICONFIGURATIONS, DESCRIPTION, DISPLAYNAME, DN, GROUPS, LDAPSEARCHBASE, NAME, PROFILEPICTURE, READABLECATALOGVERSIONS, READABLECOCKPITUICOMPONENTS, READABSTRACTLINKENTRY, READCOLLECTIONS, READPUBLICATION, READPUBLICATIONCOMPONENT, READSAVEDQUERIES, SEARCHRESTRICTIONS, SYNCJOBS, UID, VISIBLETEMPLATES, WATCHEDCOMMENTS, WRITABLECATALOGVERSIONS, WRITABLECOCKPITUICOMPONENTS, WRITECOLLECTIONS, WRITEPUBLICATION, WRITEPUBLICATIONCOMPONENT_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CustomerListModel()
Generated constructor - Default constructor for generic creation.
|
CustomerListModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
CustomerListModel(ItemModel _owner,
String _uid)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CustomerListModel(String _uid)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getImplementationType()
Generated method - Getter of the
CustomerList.implementationType attribute defined at extension commerceservices. |
Integer |
getPriority()
Generated method - Getter of the
CustomerList.priority attribute defined at extension commerceservices. |
void |
setImplementationType(String value)
Generated method - Setter of
CustomerList.implementationType attribute defined at extension commerceservices. |
void |
setPriority(Integer value)
Generated method - Setter of
CustomerList.priority attribute defined at extension commerceservices. |
getBTGAssignToGroup, getHmcLoginDisabled, getHmcXML, getReadableLanguages, getRestrictions, getSavedQueries, getUserDiscountGroup, getUserPriceGroup, getUserTaxGroup, getWriteableLanguages, setBTGAssignToGroup, setHmcLoginDisabled, setHmcXML, setReadableLanguages, setRestrictions, setSavedQueries, setUserDiscountGroup, setUserPriceGroup, setUserTaxGroup, setWriteableLanguagesgetLocname, getLocName, getLocname, getLocName, getMaxBruteForceLoginAttempts, getMembers, setLocname, setLocName, setLocname, setLocName, setMaxBruteForceLoginAttempts, setMembersgetAccessibleCategories, getAllgroups, getAllGroups, getAllsearchrestrictions, getAllSearchRestrictions, getBackOfficeLoginDisabled, getCN, getCockpitUIConfigurations, getDescription, getDisplayName, getDisplayName, getDN, getGroups, getLdapsearchbase, getName, getProfilePicture, getReadableCatalogVersions, getReadableCockpitUIComponents, getReadAbstractLinkEntry, getReadCollections, getReadPublication, getReadPublicationComponent, getReadSavedQueries, getSearchrestrictions, getSearchRestrictions, getSyncJobs, getUid, getVisibleTemplates, getWatchedComments, getWritableCatalogVersions, getWritableCockpitUIComponents, getWriteCollections, getWritePublication, getWritePublicationComponent, setBackOfficeLoginDisabled, setCN, setCockpitUIConfigurations, setDescription, setDN, setGroups, setLdapsearchbase, setName, setProfilePicture, setReadableCatalogVersions, setReadableCockpitUIComponents, setReadAbstractLinkEntry, setReadCollections, setReadPublication, setReadPublicationComponent, setReadSavedQueries, setSyncJobs, setUid, setVisibleTemplates, setWatchedComments, setWritableCatalogVersions, setWritableCockpitUIComponents, setWriteCollections, setWritePublication, setWritePublicationComponentgetComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String IMPLEMENTATIONTYPE
CustomerList.implementationType attribute defined at extension commerceservices.public static final String PRIORITY
CustomerList.priority attribute defined at extension commerceservices.public CustomerListModel()
public CustomerListModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CustomerListModel(String _uid)
_uid - initial attribute declared by type Principal at extension core@Deprecated public CustomerListModel(ItemModel _owner, String _uid)
_owner - initial attribute declared by type Item at extension core_uid - initial attribute declared by type Principal at extension core@Accessor(qualifier="implementationType", type=GETTER) public String getImplementationType()
CustomerList.implementationType attribute defined at extension commerceservices.@Accessor(qualifier="priority", type=GETTER) public Integer getPriority()
CustomerList.priority attribute defined at extension commerceservices.@Accessor(qualifier="implementationType", type=SETTER) public void setImplementationType(String value)
CustomerList.implementationType attribute defined at extension commerceservices.value - the implementationType - The implementation type for this customer list@Accessor(qualifier="priority", type=SETTER) public void setPriority(Integer value)
CustomerList.priority attribute defined at extension commerceservices.value - the priority - priority for the customer list and zero by default, this will affect the position of the list when getting list of customer lists,higher values are displayed firstCopyright © 2017 SAP SE. All Rights Reserved.