public interface DocumentServiceLocal extends DocumentService, CRUDServiceLocal<Document,DocumentDTO,DocumentData,DocumentDataParams>
DocumentService| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ATTR_DOCUMENT
Script attribute: the document
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDocumentCount(User user)
Returns the documents count for the given user
|
boolean |
hasDocuments(User user)
Return true if the member have at least one document to view
|
boolean |
hasIndividualDocuments(User user)
Returns true if the user have at least one individual document to view
|
boolean |
hasSharedDocuments(User user)
Returns true if the user have at least one shared document to view
|
getDocument, getDocumentFile, getDocumentSearchData, getProcessDynamicDocumentData, listMyDocuments, processDynamicDocument, readContent, saveFile, searchfind, findAll, getEntityClass, newEntity, remove, removeAll, toDTO, toEntity, validategetData, getDataForNew, load, remove, removeAll, savestatic final java.lang.String ATTR_DOCUMENT
int getDocumentCount(User user)
boolean hasDocuments(User user)
boolean hasIndividualDocuments(User user)
boolean hasSharedDocuments(User user)