Package com.bytedesk.service.workgroup_settings
package com.bytedesk.service.workgroup_settings
-
ClassDescriptionWorkgroup configuration settings for reusable settings Purpose: - Store reusable workgroup configurations - Enable sharing common settings across multiple workgroups - Simplify workgroup configuration management Usage: - Create settings for different workgroup types (e.g., "Standard Support", "VIP Support", "Technical Support") - Assign settings to workgroups via WorkgroupEntity.settings reference - Multiple workgroups can share the same settings Common fields (inherited from BaseSettingsEntity): - name, description, isDefault, enabled - serviceSettings, inviteSettings, intentionSettings Workgroup-specific fields: - messageLeaveSettings, robotSettings, queueSettings Database Table: bytedesk_service_workgroup_settingsEntity listener for WorkgroupSettings lifecycle eventsEvent listener for WorkgroupSettings application eventsRepository for WorkgroupSettingsEntitySpecification for querying WorkgroupSettings entities