@Name(value="groupManagerActions") @Scope(value=CONVERSATION) @Install(precedence=10) public class GroupManagerActionsBean extends Object implements GroupManagerActions
ALL, VALID_CHARS| Constructor and Description |
|---|
GroupManagerActionsBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
clearSearch() |
String |
createGroup() |
void |
createGroupNoRedirect() |
String |
deleteGroup() |
void |
deleteGroupNoRedirect() |
String |
editGroup() |
boolean |
getAllowCreateGroup() |
boolean |
getAllowDeleteGroup() |
boolean |
getAllowEditGroup() |
DocumentModelList |
getGroups() |
DocumentModel |
getNewGroup() |
String |
getSearchString() |
DocumentModel |
getSelectedGroup() |
boolean |
isSearchOverflow() |
boolean |
isSelectedGroupReadOnly() |
void |
resetGroups() |
String |
searchGroups() |
void |
setSearchString(String searchString) |
void |
setSelectedGroup(DocumentModel group) |
String |
updateGroup() |
void |
updateGroupNoRedirect() |
void |
validateGroupName(FacesContext context,
UIComponent component,
Object value) |
String |
viewGroup() |
String |
viewGroup(String groupName) |
String |
viewGroups() |
@Factory(value="groupList") public DocumentModelList getGroups() throws ClientException
getGroups in interface GroupManagerActionsClientExceptionpublic void resetGroups()
resetGroups in interface GroupManagerActionspublic String viewGroups()
viewGroups in interface GroupManagerActionspublic String viewGroup() throws ClientException
viewGroup in interface GroupManagerActionsClientExceptionpublic String viewGroup(String groupName) throws ClientException
viewGroup in interface GroupManagerActionsClientExceptionpublic String editGroup() throws ClientException
editGroup in interface GroupManagerActionsClientExceptionpublic boolean isSelectedGroupReadOnly()
isSelectedGroupReadOnly in interface GroupManagerActionspublic DocumentModel getSelectedGroup()
getSelectedGroup in interface GroupManagerActionspublic DocumentModel getNewGroup() throws ClientException
getNewGroup in interface GroupManagerActionsClientExceptionpublic String deleteGroup() throws ClientException
deleteGroup in interface GroupManagerActionsClientExceptionpublic String updateGroup() throws ClientException
updateGroup in interface GroupManagerActionsClientExceptionpublic void validateGroupName(FacesContext context, UIComponent component, Object value)
validateGroupName in interface GroupManagerActionspublic String createGroup() throws ClientException
createGroup in interface GroupManagerActionsClientExceptionpublic boolean getAllowCreateGroup()
throws ClientException
getAllowCreateGroup in interface GroupManagerActionsClientExceptionpublic boolean getAllowDeleteGroup()
throws ClientException
getAllowDeleteGroup in interface GroupManagerActionsClientExceptionpublic boolean getAllowEditGroup()
throws ClientException
getAllowEditGroup in interface GroupManagerActionsClientExceptionpublic String getSearchString()
getSearchString in interface GroupManagerActionspublic void setSearchString(String searchString)
setSearchString in interface GroupManagerActionspublic String searchGroups()
searchGroups in interface GroupManagerActionspublic String clearSearch()
clearSearch in interface GroupManagerActionspublic boolean isSearchOverflow()
isSearchOverflow in interface GroupManagerActionspublic void setSelectedGroup(DocumentModel group) throws ClientException
ClientExceptionpublic void deleteGroupNoRedirect()
throws ClientException
ClientExceptionpublic void createGroupNoRedirect()
throws ClientException
ClientExceptionpublic void updateGroupNoRedirect()
throws ClientException
ClientExceptionCopyright © 2012 Nuxeo SA. All Rights Reserved.