|
||||||||||
| 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.DocumentType
@Entity public class DocumentType
Document type.
| Field Summary |
|---|
| Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase |
|---|
ORGANIZATION_COLUMN_NAME |
| Constructor Summary | |
|---|---|
DocumentType()
|
|
DocumentType(java.lang.Integer id)
|
|
DocumentType(java.lang.String display,
java.lang.String displayPlural,
java.lang.String descripiton,
java.lang.Integer scope,
java.lang.Integer refId,
java.lang.String components,
java.lang.String documentTypeKey,
java.lang.String image)
|
|
| Method Summary | |
|---|---|
static DocumentType |
createAttachmentDocumentTypeWithFields(java.lang.Integer scope,
java.lang.Integer refId,
com.jamasoftware.contour.service.DocumentTypeService documentTypeService,
com.jamasoftware.contour.service.FieldLayoutService fieldLayoutService)
|
static java.util.List<DocumentTypeField> |
createAttachmentFields(DocumentType attachmentType,
com.jamasoftware.contour.service.DocumentTypeService documentTypeService,
com.jamasoftware.contour.service.FieldLayoutService fieldLayoutService)
|
static DocumentType |
createComponentDocumentTypeWithFields(java.lang.Integer scope,
java.lang.Integer refId,
com.jamasoftware.contour.service.DocumentTypeService documentTypeService,
com.jamasoftware.contour.service.FieldLayoutService fieldLayoutService)
|
static DocumentType |
createCoreDocumentTypeWithFields(java.lang.Integer scope,
java.lang.Integer refId,
com.jamasoftware.contour.service.DocumentTypeService documentTypeService,
com.jamasoftware.contour.service.FieldLayoutService fieldLayoutService)
|
static java.util.List<DocumentTypeField> |
createCoreFields(DocumentType coreType,
com.jamasoftware.contour.service.DocumentTypeService documentTypeService,
com.jamasoftware.contour.service.FieldLayoutService fieldLayoutService)
|
static DocumentType |
createSectionDocumentTypeWithFields(java.lang.Integer scope,
java.lang.Integer refId,
com.jamasoftware.contour.service.DocumentTypeService documentTypeService,
com.jamasoftware.contour.service.FieldLayoutService fieldLayoutService)
|
static DocumentType |
createSetDocumentTypeWithFields(java.lang.Integer scope,
java.lang.Integer refId,
com.jamasoftware.contour.service.DocumentTypeService documentTypeService,
com.jamasoftware.contour.service.FieldLayoutService fieldLayoutService)
|
static java.util.List<DocumentType> |
createSystemDocumentTypesWithFields(java.lang.Integer scope,
java.lang.Integer refId,
com.jamasoftware.contour.service.DocumentTypeService documentTypeService,
com.jamasoftware.contour.service.FieldLayoutService fieldLayoutService)
|
static DocumentType |
createTestCycleDocumentTypeWithFields(DocumentType testPlanType,
java.lang.Integer scope,
java.lang.Integer refId,
com.jamasoftware.contour.service.DocumentTypeService documentTypeService,
com.jamasoftware.contour.service.FieldLayoutService fieldLayoutService)
|
static DocumentType |
createTestPlanDocumentTypeWithFields(java.lang.Integer scope,
java.lang.Integer refId,
com.jamasoftware.contour.service.DocumentTypeService documentTypeService,
com.jamasoftware.contour.service.FieldLayoutService fieldLayoutService)
|
static DocumentType |
createTestRunDocumentTypeWithFields(DocumentType testPlanType,
DocumentType testCycleType,
java.lang.Integer scope,
java.lang.Integer refId,
com.jamasoftware.contour.service.DocumentTypeService documentTypeService,
com.jamasoftware.contour.service.FieldLayoutService fieldLayoutService)
|
static DocumentType |
createTextDocumentTypeWithFields(java.lang.Integer scope,
java.lang.Integer refId,
com.jamasoftware.contour.service.DocumentTypeService documentTypeService,
com.jamasoftware.contour.service.FieldLayoutService fieldLayoutService)
|
boolean |
equals(java.lang.Object obj)
|
java.lang.Boolean |
getActive()
|
DocumentTypeCategory |
getCategory()
|
java.lang.Integer |
getCategoryDEPRECATED()
Deprecated. Use getCategory() |
java.lang.String |
getComponents()
|
java.lang.String |
getDefaultDisplayDEPRECATED()
Deprecated. Use getDisplay() |
java.lang.String |
getDefaultDisplayPluralDEPRECATED()
Deprecated. Use getDisplayPlural() |
java.lang.String |
getDefaultPrefixDEPRECATED()
Deprecated. Use #getPrefix() |
java.lang.String |
getDescription()
|
java.lang.String |
getDisplay()
|
static java.lang.String |
getDisplayFor(DocumentType type,
DocumentType childType)
|
java.lang.String |
getDisplayPlural()
|
java.util.List<DocumentTypeField> |
getDocumentTypeFields()
|
java.lang.String |
getDocumentTypeKey()
|
java.lang.Integer |
getId()
|
java.lang.String |
getImage()
|
java.lang.String |
getNameDEPRECATED()
Deprecated. Name has been replaced by display |
java.lang.Integer |
getOrganizationId()
|
java.lang.Integer |
getRefId()
|
java.lang.Integer |
getScopeId()
|
java.lang.String |
getXmlToString()
|
int |
hashCode()
|
void |
setActive(java.lang.Boolean active)
|
void |
setCategory(DocumentTypeCategory category)
|
void |
setCategoryDEPRECATED(java.lang.Integer categoryDEPRECATED)
Deprecated. Use setCategory(DocumentTypeCategory) |
void |
setComponents(java.lang.String components)
|
void |
setDefaultDisplayDEPRECATED(java.lang.String defaultDisplayDEPRECATED)
Deprecated. Use setDisplay(String) |
void |
setDefaultDisplayPluralDEPRECATED(java.lang.String defaultDisplayPluralDEPRECATED)
Deprecated. Use setDisplayPlural(String) |
void |
setDefaultPrefixDEPRECATED(java.lang.String defaultPrefixDEPRECATED)
Deprecated. Use #setPrefix(String) |
void |
setDescription(java.lang.String descripiton)
|
void |
setDisplay(java.lang.String display)
|
void |
setDisplayPlural(java.lang.String displayPlural)
|
void |
setDocumentTypeFields(java.util.List<DocumentTypeField> documentTypeFields)
|
void |
setDocumentTypeKey(java.lang.String documentTypeKey)
|
void |
setId(java.lang.Integer id)
|
void |
setImage(java.lang.String image)
|
void |
setNameDEPRECATED(java.lang.String name)
Deprecated. Name has been replaced by display |
void |
setOrganizationId(java.lang.Integer organizationId)
|
void |
setRefId(java.lang.Integer referenceId)
|
void |
setScopeId(java.lang.Integer scope)
|
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, obtainAclObjectIdentity |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentType()
public DocumentType(java.lang.Integer id)
public DocumentType(java.lang.String display,
java.lang.String displayPlural,
java.lang.String descripiton,
java.lang.Integer scope,
java.lang.Integer refId,
java.lang.String components,
java.lang.String documentTypeKey,
java.lang.String image)
| Method Detail |
|---|
public static final java.util.List<DocumentType> createSystemDocumentTypesWithFields(java.lang.Integer scope,
java.lang.Integer refId,
com.jamasoftware.contour.service.DocumentTypeService documentTypeService,
com.jamasoftware.contour.service.FieldLayoutService fieldLayoutService)
public static final DocumentType createCoreDocumentTypeWithFields(java.lang.Integer scope,
java.lang.Integer refId,
com.jamasoftware.contour.service.DocumentTypeService documentTypeService,
com.jamasoftware.contour.service.FieldLayoutService fieldLayoutService)
public static final java.util.List<DocumentTypeField> createCoreFields(DocumentType coreType,
com.jamasoftware.contour.service.DocumentTypeService documentTypeService,
com.jamasoftware.contour.service.FieldLayoutService fieldLayoutService)
public static final DocumentType createAttachmentDocumentTypeWithFields(java.lang.Integer scope,
java.lang.Integer refId,
com.jamasoftware.contour.service.DocumentTypeService documentTypeService,
com.jamasoftware.contour.service.FieldLayoutService fieldLayoutService)
public static final java.util.List<DocumentTypeField> createAttachmentFields(DocumentType attachmentType,
com.jamasoftware.contour.service.DocumentTypeService documentTypeService,
com.jamasoftware.contour.service.FieldLayoutService fieldLayoutService)
public static final DocumentType createComponentDocumentTypeWithFields(java.lang.Integer scope,
java.lang.Integer refId,
com.jamasoftware.contour.service.DocumentTypeService documentTypeService,
com.jamasoftware.contour.service.FieldLayoutService fieldLayoutService)
public static final DocumentType createSetDocumentTypeWithFields(java.lang.Integer scope,
java.lang.Integer refId,
com.jamasoftware.contour.service.DocumentTypeService documentTypeService,
com.jamasoftware.contour.service.FieldLayoutService fieldLayoutService)
public static final DocumentType createSectionDocumentTypeWithFields(java.lang.Integer scope,
java.lang.Integer refId,
com.jamasoftware.contour.service.DocumentTypeService documentTypeService,
com.jamasoftware.contour.service.FieldLayoutService fieldLayoutService)
public static final DocumentType createTextDocumentTypeWithFields(java.lang.Integer scope,
java.lang.Integer refId,
com.jamasoftware.contour.service.DocumentTypeService documentTypeService,
com.jamasoftware.contour.service.FieldLayoutService fieldLayoutService)
public static final DocumentType createTestPlanDocumentTypeWithFields(java.lang.Integer scope,
java.lang.Integer refId,
com.jamasoftware.contour.service.DocumentTypeService documentTypeService,
com.jamasoftware.contour.service.FieldLayoutService fieldLayoutService)
public static final DocumentType createTestCycleDocumentTypeWithFields(DocumentType testPlanType,
java.lang.Integer scope,
java.lang.Integer refId,
com.jamasoftware.contour.service.DocumentTypeService documentTypeService,
com.jamasoftware.contour.service.FieldLayoutService fieldLayoutService)
public static final DocumentType createTestRunDocumentTypeWithFields(DocumentType testPlanType,
DocumentType testCycleType,
java.lang.Integer scope,
java.lang.Integer refId,
com.jamasoftware.contour.service.DocumentTypeService documentTypeService,
com.jamasoftware.contour.service.FieldLayoutService fieldLayoutService)
public static java.lang.String getDisplayFor(DocumentType type,
DocumentType childType)
public java.lang.Integer getId()
getId in interface DomainObjectBasepublic void setId(java.lang.Integer id)
setId in interface DomainObjectBasepublic java.lang.String getDescription()
public void setDescription(java.lang.String descripiton)
public java.lang.Integer getRefId()
getRefId in interface ScopedObjectpublic void setRefId(java.lang.Integer referenceId)
setRefId in interface ScopedObjectpublic java.lang.Integer getOrganizationId()
getOrganizationId in interface DomainObjectBasegetOrganizationId in interface OrganizationAwarepublic void setOrganizationId(java.lang.Integer organizationId)
setOrganizationId in interface DomainObjectBasepublic java.lang.Integer getScopeId()
getScopeId in interface ScopedObjectpublic void setScopeId(java.lang.Integer scope)
setScopeId in interface ScopedObjectpublic java.lang.String getComponents()
public void setComponents(java.lang.String components)
public java.lang.String getDisplay()
public void setDisplay(java.lang.String display)
public java.lang.String getDisplayPlural()
public void setDisplayPlural(java.lang.String displayPlural)
public java.lang.String getDocumentTypeKey()
public void setDocumentTypeKey(java.lang.String documentTypeKey)
public DocumentTypeCategory getCategory()
public void setCategory(DocumentTypeCategory category)
public java.lang.Boolean getActive()
public void setActive(java.lang.Boolean active)
public java.util.List<DocumentTypeField> getDocumentTypeFields()
public void setDocumentTypeFields(java.util.List<DocumentTypeField> documentTypeFields)
documentTypeFields - the documentTypeFields to setpublic java.lang.String getImage()
public void setImage(java.lang.String image)
public java.lang.String getXmlToString()
getXmlToString in interface DomainObjectpublic 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 getNameDEPRECATED()
@Deprecated public void setNameDEPRECATED(java.lang.String name)
@Deprecated public java.lang.String getDefaultDisplayDEPRECATED()
getDisplay()
@Deprecated public void setDefaultDisplayDEPRECATED(java.lang.String defaultDisplayDEPRECATED)
setDisplay(String)
@Deprecated public java.lang.String getDefaultDisplayPluralDEPRECATED()
getDisplayPlural()
@Deprecated public void setDefaultDisplayPluralDEPRECATED(java.lang.String defaultDisplayPluralDEPRECATED)
setDisplayPlural(String)
@Deprecated public java.lang.String getDefaultPrefixDEPRECATED()
#getPrefix()
@Deprecated public void setDefaultPrefixDEPRECATED(java.lang.String defaultPrefixDEPRECATED)
#setPrefix(String)
@Deprecated public void setCategoryDEPRECATED(java.lang.Integer categoryDEPRECATED)
setCategory(DocumentTypeCategory)
@Deprecated public java.lang.Integer getCategoryDEPRECATED()
getCategory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||