| |
|
| java.lang.Object org.kuali.core.datadictionary.DataDictionaryEntryBase org.kuali.core.datadictionary.DocumentEntry org.kuali.core.datadictionary.MaintenanceDocumentEntry
MaintenanceDocumentEntry | public class MaintenanceDocumentEntry extends DocumentEntry (Code) | | MaintenanceDocumentEntry
|
MaintenanceDocumentEntry | public MaintenanceDocumentEntry()(Code) | | |
addApcRule | public void addApcRule(ApcRuleDefinition apcRule)(Code) | | Adds a new apcRule (ApcRuleDefinition) to this class
Parameters: apcRule - |
addDefaultExistenceCheck | public void addDefaultExistenceCheck(ReferenceDefinition reference)(Code) | | Adds a new defaultExistenceCheck (ReferenceDefinition) to this MaintDoc
Parameters: reference - throws: IllegalArgumentException - if the given reference is null |
addMaintainableSection | public void addMaintainableSection(MaintainableSectionDefinition maintainableSectionDefinition)(Code) | | Adds the given maintainableSection to the current collection of sections defined for this MaintenanceDocumentEntry
Parameters: maintainableSectionDefinition - |
getAllowsNewOrCopy | public boolean getAllowsNewOrCopy()(Code) | | Gets the allowsNewOrCopy attribute.
Returns the allowsNewOrCopy. |
getApcRuleFieldNames | public List getApcRuleFieldNames()(Code) | | List of all apcRule rule's fieldNames associated with this MaintenanceDocument, in the order in which they were added |
getApcRules | public List getApcRules()(Code) | | List of all apcRule ApcRuleDefinitions associated with this MaintenanceDocument, in the order in which they wereadded |
getBusinessObjectClass | public Class getBusinessObjectClass()(Code) | | |
getDefaultExistenceCheckFieldNames | public List getDefaultExistenceCheckFieldNames()(Code) | | List of all defaultExistenceCheck reference fieldNames associated with this MaintenanceDocument, in the order inwhich they were added |
getDefaultExistenceChecks | public List getDefaultExistenceChecks()(Code) | | List of all defaultExistenceCheck ReferenceDefinitions associated with this MaintenanceDocument, in the order inwhich they were added |
getLockingKeyFieldnames | public List getLockingKeyFieldnames()(Code) | | List of all lockingKey fieldNames associated with this LookupDefinition, in the order in which they were added |
getLockingKeys | public List getLockingKeys()(Code) | | Collection of all lockingKey FieldDefinitions associated with this LookupDefinition, in the order in which they wereadded |
getMaintainableClass | public Class getMaintainableClass()(Code) | | |
getMaintainableSections | public List getMaintainableSections()(Code) | | List of MaintainableSectionDefinition objects contained in this document |
setAllowsNewOrCopy | public void setAllowsNewOrCopy(boolean allowsNewOrCopy)(Code) | | Sets the allowsNewOrCopy attribute value.
Parameters: allowsNewOrCopy - The allowsNewOrCopy to set. |
setBusinessObjectClass | public void setBusinessObjectClass(Class businessObjectClass)(Code) | | |
setMaintainableClass | public void setMaintainableClass(Class maintainableClass)(Code) | | |
Fields inherited from org.kuali.core.datadictionary.DocumentEntry | protected Class documentAuthorizerClass(Code)(Java Doc)
|
|
|
|