public interface GroupManagerActions extends Serializable
Modifier and Type | Field and Description |
---|---|
static String |
ALL |
static String |
VALID_CHARS |
Modifier and Type | Method and Description |
---|---|
String |
clearSearch() |
String |
createGroup() |
String |
deleteGroup() |
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) |
String |
updateGroup() |
void |
validateGroupName(FacesContext context,
UIComponent component,
Object value) |
String |
viewGroup() |
String |
viewGroup(String groupName) |
String |
viewGroups() |
static final String ALL
static final String VALID_CHARS
@Factory(value="groupList", scope=EVENT) DocumentModelList getGroups() throws ClientException
ClientException
void resetGroups()
String viewGroups()
String viewGroup() throws ClientException
ClientException
String viewGroup(String groupName) throws ClientException
ClientException
String editGroup() throws ClientException
ClientException
DocumentModel getSelectedGroup()
DocumentModel getNewGroup() throws ClientException
ClientException
String deleteGroup() throws ClientException
ClientException
String updateGroup() throws ClientException
ClientException
void validateGroupName(FacesContext context, UIComponent component, Object value)
String createGroup() throws ClientException
ClientException
boolean getAllowCreateGroup() throws ClientException
ClientException
boolean getAllowDeleteGroup() throws ClientException
ClientException
boolean getAllowEditGroup() throws ClientException
ClientException
String getSearchString()
void setSearchString(String searchString)
String searchGroups()
String clearSearch()
boolean isSearchOverflow()
boolean isSelectedGroupReadOnly()
Copyright © 2011 Nuxeo SA. All Rights Reserved.