Interface ITAdHocManager
-
public interface ITAdHocManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdHocDefaultsBeangetGlobalAdHocSettings()Get the global Ad-Hoc configurationProjectAdHocSecurityBeangetGlobalSecurity()Get the global Ad-Hoc security configurationbooleanisAdHocEnabled()Check if the Ad-Hoc feature has been enabledvoidsetAdHocEnabled(boolean enabled)Set the enabled state for Ad-Hoc notificationsvoidsetGlobalAdHocSettings(AdHocDefaultsBean settingsToApply)Set the global Ad-Hoc configurationvoidsetGlobalSecurity(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:
ProjectAdHocSecurityBeancontaining global security configuration
-
setGlobalSecurity
void setGlobalSecurity(ProjectAdHocSecurityBean config)
-
-