|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DocumentGroupDao
| Method Summary | |
|---|---|
void |
deactivateDocumentGroup(DocumentGroup documentGroup)
|
void |
deleteDocumentGroup(DocumentGroup documentGroup)
|
java.util.List<DocumentGroup> |
getAllDocumentGroupsForDocType(java.lang.Integer docTypeId)
|
java.util.List<DocumentGroup> |
getAllDocumentGroupsForProject(java.lang.Integer projectId)
|
DocumentGroup |
getAttachmentGroupByProject(java.lang.Integer projectId)
|
DocumentGroup |
getDocumentGroup(java.lang.Integer documentGroupId)
|
DocumentGroup |
getDocumentGroupByName(java.lang.String name,
java.lang.Integer projectId)
|
java.util.List<DocumentGroup> |
getDocumentGroupListForProject(java.lang.Integer projectId)
|
java.util.List<DocumentGroup> |
getDocumentGroupListForProject(java.lang.Integer projectId,
boolean includeAttachment)
|
java.util.List<DocumentGroup> |
getDocumentGroupListForProject(java.lang.Integer type,
java.lang.Integer projectId)
|
java.util.List<DocumentGroup> |
getDocumentGroupListForProjectAndPrefix(java.lang.Integer projectId,
java.lang.String prefix)
|
java.util.List<com.jamasoftware.contour.service.dto.DocumentGroupStat> |
getDocumentGroupStats(java.lang.Integer projectId,
java.util.List<java.lang.String> groupIds)
|
java.lang.Integer |
getMaxSortOrder(java.lang.Integer projectId)
|
void |
increaseSortOrder(java.lang.Integer projectId,
java.lang.Integer sortOrder)
|
void |
saveDocumentGroup(DocumentGroup documentGroup)
|
| Method Detail |
|---|
java.util.List<DocumentGroup> getDocumentGroupListForProject(java.lang.Integer type,
java.lang.Integer projectId)
java.util.List<DocumentGroup> getDocumentGroupListForProject(java.lang.Integer projectId)
java.util.List<DocumentGroup> getAllDocumentGroupsForProject(java.lang.Integer projectId)
java.util.List<DocumentGroup> getDocumentGroupListForProjectAndPrefix(java.lang.Integer projectId,
java.lang.String prefix)
DocumentGroup getDocumentGroupByName(java.lang.String name,
java.lang.Integer projectId)
DocumentGroup getDocumentGroup(java.lang.Integer documentGroupId)
void saveDocumentGroup(DocumentGroup documentGroup)
DocumentGroup getAttachmentGroupByProject(java.lang.Integer projectId)
void deactivateDocumentGroup(DocumentGroup documentGroup)
void deleteDocumentGroup(DocumentGroup documentGroup)
java.lang.Integer getMaxSortOrder(java.lang.Integer projectId)
void increaseSortOrder(java.lang.Integer projectId,
java.lang.Integer sortOrder)
java.util.List<com.jamasoftware.contour.service.dto.DocumentGroupStat> getDocumentGroupStats(java.lang.Integer projectId,
java.util.List<java.lang.String> groupIds)
java.util.List<DocumentGroup> getDocumentGroupListForProject(java.lang.Integer projectId,
boolean includeAttachment)
java.util.List<DocumentGroup> getAllDocumentGroupsForDocType(java.lang.Integer docTypeId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||