protected boolean
Deprecated.
This method accepts an object, and attempts to determine whether it is empty by this method's definition.
protected boolean
Deprecated.
This method accepts document field (such as , and attempts to determine whether it is empty by this method's
definition.
protected boolean
Deprecated.
This method accepts document field (such as , and attempts to determine whether it is empty by this method's
definition.
protected boolean
Deprecated.
This method checks to make sure that if the foreign-key fields for the given reference attributes have any fields
filled out,
that all fields are filled out.
protected void
Deprecated.
This method is used to deal with error paths that are not what we expect them to be.
Deprecated.
This method turns a list of field property names, into a delimited string of the human-readable names.
protected boolean
Deprecated.
This method executes the DataDictionary Validation against the document.
protected boolean
Deprecated.
Convenience method to determine whether the field already has the message indicated.
Deprecated.
Gets the boService attribute.
protected final org.kuali.rice.core.api.config.property.ConfigurationService
Deprecated.
Gets the configService attribute.
org.kuali.rice.core.api.datetime.DateTimeService
protected final org.kuali.rice.krad.service.DataDictionaryService
Deprecated.
Gets the ddService attribute.
Deprecated.
Gets the dictionaryValidationService attribute.
Deprecated.
This method translates the passed in field name into a human-readable attribute label.
Deprecated.
This method translates the passed in field name into a human-readable attribute label.
Deprecated.
This method creates a human-readable string of the class' primary key field names, as designated by the
DataDictionary.
Deprecated.
Gets the maintDocDictionaryService attribute.
Deprecated.
Gets the newBo attribute.
Deprecated.
Gets the oldBo attribute.
Deprecated.
Gets the persistenceStructureService attribute.
org.kuali.rice.kim.api.identity.PersonService
protected org.kuali.rice.kim.api.role.RoleService
org.kuali.rice.krad.workflow.service.WorkflowDocumentService
Deprecated.
Gets the workflowDocumentService attribute.
protected boolean
Deprecated.
This method tests to make sure the MaintenanceDocument passed in is based on the class you are expecting.
protected boolean
Deprecated.
Determines whether a document is inactivating the record being maintained
protected boolean
Deprecated.
This method checks to see if the document is in a state that it can be saved without causing exceptions.
protected boolean
Deprecated.
This method checks the two major cases that may violate primary key integrity.
1.
boolean
Deprecated.
This method allows business rules to be called whenever a new object is added to a maintainable collection in
the UI layer.
boolean
Deprecated.
Runs all business rules needed prior to approving.
boolean
protected boolean
Deprecated.
This method should be overridden to provide custom rules for processing document approval.
protected boolean
Deprecated.
This method should be overridden to provide custom rules for processing document routing
protected boolean
Deprecated.
This method should be overridden to provide custom rules for processing document saving
protected boolean
Deprecated.
This method enforces all business rules that are common to all maintenance documents which must be tested before
doing an
approval.
protected boolean
Deprecated.
This method enforces all business rules that are common to all maintenance documents which must be tested before
doing a
route.
protected boolean
Deprecated.
This method enforces all business rules that are common to all maintenance documents which must be tested before
doing a
save.
protected boolean
Deprecated.
Determines whether this document has been inactivation blocked
protected boolean
Deprecated.
Given a InactivationBlockingMetadata, which represents a relationship that may block inactivation of a BO, it
determines whether there
is a record that violates the blocking definition
boolean
Deprecated.
Runs all business rules needed prior to routing.
boolean
Deprecated.
Runs all business rules needed prior to saving.
protected void
Deprecated.
This method is a convenience method to add a property-specific document error to the global errors list.
protected void
Deprecated.
This method is a convenience method to add a property-specific document error to the global errors list.
protected void
Deprecated.
This method is a convenience method to add a property-specific error to the global errors list.
protected void
Deprecated.
This method is a convenience method to add a property-specific error to the global errors list.
protected void
Deprecated.
This method is a convenience method to add a property-specific error to the global errors list.
protected void
Deprecated.
Adds a property-specific error to the global errors list, with the DD short label as the single argument.
protected void
Deprecated.
This method is a convenience method to easily add a Document level error (ie, one not tied to a specific field,
but
applicable to the whole document).
protected void
Deprecated.
This method is a convenience method to easily add a Document level error (ie, one not tied to a specific field,
but
applicable to the whole document).
protected void
Deprecated.
This method is a convenience method to easily add a Document level error (ie, one not tied to a specific field,
but
applicable to the whole document).
protected void
Deprecated.
This method specifically doesn't put any prefixes before the error so that the developer can do things specific
to the
globals errors (like newDelegateChangeDocument errors)
protected void
Deprecated.
This method specifically doesn't put any prefixes before the error so that the developer can do things specific
to the
globals errors (like newDelegateChangeDocument errors)
protected void
Deprecated.
If there is a violation of an InactivationBlockingMetadata, it prints out an appropriate error into the error
map
protected void
Deprecated.
This method is used to deal with error paths that are not what we expect them to be.
void
final void
Deprecated.
Sets the boService attribute value.
void
void
final void
setConfigService(org.kuali.rice.core.api.config.property.ConfigurationService configService)
Deprecated.
Sets the configService attribute value.
void
final void
setDdService(org.kuali.rice.krad.service.DataDictionaryService ddService)
Deprecated.
Sets the ddService attribute value.
final void
Deprecated.
Sets the dictionaryValidationService attribute value.
void
final void
Deprecated.
Sets the maintDocDictionaryService attribute value.
protected void
final void
Deprecated.
Sets the persistenceStructureService attribute value.
void
void
Deprecated.
Sets the convenience objects like newAccount and oldAccount, so you have short and easy handles to the new and
old objects contained in the maintenance document.
void
Deprecated.
Should always be overridden if a subclass is created.
void
Deprecated.
Sets the workflowDocumentService attribute value.
protected void
Deprecated.
This method is used during debugging to dump the contents of the error map, including the key names.
protected boolean
Deprecated.
This method makes sure the document itself is valid, and has the necessary fields populated to be routable.
protected boolean
Deprecated.
This method validates that there should only exist one entry in the collection whose
fields match the fields specified within the duplicateIdentificationFields in the
maintenance document data dictionary.
protected boolean
Deprecated.
This method checks whether this maint doc contains Global Business Objects, and if so, whether the GBOs are in a
persistable
state.
protected boolean
Deprecated.
This method checks to make sure the document is a valid maintenanceDocument, and has the necessary values
populated such that
it will not cause exceptions in later routing or business rules testing.