All Methods Instance Methods Abstract Methods Concrete Methods
Modifier and Type |
Method and Description |
List<DocumentModel> |
addToWorkingList(String listName,
DocumentModel doc) |
List<DocumentModel> |
addToWorkingList(String listName,
List<DocumentModel> docList) |
List<DocumentModel> |
addToWorkingList(String listName,
List<DocumentModel> docList,
Boolean forceAppend) |
void |
createWorkingList(String listName,
DocumentsListDescriptor descriptor) |
void |
createWorkingList(String listName,
DocumentsListDescriptor descriptor,
CoreSession session,
String userName) |
protected DocumentsListsPersistenceManager |
getPersistenceManager() |
protected DocumentsListsService |
getService() |
protected String |
getUserName() |
List<DocumentModel> |
getWorkingList(String listName) |
DocumentsListDescriptor |
getWorkingListDescriptor(String listName) |
List<String> |
getWorkingListNamesForCategory(String categoryName) |
List<String> |
getWorkingListTypes(String listName) |
boolean |
isWorkingListEmpty(String listName) |
protected abstract void |
notifyListUpdated(String listName) |
void |
removeFromAllLists(List<DocumentModel> documentsToRemove) |
List<DocumentModel> |
removeFromWorkingList(String listName,
DocumentModel doc) |
List<DocumentModel> |
removeFromWorkingList(String listName,
List<DocumentModel> lst) |
List<DocumentModel> |
resetWorkingList(String listName) |
List<DocumentModel> |
resetWorkingList(String listName,
List<DocumentModel> newDocList) |
protected void |
setUserName(String userName) |
void |
setWorkingList(String listName,
List<DocumentModel> docList) |