|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectportlets.compoze.groupware.model.AbstractModel
portlets.compoze.groupware.model.options.OptionsModel
This class represents the data model for the options general page (general.jsp
).
Constructor Summary | |
OptionsModel(portlets.compoze.groupware.controls.provider.ProviderCapabilities capabilities,
FeatureGroup featureGroup,
GroupwarePreferences groupwarePrefs,
Accounts accounts)
Constructor. |
Method Summary | |
OptionsGroup |
getOptionsGroup()
Gets the options group. |
java.lang.String |
getRequiredAccountName()
Gets the required account name. |
boolean |
isAccountRequired()
Gets true if an account is required or false otherwise. |
boolean |
isDeleteAccountAvailable()
Gets true if the delete account functionality should be available in the user interface or false otherwise. |
void |
setIsAccountRequired(boolean bIsAccountRequired)
Sets if an account is required. |
void |
setRequiredAccountName(java.lang.String sRequiredAccountName)
Sets the required account name. |
Methods inherited from class portlets.compoze.groupware.model.AbstractModel |
getAccounts, getActualTitle, getFeatureGroup, getGroupwarePreferences, getImAccount, getProviderCapabilities, getTitle, getTitleArgs, getTitleCrumbTrailKeys, isImAvailable, setActualTitle, setImAccount, setImAvailable, setTitle, setTitleArgs, setTitleCrumbTrailKeys |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OptionsModel(portlets.compoze.groupware.controls.provider.ProviderCapabilities capabilities, FeatureGroup featureGroup, GroupwarePreferences groupwarePrefs, Accounts accounts)
accounts
- the accountscapabilities
- the capabilities of the provider (may not be null
)featureGroup
- the feature group (may not be null
)groupwarePrefs
- the groupware preferences (may not be null
)Method Detail |
public OptionsGroup getOptionsGroup()
public boolean isDeleteAccountAvailable()
true
if the delete account functionality should be available in the user interface or false
otherwisepublic void setRequiredAccountName(java.lang.String sRequiredAccountName)
sRequiredAccountName
- the required account namepublic java.lang.String getRequiredAccountName()
public void setIsAccountRequired(boolean bIsAccountRequired)
bIsAccountRequired
- the required account namepublic boolean isAccountRequired()
true
if an account is required or false
otherwise
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |