Class CsTicketEventModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.comments.model.AbstractCommentModel
de.hybris.platform.comments.model.CommentModel
de.hybris.platform.ticket.events.model.CsTicketEventModel
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CsCustomerEventModel
Generated model class for type CsTicketEvent first defined at extension ticketsystem.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofCsTicketEvent.emailsattribute defined at extensionticketsystem.static final StringGenerated constant - Attribute key ofCsTicketEvent.endDateTimeattribute defined at extensionticketsystem.static final StringGenerated constant - Attribute key ofCsTicketEvent.entriesattribute defined at extensionticketsystem.static final StringGenerated constant - Attribute key ofCsTicketEvent.startDateTimeattribute defined at extensionticketsystem.static final StringGenerated constant - Attribute key ofCsTicketEvent.ticketattribute defined at extensionticketsystem.Fields inherited from class de.hybris.platform.comments.model.CommentModel
ASSIGNEDTO, CODE, COMMENTMETADATA, COMMENTTYPE, COMPONENT, PRIORITY, RELATEDITEMS, REPLIES, WATCHERSFields inherited from class de.hybris.platform.comments.model.AbstractCommentModel
_COMMENTUSERSETTINGABSTRACTCOMMENTRELATION, ATTACHMENTS, AUTHOR, COMMENTUSERSETTINGS, SUBJECT, TEXTFields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.CsTicketEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, ItemModel _owner, String _text) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCsTicketEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, String _text) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theCsTicketEvent.emailsattribute defined at extensionticketsystem.Generated method - Getter of theCsTicketEvent.endDateTimeattribute defined at extensionticketsystem.Generated method - Getter of theCsTicketEvent.entriesattribute defined at extensionticketsystem.Generated method - Getter of theCsTicketEvent.startDateTimeattribute defined at extensionticketsystem.Deprecated, for removal: This API element is subject to removal in a future version.since agesvoidsetEmails(List<CsTicketEmailModel> value) Generated method - Setter ofCsTicketEvent.emailsattribute defined at extensionticketsystem.voidsetEndDateTime(Date value) Generated method - Setter ofCsTicketEvent.endDateTimeattribute defined at extensionticketsystem.voidGenerated method - Setter ofCsTicketEvent.entriesattribute defined at extensionticketsystem.voidsetStartDateTime(Date value) Generated method - Setter ofCsTicketEvent.startDateTimeattribute defined at extensionticketsystem.voidsetTicket(CsTicketModel value) Deprecated, for removal: This API element is subject to removal in a future version.since agesMethods inherited from class de.hybris.platform.comments.model.CommentModel
getAssignedTo, getCode, getCommentMetadata, getCommentType, getComponent, getPriority, getRelatedItems, getReplies, getWatchers, setAssignedTo, setCode, setCommentMetadata, setCommentType, setComponent, setPriority, setRelatedItems, setReplies, setWatchersMethods inherited from class de.hybris.platform.comments.model.AbstractCommentModel
getAttachments, getAuthor, getSubject, getText, setAttachments, setAuthor, setSubject, setTextMethods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, 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, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
STARTDATETIME
Generated constant - Attribute key ofCsTicketEvent.startDateTimeattribute defined at extensionticketsystem.- See Also:
-
ENDDATETIME
Generated constant - Attribute key ofCsTicketEvent.endDateTimeattribute defined at extensionticketsystem.- See Also:
-
TICKET
Generated constant - Attribute key ofCsTicketEvent.ticketattribute defined at extensionticketsystem.- See Also:
-
EMAILS
Generated constant - Attribute key ofCsTicketEvent.emailsattribute defined at extensionticketsystem.- See Also:
-
ENTRIES
Generated constant - Attribute key ofCsTicketEvent.entriesattribute defined at extensionticketsystem.- See Also:
-
-
Constructor Details
-
CsTicketEventModel
public CsTicketEventModel()Generated constructor - Default constructor for generic creation. -
CsTicketEventModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
CsTicketEventModel
@Deprecated(since="4.1.1", forRemoval=true) public CsTicketEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, String _text) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_author- initial attribute declared by typeAbstractCommentat extensioncomments_commentType- initial attribute declared by typeCommentat extensioncomments_component- initial attribute declared by typeCommentat extensioncomments_text- initial attribute declared by typeAbstractCommentat extensioncomments
-
CsTicketEventModel
@Deprecated(since="4.1.1", forRemoval=true) public CsTicketEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, ItemModel _owner, String _text) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_author- initial attribute declared by typeAbstractCommentat extensioncomments_commentType- initial attribute declared by typeCommentat extensioncomments_component- initial attribute declared by typeCommentat extensioncomments_owner- initial attribute declared by typeItemat extensioncore_text- initial attribute declared by typeAbstractCommentat extensioncomments
-
-
Method Details
-
getEmails
Generated method - Getter of theCsTicketEvent.emailsattribute defined at extensionticketsystem. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the emails
-
getEndDateTime
Generated method - Getter of theCsTicketEvent.endDateTimeattribute defined at extensionticketsystem.- Returns:
- the endDateTime
-
getEntries
Generated method - Getter of theCsTicketEvent.entriesattribute defined at extensionticketsystem. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the entries
-
getStartDateTime
Generated method - Getter of theCsTicketEvent.startDateTimeattribute defined at extensionticketsystem.- Returns:
- the startDateTime
-
getTicket
@Deprecated(since="ages", forRemoval=true) @Accessor(qualifier="ticket", type=GETTER) public CsTicketModel getTicket()Deprecated, for removal: This API element is subject to removal in a future version.since agesGenerated method - Getter of theCsTicketEvent.ticketattribute defined at extensionticketsystem.- Returns:
- the ticket
-
setEmails
Generated method - Setter ofCsTicketEvent.emailsattribute defined at extensionticketsystem.- Parameters:
value- the emails
-
setEndDateTime
Generated method - Setter ofCsTicketEvent.endDateTimeattribute defined at extensionticketsystem.- Parameters:
value- the endDateTime
-
setEntries
@Accessor(qualifier="entries", type=SETTER) public void setEntries(Set<CsTicketChangeEventEntryModel> value) Generated method - Setter ofCsTicketEvent.entriesattribute defined at extensionticketsystem.- Parameters:
value- the entries
-
setStartDateTime
Generated method - Setter ofCsTicketEvent.startDateTimeattribute defined at extensionticketsystem.- Parameters:
value- the startDateTime
-
setTicket
@Deprecated(since="ages", forRemoval=true) @Accessor(qualifier="ticket", type=SETTER) public void setTicket(CsTicketModel value) Deprecated, for removal: This API element is subject to removal in a future version.since agesGenerated method - Setter ofCsTicketEvent.ticketattribute defined at extensionticketsystem.- Parameters:
value- the ticket
-