com.jamasoftware.contour.dao
Interface DocumentGroupDao
public interface DocumentGroupDao
getDocumentGroupListForProject
java.util.List<DocumentGroup> getDocumentGroupListForProject(java.lang.Integer type,
java.lang.Integer projectId)
getDocumentGroupForProjectAndType
DocumentGroup getDocumentGroupForProjectAndType(java.lang.Integer projectId,
java.lang.Integer documentTypeId)
getDocumentGroupListForProject
java.util.List<DocumentGroup> getDocumentGroupListForProject(java.lang.Integer projectId)
getAllDocumentGroupsForProject
java.util.List<DocumentGroup> getAllDocumentGroupsForProject(java.lang.Integer projectId)
getDocumentGroupByName
@Deprecated
DocumentGroup getDocumentGroupByName(java.lang.String name,
java.lang.Integer projectId)
- Deprecated. Don't use this method anymore. DocumentType has the name attribute now (actually it is called
"display")
getDocumentGroup
DocumentGroup getDocumentGroup(java.lang.Integer documentGroupId)
saveDocumentGroup
void saveDocumentGroup(DocumentGroup documentGroup)
deactivateDocumentGroup
void deactivateDocumentGroup(DocumentGroup documentGroup)
deleteDocumentGroup
void deleteDocumentGroup(DocumentGroup documentGroup)
getMaxSortOrder
java.lang.Integer getMaxSortOrder(java.lang.Integer projectId)
getDocumentGroupListForProject
java.util.List<DocumentGroup> getDocumentGroupListForProject(java.lang.Integer projectId,
boolean includeAttachment,
boolean includeSystemTypes)
getAllDocumentGroupsForDocType
java.util.List<DocumentGroup> getAllDocumentGroupsForDocType(java.lang.Integer docTypeId)
Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.