public abstract class GeneratedCsTicket extends GenericItem
CsTicket.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 |
ASSIGNEDAGENT
Qualifier of the
CsTicket.assignedAgent attribute |
static java.lang.String |
ASSIGNEDGROUP
Qualifier of the
CsTicket.assignedGroup attribute |
static java.lang.String |
BASESITE
Qualifier of the
CsTicket.baseSite attribute |
static java.lang.String |
CATEGORY
Qualifier of the
CsTicket.category attribute |
static java.lang.String |
CUSTOMER
Qualifier of the
CsTicket.customer attribute |
protected static java.util.Map<java.lang.String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
static java.lang.String |
EVENTS
Qualifier of the
CsTicket.events attribute |
static java.lang.String |
HEADLINE
Qualifier of the
CsTicket.headline attribute |
static java.lang.String |
ORDER
Qualifier of the
CsTicket.order attribute |
static java.lang.String |
PRIORITY
Qualifier of the
CsTicket.priority attribute |
static java.lang.String |
RESOLUTION
Qualifier of the
CsTicket.resolution attribute |
static java.lang.String |
RETENTIONDATE
Qualifier of the
CsTicket.retentionDate attribute |
static java.lang.String |
STATE
Qualifier of the
CsTicket.state attribute |
static java.lang.String |
TICKETID
Qualifier of the
CsTicket.ticketID attribute |
LANGUAGE_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 |
|---|
GeneratedCsTicket() |
| Modifier and Type | Method and Description |
|---|---|
Employee |
getAssignedAgent()
Generated method - Getter of the
CsTicket.assignedAgent attribute. |
Employee |
getAssignedAgent(SessionContext ctx)
Generated method - Getter of the
CsTicket.assignedAgent attribute. |
CsAgentGroup |
getAssignedGroup()
Generated method - Getter of the
CsTicket.assignedGroup attribute. |
CsAgentGroup |
getAssignedGroup(SessionContext ctx)
Generated method - Getter of the
CsTicket.assignedGroup attribute. |
BaseSite |
getBaseSite()
Generated method - Getter of the
CsTicket.baseSite attribute. |
BaseSite |
getBaseSite(SessionContext ctx)
Generated method - Getter of the
CsTicket.baseSite attribute. |
EnumerationValue |
getCategory()
Generated method - Getter of the
CsTicket.category attribute. |
EnumerationValue |
getCategory(SessionContext ctx)
Generated method - Getter of the
CsTicket.category attribute. |
User |
getCustomer()
Generated method - Getter of the
CsTicket.customer attribute. |
User |
getCustomer(SessionContext ctx)
Generated method - Getter of the
CsTicket.customer attribute. |
protected java.util.Map<java.lang.String,Item.AttributeMode> |
getDefaultAttributeModes() |
java.util.List<CsTicketEvent> |
getEvents()
Generated method - Getter of the
CsTicket.events attribute. |
abstract java.util.List<CsTicketEvent> |
getEvents(SessionContext ctx)
Generated method - Getter of the
CsTicket.events attribute. |
java.lang.String |
getHeadline()
Generated method - Getter of the
CsTicket.headline attribute. |
java.lang.String |
getHeadline(SessionContext ctx)
Generated method - Getter of the
CsTicket.headline attribute. |
AbstractOrder |
getOrder()
Generated method - Getter of the
CsTicket.order attribute. |
AbstractOrder |
getOrder(SessionContext ctx)
Generated method - Getter of the
CsTicket.order attribute. |
EnumerationValue |
getPriority()
Generated method - Getter of the
CsTicket.priority attribute. |
EnumerationValue |
getPriority(SessionContext ctx)
Generated method - Getter of the
CsTicket.priority attribute. |
CsTicketResolutionEvent |
getResolution()
Generated method - Getter of the
CsTicket.resolution attribute. |
CsTicketResolutionEvent |
getResolution(SessionContext ctx)
Generated method - Getter of the
CsTicket.resolution attribute. |
java.util.Date |
getRetentionDate()
Generated method - Getter of the
CsTicket.retentionDate attribute. |
java.util.Date |
getRetentionDate(SessionContext ctx)
Generated method - Getter of the
CsTicket.retentionDate attribute. |
EnumerationValue |
getState()
Generated method - Getter of the
CsTicket.state attribute. |
EnumerationValue |
getState(SessionContext ctx)
Generated method - Getter of the
CsTicket.state attribute. |
java.lang.String |
getTicketID()
Generated method - Getter of the
CsTicket.ticketID attribute. |
java.lang.String |
getTicketID(SessionContext ctx)
Generated method - Getter of the
CsTicket.ticketID attribute. |
void |
setAssignedAgent(Employee value)
Generated method - Setter of the
CsTicket.assignedAgent attribute. |
void |
setAssignedAgent(SessionContext ctx,
Employee value)
Generated method - Setter of the
CsTicket.assignedAgent attribute. |
void |
setAssignedGroup(CsAgentGroup value)
Generated method - Setter of the
CsTicket.assignedGroup attribute. |
void |
setAssignedGroup(SessionContext ctx,
CsAgentGroup value)
Generated method - Setter of the
CsTicket.assignedGroup attribute. |
void |
setBaseSite(BaseSite value)
Generated method - Setter of the
CsTicket.baseSite attribute. |
void |
setBaseSite(SessionContext ctx,
BaseSite value)
Generated method - Setter of the
CsTicket.baseSite attribute. |
void |
setCategory(EnumerationValue value)
Generated method - Setter of the
CsTicket.category attribute. |
void |
setCategory(SessionContext ctx,
EnumerationValue value)
Generated method - Setter of the
CsTicket.category attribute. |
void |
setCustomer(SessionContext ctx,
User value)
Generated method - Setter of the
CsTicket.customer attribute. |
void |
setCustomer(User value)
Generated method - Setter of the
CsTicket.customer attribute. |
void |
setHeadline(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
CsTicket.headline attribute. |
void |
setHeadline(java.lang.String value)
Generated method - Setter of the
CsTicket.headline attribute. |
void |
setOrder(AbstractOrder value)
Generated method - Setter of the
CsTicket.order attribute. |
void |
setOrder(SessionContext ctx,
AbstractOrder value)
Generated method - Setter of the
CsTicket.order attribute. |
void |
setPriority(EnumerationValue value)
Generated method - Setter of the
CsTicket.priority attribute. |
void |
setPriority(SessionContext ctx,
EnumerationValue value)
Generated method - Setter of the
CsTicket.priority attribute. |
void |
setResolution(CsTicketResolutionEvent value)
Generated method - Setter of the
CsTicket.resolution attribute. |
void |
setResolution(SessionContext ctx,
CsTicketResolutionEvent value)
Generated method - Setter of the
CsTicket.resolution attribute. |
void |
setRetentionDate(java.util.Date value)
Generated method - Setter of the
CsTicket.retentionDate attribute. |
void |
setRetentionDate(SessionContext ctx,
java.util.Date value)
Generated method - Setter of the
CsTicket.retentionDate attribute. |
void |
setState(EnumerationValue value)
Generated method - Setter of the
CsTicket.state attribute. |
void |
setState(SessionContext ctx,
EnumerationValue value)
Generated method - Setter of the
CsTicket.state attribute. |
protected void |
setTicketID(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
CsTicket.ticketID attribute. |
protected void |
setTicketID(java.lang.String value)
Generated method - Setter of the
CsTicket.ticketID attribute. |
createItem, 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, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, 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, toString, useTA, writeReplacesetTenantpublic static final java.lang.String TICKETID
CsTicket.ticketID attributepublic static final java.lang.String CUSTOMER
CsTicket.customer attributepublic static final java.lang.String ORDER
CsTicket.order attributepublic static final java.lang.String HEADLINE
CsTicket.headline attributepublic static final java.lang.String CATEGORY
CsTicket.category attributepublic static final java.lang.String PRIORITY
CsTicket.priority attributepublic static final java.lang.String STATE
CsTicket.state attributepublic static final java.lang.String ASSIGNEDAGENT
CsTicket.assignedAgent attributepublic static final java.lang.String ASSIGNEDGROUP
CsTicket.assignedGroup attributepublic static final java.lang.String RESOLUTION
CsTicket.resolution attributepublic static final java.lang.String BASESITE
CsTicket.baseSite attributepublic static final java.lang.String EVENTS
CsTicket.events attributepublic static final java.lang.String RETENTIONDATE
CsTicket.retentionDate attributeprotected 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 Itempublic Employee getAssignedAgent(SessionContext ctx)
CsTicket.assignedAgent attribute.public Employee getAssignedAgent()
CsTicket.assignedAgent attribute.public void setAssignedAgent(SessionContext ctx, Employee value)
CsTicket.assignedAgent attribute.value - the assignedAgentpublic void setAssignedAgent(Employee value)
CsTicket.assignedAgent attribute.value - the assignedAgentpublic CsAgentGroup getAssignedGroup(SessionContext ctx)
CsTicket.assignedGroup attribute.public CsAgentGroup getAssignedGroup()
CsTicket.assignedGroup attribute.public void setAssignedGroup(SessionContext ctx, CsAgentGroup value)
CsTicket.assignedGroup attribute.value - the assignedGrouppublic void setAssignedGroup(CsAgentGroup value)
CsTicket.assignedGroup attribute.value - the assignedGrouppublic BaseSite getBaseSite(SessionContext ctx)
CsTicket.baseSite attribute.public BaseSite getBaseSite()
CsTicket.baseSite attribute.public void setBaseSite(SessionContext ctx, BaseSite value)
CsTicket.baseSite attribute.value - the baseSitepublic void setBaseSite(BaseSite value)
CsTicket.baseSite attribute.value - the baseSitepublic EnumerationValue getCategory(SessionContext ctx)
CsTicket.category attribute.public EnumerationValue getCategory()
CsTicket.category attribute.public void setCategory(SessionContext ctx, EnumerationValue value)
CsTicket.category attribute.value - the categorypublic void setCategory(EnumerationValue value)
CsTicket.category attribute.value - the categorypublic User getCustomer(SessionContext ctx)
CsTicket.customer attribute.public User getCustomer()
CsTicket.customer attribute.public void setCustomer(SessionContext ctx, User value)
CsTicket.customer attribute.value - the customerpublic void setCustomer(User value)
CsTicket.customer attribute.value - the customerpublic abstract java.util.List<CsTicketEvent> getEvents(SessionContext ctx)
CsTicket.events attribute.public java.util.List<CsTicketEvent> getEvents()
CsTicket.events attribute.public java.lang.String getHeadline(SessionContext ctx)
CsTicket.headline attribute.public java.lang.String getHeadline()
CsTicket.headline attribute.public void setHeadline(SessionContext ctx, java.lang.String value)
CsTicket.headline attribute.value - the headlinepublic void setHeadline(java.lang.String value)
CsTicket.headline attribute.value - the headlinepublic AbstractOrder getOrder(SessionContext ctx)
CsTicket.order attribute.public AbstractOrder getOrder()
CsTicket.order attribute.public void setOrder(SessionContext ctx, AbstractOrder value)
CsTicket.order attribute.value - the orderpublic void setOrder(AbstractOrder value)
CsTicket.order attribute.value - the orderpublic EnumerationValue getPriority(SessionContext ctx)
CsTicket.priority attribute.public EnumerationValue getPriority()
CsTicket.priority attribute.public void setPriority(SessionContext ctx, EnumerationValue value)
CsTicket.priority attribute.value - the prioritypublic void setPriority(EnumerationValue value)
CsTicket.priority attribute.value - the prioritypublic CsTicketResolutionEvent getResolution(SessionContext ctx)
CsTicket.resolution attribute.public CsTicketResolutionEvent getResolution()
CsTicket.resolution attribute.public void setResolution(SessionContext ctx, CsTicketResolutionEvent value)
CsTicket.resolution attribute.value - the resolutionpublic void setResolution(CsTicketResolutionEvent value)
CsTicket.resolution attribute.value - the resolutionpublic java.util.Date getRetentionDate(SessionContext ctx)
CsTicket.retentionDate attribute.public java.util.Date getRetentionDate()
CsTicket.retentionDate attribute.public void setRetentionDate(SessionContext ctx, java.util.Date value)
CsTicket.retentionDate attribute.value - the retentionDate - Date, when ticket was closed and retention period was startedpublic void setRetentionDate(java.util.Date value)
CsTicket.retentionDate attribute.value - the retentionDate - Date, when ticket was closed and retention period was startedpublic EnumerationValue getState(SessionContext ctx)
CsTicket.state attribute.public EnumerationValue getState()
CsTicket.state attribute.public void setState(SessionContext ctx, EnumerationValue value)
CsTicket.state attribute.value - the statepublic void setState(EnumerationValue value)
CsTicket.state attribute.value - the statepublic java.lang.String getTicketID(SessionContext ctx)
CsTicket.ticketID attribute.public java.lang.String getTicketID()
CsTicket.ticketID attribute.protected void setTicketID(SessionContext ctx, java.lang.String value)
CsTicket.ticketID attribute.value - the ticketIDprotected void setTicketID(java.lang.String value)
CsTicket.ticketID attribute.value - the ticketIDCopyright © 2018 SAP SE. All Rights Reserved.