|
Nuxeo Enterprise Platform 5.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.nuxeo.ecm.webapp.base.InputController
org.nuxeo.ecm.webapp.contentbrowser.DomainActionsBean
@Name(value="domainActions") @Scope(value=CONVERSATION) public class DomainActionsBean
Action listener that deals with operations with the domains.
Field Summary |
---|
Fields inherited from class org.nuxeo.ecm.webapp.base.InputController |
---|
actionManager, currentDocument, currentUser, eventManager, facesMessages, navigationContext, resourcesAccessor, typeManager, typesTool |
Fields inherited from interface org.nuxeo.ecm.webapp.contentbrowser.DomainActions |
---|
DOMAINS_WORKING_LIST |
Constructor Summary | |
---|---|
DomainActionsBean()
|
Method Summary | |
---|---|
void |
destroy()
|
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 |
initialize()
|
void |
invalidateDomainList()
Invalidate cached domain list (Seam event listener) |
void |
processSelectRowEvent(SelectDataModelRowEvent event)
|
void |
readState()
Activate method. |
void |
saveState()
Passivate method. |
Methods inherited from class org.nuxeo.ecm.webapp.base.InputController |
---|
computeOutcome, extractReferences, getAdministrator, logDocumentWithName, logDocumentWithTitle, removeDocumentFromList, setFacesMessage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DomainActionsBean()
Method Detail |
---|
public DocumentModelList getDomains() throws ClientException
DomainActions
getDomains
in interface DomainActions
ClientException
@Observer(value={"locationSelectionChanged","changeableDocumentCreated","documentChanged"}, create=false, inject=false) @BypassInterceptors public void invalidateDomainList()
DomainActions
invalidateDomainList
in interface DomainActions
public Boolean getCanAddDomains() throws ClientException
DomainActions
getCanAddDomains
in interface DomainActions
ClientException
public SelectDataModel getDomainsSelectModel() throws ClientException
DomainActions
getDomainsSelectModel
in interface DomainActions
ClientException
public void processSelectRowEvent(SelectDataModelRowEvent event)
processSelectRowEvent
in interface SelectDataModelListener
public void initialize()
initialize
in interface DomainActions
@Destroy public void destroy()
destroy
in interface DomainActions
public void saveState()
StatefulBaseLifeCycle
saveState
in interface StatefulBaseLifeCycle
public void readState()
StatefulBaseLifeCycle
readState
in interface StatefulBaseLifeCycle
|
Nuxeo Enterprise Platform 5.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |