|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jamasoftware.contour.domain.DomainObjectBaseSupport
com.jamasoftware.contour.domain.DomainObjectSupport
com.jamasoftware.contour.domain.DocumentGroup
@Entity public class DocumentGroup
Document Group/Set.
| Field Summary |
|---|
| Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase |
|---|
ORGANIZATION_COLUMN_NAME |
| Constructor Summary | |
|---|---|
DocumentGroup()
|
|
DocumentGroup(java.lang.Integer id,
com.jamasoftware.contour.project.domain.Project project,
DocumentType docType,
boolean active)
|
|
| Method Summary | |
|---|---|
static java.util.List<DocumentGroup> |
createSystemDocumentGroups(com.jamasoftware.contour.project.domain.Project project,
com.jamasoftware.contour.service.DocumentTypeService documentTypeService,
DocumentGroupDao documentGroupDao)
|
static java.util.List<DocumentGroup> |
createSystemDocumentGroupsForCategory(com.jamasoftware.contour.project.domain.Project project,
DocumentTypeCategory category,
com.jamasoftware.contour.service.DocumentTypeService documentTypeService,
DocumentGroupDao documentGroupDao)
|
boolean |
equals(java.lang.Object obj)
|
boolean |
getActive()
|
java.lang.String |
getDescriptionDEPRECATED()
Deprecated. Information moved to DocumentType |
java.lang.String |
getDisplayDEPRECATED()
Deprecated. Information moved to DocumentType |
java.lang.Boolean |
getDisplayInReleaseTree()
|
java.lang.String |
getDisplayPluralDEPRECATED()
Deprecated. Information moved to DocumentType |
DocumentType |
getDocumentType()
|
java.lang.Integer |
getId()
|
java.lang.String |
getImageDEPRECATED()
Deprecated. Information moved to DocumentType |
java.lang.String |
getKeySeperatorDEPRECATED()
Deprecated. Information moved to DocumentType |
java.lang.Integer |
getOrganizationId()
|
java.lang.String |
getPrefixDEPRECATED()
Deprecated. Information moved to DocumentType |
com.jamasoftware.contour.project.domain.Project |
getProject()
|
java.lang.Integer |
getSequenceNumberDEPRECATED()
Deprecated. Information moved to DocumentType |
java.lang.Integer |
getSortOrder()
|
java.lang.String |
getXmlToString()
|
int |
hashCode()
|
static boolean |
isSystemGroup(DocumentGroup documentGroup)
Determine if a DocumentGroup is a system controlled group (which is determined by its
DocumentType |
com.jamasoftware.contour.security.acl.AclObjectIdentity |
obtainAclObjectIdentity()
|
void |
setActive(boolean active)
|
void |
setDescriptionDEPRECATED(java.lang.String description)
Deprecated. Information moved to DocumentType |
void |
setDisplayDEPRECATED(java.lang.String display)
Deprecated. Information moved to DocumentType |
void |
setDisplayInReleaseTree(java.lang.Boolean displayInReleaseTree)
|
void |
setDisplayPluralDEPRECATED(java.lang.String displayPlural)
Deprecated. Information moved to DocumentType |
void |
setDocumentType(DocumentType documentType1)
|
void |
setId(java.lang.Integer id)
|
void |
setImageDEPRECATED(java.lang.String image)
Deprecated. Information moved to DocumentType |
void |
setKeySeperatorDEPRECATED(java.lang.String keySeperator)
Deprecated. Information moved to DocumentType |
void |
setOrganizationId(java.lang.Integer organizationId)
|
void |
setPrefixDEPRECATED(java.lang.String prefix)
Deprecated. Information moved to DocumentType |
void |
setProject(com.jamasoftware.contour.project.domain.Project project)
|
void |
setSequenceNumberDEPRECATED(java.lang.Integer sequenceNumber)
Deprecated. Information moved to DocumentType |
void |
setSortOrder(java.lang.Integer sortOrder)
|
java.lang.String |
toString()
|
| Methods inherited from class com.jamasoftware.contour.domain.DomainObjectSupport |
|---|
getCreatedBy, getCreatedDate, getModifiedBy, getModifiedDate, setCreatedBy, setCreatedDate, setModifiedBy, setModifiedDate |
| Methods inherited from class com.jamasoftware.contour.domain.DomainObjectBaseSupport |
|---|
isNewObject |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentGroup()
public DocumentGroup(java.lang.Integer id,
com.jamasoftware.contour.project.domain.Project project,
DocumentType docType,
boolean active)
| Method Detail |
|---|
public static boolean isSystemGroup(DocumentGroup documentGroup)
DocumentGroup is a system controlled group (which is determined by its
DocumentType
documentGroup - A document group
public static java.util.List<DocumentGroup> createSystemDocumentGroups(com.jamasoftware.contour.project.domain.Project project,
com.jamasoftware.contour.service.DocumentTypeService documentTypeService,
DocumentGroupDao documentGroupDao)
public static java.util.List<DocumentGroup> createSystemDocumentGroupsForCategory(com.jamasoftware.contour.project.domain.Project project,
DocumentTypeCategory category,
com.jamasoftware.contour.service.DocumentTypeService documentTypeService,
DocumentGroupDao documentGroupDao)
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
public com.jamasoftware.contour.project.domain.Project getProject()
public void setProject(com.jamasoftware.contour.project.domain.Project project)
public DocumentType getDocumentType()
public void setDocumentType(DocumentType documentType1)
public boolean getActive()
public void setActive(boolean active)
public java.lang.Boolean getDisplayInReleaseTree()
public void setDisplayInReleaseTree(java.lang.Boolean displayInReleaseTree)
public java.lang.Integer getSortOrder()
public void setSortOrder(java.lang.Integer sortOrder)
public java.lang.Integer getOrganizationId()
public void setOrganizationId(java.lang.Integer organizationId)
public java.lang.String getXmlToString()
public com.jamasoftware.contour.security.acl.AclObjectIdentity obtainAclObjectIdentity()
obtainAclObjectIdentity in interface DomainObjectobtainAclObjectIdentity in class DomainObjectBaseSupportpublic java.lang.String toString()
toString in class java.lang.ObjectString representation of this object.public boolean equals(java.lang.Object obj)
equals in class DomainObjectBaseSupportpublic int hashCode()
hashCode in class DomainObjectBaseSupport@Deprecated public java.lang.String getDescriptionDEPRECATED()
DocumentType
@Deprecated public void setDescriptionDEPRECATED(java.lang.String description)
DocumentType
@Deprecated public java.lang.String getDisplayDEPRECATED()
DocumentType
@Deprecated public void setDisplayDEPRECATED(java.lang.String display)
DocumentType
@Deprecated public java.lang.String getDisplayPluralDEPRECATED()
DocumentType
@Deprecated public void setDisplayPluralDEPRECATED(java.lang.String displayPlural)
DocumentType
@Deprecated public java.lang.String getPrefixDEPRECATED()
DocumentType
@Deprecated public void setPrefixDEPRECATED(java.lang.String prefix)
DocumentType
@Deprecated public java.lang.String getKeySeperatorDEPRECATED()
DocumentType
@Deprecated public void setKeySeperatorDEPRECATED(java.lang.String keySeperator)
DocumentType
@Deprecated public java.lang.Integer getSequenceNumberDEPRECATED()
DocumentType
@Deprecated public void setSequenceNumberDEPRECATED(java.lang.Integer sequenceNumber)
DocumentType
@Deprecated public java.lang.String getImageDEPRECATED()
DocumentType
@Deprecated public void setImageDEPRECATED(java.lang.String image)
DocumentType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||