Interface ITAdHocManager
-
public interface ITAdHocManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdHocDefaultsBean
getGlobalAdHocSettings()
Get the global Ad-Hoc configurationProjectAdHocSecurityBean
getGlobalSecurity()
Get the global Ad-Hoc security configurationboolean
isAdHocEnabled()
Check if the Ad-Hoc feature has been enabledvoid
setAdHocEnabled(boolean enabled)
Set the enabled state for Ad-Hoc notificationsvoid
setGlobalAdHocSettings(AdHocDefaultsBean settingsToApply)
Set the global Ad-Hoc configurationvoid
setGlobalSecurity(ProjectAdHocSecurityBean config)
-
-
-
Method Detail
-
getGlobalAdHocSettings
AdHocDefaultsBean getGlobalAdHocSettings()
Get the global Ad-Hoc configuration- Returns:
- AdHocDefaultsBean containing the global Ad-Hoc configuration
-
setGlobalAdHocSettings
void setGlobalAdHocSettings(AdHocDefaultsBean settingsToApply)
Set the global Ad-Hoc configuration- Parameters:
settingsToApply
- AdHocDefaultsBean containing the global Ad-Hoc configuration to apply
-
isAdHocEnabled
boolean isAdHocEnabled()
Check if the Ad-Hoc feature has been enabled- Returns:
- the current enabled state of Ad-Hoc notifications
-
setAdHocEnabled
void setAdHocEnabled(boolean enabled)
Set the enabled state for Ad-Hoc notifications- Parameters:
enabled
- the enabled state to set for Ad-Hoc notifications
-
getGlobalSecurity
ProjectAdHocSecurityBean getGlobalSecurity()
Get the global Ad-Hoc security configuration- Returns:
ProjectAdHocSecurityBean
containing global security configuration
-
setGlobalSecurity
void setGlobalSecurity(ProjectAdHocSecurityBean config)
-
-