Package de.hybris.platform.ticket.jalo
Class GeneratedCsTicket
- java.lang.Object
-
- de.hybris.platform.util.BridgeAbstraction
-
- de.hybris.platform.jalo.Item
-
- de.hybris.platform.jalo.ExtensibleItem
-
- de.hybris.platform.jalo.c2l.LocalizableItem
-
- de.hybris.platform.jalo.GenericItem
-
- de.hybris.platform.ticket.jalo.GeneratedCsTicket
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
CsTicket
public abstract class GeneratedCsTicket extends GenericItem
Generated class for typeCsTicket
.- 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
ASSIGNEDAGENT
Qualifier of theCsTicket.assignedAgent
attributestatic java.lang.String
ASSIGNEDGROUP
Qualifier of theCsTicket.assignedGroup
attributestatic java.lang.String
BASESITE
Qualifier of theCsTicket.baseSite
attributestatic java.lang.String
CATEGORY
Qualifier of theCsTicket.category
attributestatic java.lang.String
CUSTOMER
Qualifier of theCsTicket.customer
attributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
EVENTS
Qualifier of theCsTicket.events
attributestatic java.lang.String
HEADLINE
Qualifier of theCsTicket.headline
attributestatic java.lang.String
ORDER
Qualifier of theCsTicket.order
attributestatic java.lang.String
PRIORITY
Qualifier of theCsTicket.priority
attributestatic java.lang.String
RESOLUTION
Qualifier of theCsTicket.resolution
attributestatic java.lang.String
RETENTIONDATE
Qualifier of theCsTicket.retentionDate
attributestatic java.lang.String
STATE
Qualifier of theCsTicket.state
attributestatic java.lang.String
TICKETID
Qualifier of theCsTicket.ticketID
attribute-
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 GeneratedCsTicket()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Employee
getAssignedAgent()
Generated method - Getter of theCsTicket.assignedAgent
attribute.Employee
getAssignedAgent(SessionContext ctx)
Generated method - Getter of theCsTicket.assignedAgent
attribute.CsAgentGroup
getAssignedGroup()
Generated method - Getter of theCsTicket.assignedGroup
attribute.CsAgentGroup
getAssignedGroup(SessionContext ctx)
Generated method - Getter of theCsTicket.assignedGroup
attribute.BaseSite
getBaseSite()
Generated method - Getter of theCsTicket.baseSite
attribute.BaseSite
getBaseSite(SessionContext ctx)
Generated method - Getter of theCsTicket.baseSite
attribute.EnumerationValue
getCategory()
Generated method - Getter of theCsTicket.category
attribute.EnumerationValue
getCategory(SessionContext ctx)
Generated method - Getter of theCsTicket.category
attribute.User
getCustomer()
Generated method - Getter of theCsTicket.customer
attribute.User
getCustomer(SessionContext ctx)
Generated method - Getter of theCsTicket.customer
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
java.util.List<CsTicketEvent>
getEvents()
Generated method - Getter of theCsTicket.events
attribute.abstract java.util.List<CsTicketEvent>
getEvents(SessionContext ctx)
Generated method - Getter of theCsTicket.events
attribute.java.lang.String
getHeadline()
Generated method - Getter of theCsTicket.headline
attribute.java.lang.String
getHeadline(SessionContext ctx)
Generated method - Getter of theCsTicket.headline
attribute.AbstractOrder
getOrder()
Generated method - Getter of theCsTicket.order
attribute.AbstractOrder
getOrder(SessionContext ctx)
Generated method - Getter of theCsTicket.order
attribute.EnumerationValue
getPriority()
Generated method - Getter of theCsTicket.priority
attribute.EnumerationValue
getPriority(SessionContext ctx)
Generated method - Getter of theCsTicket.priority
attribute.CsTicketResolutionEvent
getResolution()
Generated method - Getter of theCsTicket.resolution
attribute.CsTicketResolutionEvent
getResolution(SessionContext ctx)
Generated method - Getter of theCsTicket.resolution
attribute.java.util.Date
getRetentionDate()
Generated method - Getter of theCsTicket.retentionDate
attribute.java.util.Date
getRetentionDate(SessionContext ctx)
Generated method - Getter of theCsTicket.retentionDate
attribute.EnumerationValue
getState()
Generated method - Getter of theCsTicket.state
attribute.EnumerationValue
getState(SessionContext ctx)
Generated method - Getter of theCsTicket.state
attribute.java.lang.String
getTicketID()
Generated method - Getter of theCsTicket.ticketID
attribute.java.lang.String
getTicketID(SessionContext ctx)
Generated method - Getter of theCsTicket.ticketID
attribute.void
setAssignedAgent(SessionContext ctx, Employee value)
Generated method - Setter of theCsTicket.assignedAgent
attribute.void
setAssignedAgent(Employee value)
Generated method - Setter of theCsTicket.assignedAgent
attribute.void
setAssignedGroup(SessionContext ctx, CsAgentGroup value)
Generated method - Setter of theCsTicket.assignedGroup
attribute.void
setAssignedGroup(CsAgentGroup value)
Generated method - Setter of theCsTicket.assignedGroup
attribute.void
setBaseSite(BaseSite value)
Generated method - Setter of theCsTicket.baseSite
attribute.void
setBaseSite(SessionContext ctx, BaseSite value)
Generated method - Setter of theCsTicket.baseSite
attribute.void
setCategory(EnumerationValue value)
Generated method - Setter of theCsTicket.category
attribute.void
setCategory(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theCsTicket.category
attribute.void
setCustomer(SessionContext ctx, User value)
Generated method - Setter of theCsTicket.customer
attribute.void
setCustomer(User value)
Generated method - Setter of theCsTicket.customer
attribute.void
setHeadline(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCsTicket.headline
attribute.void
setHeadline(java.lang.String value)
Generated method - Setter of theCsTicket.headline
attribute.void
setOrder(AbstractOrder value)
Generated method - Setter of theCsTicket.order
attribute.void
setOrder(SessionContext ctx, AbstractOrder value)
Generated method - Setter of theCsTicket.order
attribute.void
setPriority(EnumerationValue value)
Generated method - Setter of theCsTicket.priority
attribute.void
setPriority(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theCsTicket.priority
attribute.void
setResolution(SessionContext ctx, CsTicketResolutionEvent value)
Generated method - Setter of theCsTicket.resolution
attribute.void
setResolution(CsTicketResolutionEvent value)
Generated method - Setter of theCsTicket.resolution
attribute.void
setRetentionDate(SessionContext ctx, java.util.Date value)
Generated method - Setter of theCsTicket.retentionDate
attribute.void
setRetentionDate(java.util.Date value)
Generated method - Setter of theCsTicket.retentionDate
attribute.void
setState(EnumerationValue value)
Generated method - Setter of theCsTicket.state
attribute.void
setState(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theCsTicket.state
attribute.protected void
setTicketID(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCsTicket.ticketID
attribute.protected void
setTicketID(java.lang.String value)
Generated method - Setter of theCsTicket.ticketID
attribute.-
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, 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, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
TICKETID
public static final java.lang.String TICKETID
Qualifier of theCsTicket.ticketID
attribute- See Also:
- Constant Field Values
-
CUSTOMER
public static final java.lang.String CUSTOMER
Qualifier of theCsTicket.customer
attribute- See Also:
- Constant Field Values
-
ORDER
public static final java.lang.String ORDER
Qualifier of theCsTicket.order
attribute- See Also:
- Constant Field Values
-
HEADLINE
public static final java.lang.String HEADLINE
Qualifier of theCsTicket.headline
attribute- See Also:
- Constant Field Values
-
CATEGORY
public static final java.lang.String CATEGORY
Qualifier of theCsTicket.category
attribute- See Also:
- Constant Field Values
-
PRIORITY
public static final java.lang.String PRIORITY
Qualifier of theCsTicket.priority
attribute- See Also:
- Constant Field Values
-
STATE
public static final java.lang.String STATE
Qualifier of theCsTicket.state
attribute- See Also:
- Constant Field Values
-
ASSIGNEDAGENT
public static final java.lang.String ASSIGNEDAGENT
Qualifier of theCsTicket.assignedAgent
attribute- See Also:
- Constant Field Values
-
ASSIGNEDGROUP
public static final java.lang.String ASSIGNEDGROUP
Qualifier of theCsTicket.assignedGroup
attribute- See Also:
- Constant Field Values
-
RESOLUTION
public static final java.lang.String RESOLUTION
Qualifier of theCsTicket.resolution
attribute- See Also:
- Constant Field Values
-
BASESITE
public static final java.lang.String BASESITE
Qualifier of theCsTicket.baseSite
attribute- See Also:
- Constant Field Values
-
EVENTS
public static final java.lang.String EVENTS
Qualifier of theCsTicket.events
attribute- See Also:
- Constant Field Values
-
RETENTIONDATE
public static final java.lang.String RETENTIONDATE
Qualifier of theCsTicket.retentionDate
attribute- See Also:
- Constant Field Values
-
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 classItem
-
getAssignedAgent
public Employee getAssignedAgent(SessionContext ctx)
Generated method - Getter of theCsTicket.assignedAgent
attribute.- Returns:
- the assignedAgent
-
getAssignedAgent
public Employee getAssignedAgent()
Generated method - Getter of theCsTicket.assignedAgent
attribute.- Returns:
- the assignedAgent
-
setAssignedAgent
public void setAssignedAgent(SessionContext ctx, Employee value)
Generated method - Setter of theCsTicket.assignedAgent
attribute.- Parameters:
value
- the assignedAgent
-
setAssignedAgent
public void setAssignedAgent(Employee value)
Generated method - Setter of theCsTicket.assignedAgent
attribute.- Parameters:
value
- the assignedAgent
-
getAssignedGroup
public CsAgentGroup getAssignedGroup(SessionContext ctx)
Generated method - Getter of theCsTicket.assignedGroup
attribute.- Returns:
- the assignedGroup
-
getAssignedGroup
public CsAgentGroup getAssignedGroup()
Generated method - Getter of theCsTicket.assignedGroup
attribute.- Returns:
- the assignedGroup
-
setAssignedGroup
public void setAssignedGroup(SessionContext ctx, CsAgentGroup value)
Generated method - Setter of theCsTicket.assignedGroup
attribute.- Parameters:
value
- the assignedGroup
-
setAssignedGroup
public void setAssignedGroup(CsAgentGroup value)
Generated method - Setter of theCsTicket.assignedGroup
attribute.- Parameters:
value
- the assignedGroup
-
getBaseSite
public BaseSite getBaseSite(SessionContext ctx)
Generated method - Getter of theCsTicket.baseSite
attribute.- Returns:
- the baseSite
-
getBaseSite
public BaseSite getBaseSite()
Generated method - Getter of theCsTicket.baseSite
attribute.- Returns:
- the baseSite
-
setBaseSite
public void setBaseSite(SessionContext ctx, BaseSite value)
Generated method - Setter of theCsTicket.baseSite
attribute.- Parameters:
value
- the baseSite
-
setBaseSite
public void setBaseSite(BaseSite value)
Generated method - Setter of theCsTicket.baseSite
attribute.- Parameters:
value
- the baseSite
-
getCategory
public EnumerationValue getCategory(SessionContext ctx)
Generated method - Getter of theCsTicket.category
attribute.- Returns:
- the category
-
getCategory
public EnumerationValue getCategory()
Generated method - Getter of theCsTicket.category
attribute.- Returns:
- the category
-
setCategory
public void setCategory(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theCsTicket.category
attribute.- Parameters:
value
- the category
-
setCategory
public void setCategory(EnumerationValue value)
Generated method - Setter of theCsTicket.category
attribute.- Parameters:
value
- the category
-
getCustomer
public User getCustomer(SessionContext ctx)
Generated method - Getter of theCsTicket.customer
attribute.- Returns:
- the customer
-
getCustomer
public User getCustomer()
Generated method - Getter of theCsTicket.customer
attribute.- Returns:
- the customer
-
setCustomer
public void setCustomer(SessionContext ctx, User value)
Generated method - Setter of theCsTicket.customer
attribute.- Parameters:
value
- the customer
-
setCustomer
public void setCustomer(User value)
Generated method - Setter of theCsTicket.customer
attribute.- Parameters:
value
- the customer
-
getEvents
public abstract java.util.List<CsTicketEvent> getEvents(SessionContext ctx)
Generated method - Getter of theCsTicket.events
attribute.- Returns:
- the events
-
getEvents
public java.util.List<CsTicketEvent> getEvents()
Generated method - Getter of theCsTicket.events
attribute.- Returns:
- the events
-
getHeadline
public java.lang.String getHeadline(SessionContext ctx)
Generated method - Getter of theCsTicket.headline
attribute.- Returns:
- the headline
-
getHeadline
public java.lang.String getHeadline()
Generated method - Getter of theCsTicket.headline
attribute.- Returns:
- the headline
-
setHeadline
public void setHeadline(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCsTicket.headline
attribute.- Parameters:
value
- the headline
-
setHeadline
public void setHeadline(java.lang.String value)
Generated method - Setter of theCsTicket.headline
attribute.- Parameters:
value
- the headline
-
getOrder
public AbstractOrder getOrder(SessionContext ctx)
Generated method - Getter of theCsTicket.order
attribute.- Returns:
- the order
-
getOrder
public AbstractOrder getOrder()
Generated method - Getter of theCsTicket.order
attribute.- Returns:
- the order
-
setOrder
public void setOrder(SessionContext ctx, AbstractOrder value)
Generated method - Setter of theCsTicket.order
attribute.- Parameters:
value
- the order
-
setOrder
public void setOrder(AbstractOrder value)
Generated method - Setter of theCsTicket.order
attribute.- Parameters:
value
- the order
-
getPriority
public EnumerationValue getPriority(SessionContext ctx)
Generated method - Getter of theCsTicket.priority
attribute.- Returns:
- the priority
-
getPriority
public EnumerationValue getPriority()
Generated method - Getter of theCsTicket.priority
attribute.- Returns:
- the priority
-
setPriority
public void setPriority(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theCsTicket.priority
attribute.- Parameters:
value
- the priority
-
setPriority
public void setPriority(EnumerationValue value)
Generated method - Setter of theCsTicket.priority
attribute.- Parameters:
value
- the priority
-
getResolution
public CsTicketResolutionEvent getResolution(SessionContext ctx)
Generated method - Getter of theCsTicket.resolution
attribute.- Returns:
- the resolution
-
getResolution
public CsTicketResolutionEvent getResolution()
Generated method - Getter of theCsTicket.resolution
attribute.- Returns:
- the resolution
-
setResolution
public void setResolution(SessionContext ctx, CsTicketResolutionEvent value)
Generated method - Setter of theCsTicket.resolution
attribute.- Parameters:
value
- the resolution
-
setResolution
public void setResolution(CsTicketResolutionEvent value)
Generated method - Setter of theCsTicket.resolution
attribute.- Parameters:
value
- the resolution
-
getRetentionDate
public java.util.Date getRetentionDate(SessionContext ctx)
Generated method - Getter of theCsTicket.retentionDate
attribute.- Returns:
- the retentionDate - Date, when ticket was closed and retention period was started
-
getRetentionDate
public java.util.Date getRetentionDate()
Generated method - Getter of theCsTicket.retentionDate
attribute.- Returns:
- the retentionDate - Date, when ticket was closed and retention period was started
-
setRetentionDate
public void setRetentionDate(SessionContext ctx, java.util.Date value)
Generated method - Setter of theCsTicket.retentionDate
attribute.- Parameters:
value
- the retentionDate - Date, when ticket was closed and retention period was started
-
setRetentionDate
public void setRetentionDate(java.util.Date value)
Generated method - Setter of theCsTicket.retentionDate
attribute.- Parameters:
value
- the retentionDate - Date, when ticket was closed and retention period was started
-
getState
public EnumerationValue getState(SessionContext ctx)
Generated method - Getter of theCsTicket.state
attribute.- Returns:
- the state
-
getState
public EnumerationValue getState()
Generated method - Getter of theCsTicket.state
attribute.- Returns:
- the state
-
setState
public void setState(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theCsTicket.state
attribute.- Parameters:
value
- the state
-
setState
public void setState(EnumerationValue value)
Generated method - Setter of theCsTicket.state
attribute.- Parameters:
value
- the state
-
getTicketID
public java.lang.String getTicketID(SessionContext ctx)
Generated method - Getter of theCsTicket.ticketID
attribute.- Returns:
- the ticketID
-
getTicketID
public java.lang.String getTicketID()
Generated method - Getter of theCsTicket.ticketID
attribute.- Returns:
- the ticketID
-
setTicketID
protected void setTicketID(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCsTicket.ticketID
attribute.- Parameters:
value
- the ticketID
-
setTicketID
protected void setTicketID(java.lang.String value)
Generated method - Setter of theCsTicket.ticketID
attribute.- Parameters:
value
- the ticketID
-
-