Class TicketSettingsEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.ticket.ticket_settings.TicketSettingsEntity
- All Implemented Interfaces:
Serializable
TicketSettings entity for content categorization and organization
Provides ticketSettings functionality for various system entities
Database Table: bytedesk_core_ticketSettings
Purpose: Stores ticketSettings definitions, colors, and organization settings
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate TicketBasicSettingsEntityprivate TicketCategorySettingsEntityprivate BooleanWhether custom ticket forms are enabled for this settings templateprivate StringDescription of the ticketSettingsprivate TicketBasicSettingsEntityprivate TicketCategorySettingsEntityprivate FormEntityDraft form bindingprivate ProcessEntityDraft workflow process bindingprivate BooleanWhether the settings is enabledprivate FormEntityPublished form bindingprivate BooleanWhether there are unpublished changes in draftprivate BooleanWhether this is a default settings template for new entities Only one settings per organization should have isDefault=trueprivate StringName of the ticketSettingsprivate ProcessEntityPublished workflow process bindingprivate ZonedDateTimeLast published timeprivate static final longprivate StringTicket scope type (INTERNAL / EXTERNAL) -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseEntity
getCreatedAtString, getUpdatedAtString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
name
Name of the ticketSettings -
description
Description of the ticketSettings -
type
Ticket scope type (INTERNAL / EXTERNAL) -
isDefault
Whether this is a default settings template for new entities Only one settings per organization should have isDefault=true -
enabled
Whether the settings is enabled -
customFormEnabled
Whether custom ticket forms are enabled for this settings template -
basicSettings
-
categorySettings
-
draftBasicSettings
-
draftCategorySettings
-
hasUnpublishedChanges
Whether there are unpublished changes in draft -
publishedAt
Last published time -
process
Published workflow process binding -
draftProcess
Draft workflow process binding -
form
Published form binding -
draftForm
Draft form binding
-
-
Constructor Details
-
TicketSettingsEntity
public TicketSettingsEntity()
-