@Name(value="domainActions") @Scope(value=CONVERSATION) public class DomainActionsBean extends InputController implements DomainActions, Serializable
DOMAINS_WORKING_LIST| Constructor and Description |
|---|
DomainActionsBean() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getCanAddDomains()
Indicates if the current user can create a domain.
|
DocumentModelList |
getDomains()
Gets the available domains for the selected contentRoot.
|
SelectDataModel |
getDomainsSelectModel()
Gets the domains select list to be displayed in a table.
|
void |
invalidateDomainList()
Invalidate cached domain list (Seam event listener)
|
void |
processSelectRowEvent(SelectDataModelRowEvent event) |
computeOutcome, getAdministrator, logDocumentWithName, logDocumentWithTitle, removeDocumentFromListpublic DocumentModelList getDomains() throws ClientException
DomainActionsgetDomains in interface DomainActionsClientException@Observer(value={"locationSelectionChanged","changeableDocumentCreated","documentChanged"}, create=false) @BypassInterceptors public void invalidateDomainList()
DomainActionsinvalidateDomainList in interface DomainActionspublic Boolean getCanAddDomains() throws ClientException
DomainActionsgetCanAddDomains in interface DomainActionsClientExceptionpublic SelectDataModel getDomainsSelectModel() throws ClientException
DomainActionsgetDomainsSelectModel in interface DomainActionsClientExceptionpublic void processSelectRowEvent(SelectDataModelRowEvent event)
processSelectRowEvent in interface SelectDataModelListenerCopyright © 2011 Nuxeo SA. All Rights Reserved.