|
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--portlets.compoze.groupware.model.AbstractModel
This abstract class provides the base data model.
| Constructor Summary | |
protected |
AbstractModel(portlets.compoze.groupware.controls.provider.ProviderCapabilities capabilities,
FeatureGroup featureGroup,
GroupwarePreferences groupwarePrefs,
Accounts accounts)
Constructor. |
| Method Summary | |
Accounts |
getAccounts()
Gets the accounts. |
java.lang.String |
getActualTitle()
Gets the actual title. |
FeatureGroup |
getFeatureGroup()
Gets the feature group. |
GroupwarePreferences |
getGroupwarePreferences()
Gets the groupware preferences. |
ImAccount |
getImAccount()
Gets the Im account. |
portlets.compoze.groupware.controls.provider.ProviderCapabilities |
getProviderCapabilities()
Gets the provider capabilities. |
java.lang.String |
getTitle()
Gets the title. |
java.lang.String[] |
getTitleArgs()
Gets the title args. |
java.lang.String[] |
getTitleCrumbTrailKeys()
Gets the title crumb trail keys. |
boolean |
isImAvailable()
Checks if Im is available. |
void |
setActualTitle(java.lang.String str)
Sets the actual title. |
void |
setImAccount(ImAccount ima)
Sets the Im account. |
void |
setImAvailable(boolean bAvailable)
Sets the Im available flag. |
void |
setTitle(java.lang.String str)
Sets the title. |
void |
setTitleArgs(java.lang.String[] args)
Sets the title args. |
void |
setTitleCrumbTrailKeys(java.lang.String[] keys)
Sets the title crumb trail keys (an array of property file keys). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected AbstractModel(portlets.compoze.groupware.controls.provider.ProviderCapabilities capabilities,
FeatureGroup featureGroup,
GroupwarePreferences groupwarePrefs,
Accounts accounts)
capabilities - 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)accounts - the accounts| Method Detail |
public portlets.compoze.groupware.controls.provider.ProviderCapabilities getProviderCapabilities()
public Accounts getAccounts()
public void setTitle(java.lang.String str)
str - the title (may not be null)public java.lang.String getTitle()
public void setTitleArgs(java.lang.String[] args)
str - the title args (may not be null)public java.lang.String[] getTitleArgs()
public void setTitleCrumbTrailKeys(java.lang.String[] keys)
keys - the title crumb trail keys (may not be null)public java.lang.String[] getTitleCrumbTrailKeys()
public void setActualTitle(java.lang.String str)
str - the actual title (may not be null)public java.lang.String getActualTitle()
public FeatureGroup getFeatureGroup()
null if not availablepublic GroupwarePreferences getGroupwarePreferences()
public boolean isImAvailable()
true if Im is available; false otherwisepublic void setImAvailable(boolean bAvailable)
bAvailable - true if Im is available; false otherwisepublic void setImAccount(ImAccount ima)
ima - the Im accountpublic ImAccount getImAccount()
null if not available
|
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||