|
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.error.ErrorModel
portlets.compoze.groupware.model.error.ConnectionModel
portlets.compoze.groupware.model.error.MissingConnectionPropertiesModel
This abstract class represents data for missing connection properties.
Field Summary |
Fields inherited from class portlets.compoze.groupware.model.error.ErrorModel |
m_error |
Constructor Summary | |
MissingConnectionPropertiesModel(FeatureGroup featureGroup,
GroupwarePreferences groupwarePrefs,
MissingConnectionPropertiesException error)
Constructor. |
Method Summary | |
MissingConnectionPropertiesException |
getMissingConnectionPropertiesException()
Gets the connection exception. |
Methods inherited from class portlets.compoze.groupware.model.error.ConnectionModel |
getConnectionException |
Methods inherited from class portlets.compoze.groupware.model.error.ErrorModel |
getException |
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 MissingConnectionPropertiesModel(FeatureGroup featureGroup, GroupwarePreferences groupwarePrefs, MissingConnectionPropertiesException error)
featureGroup
- the feature group (may not be null
)groupwarePrefs
- the groupware preferences (may not be null
)error
- the exceptionMethod Detail |
public MissingConnectionPropertiesException getMissingConnectionPropertiesException()
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |