|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.rules.DocumentRuleBase org.kuali.rice.krad.rules.MaintenanceDocumentRuleBase org.kuali.ole.patron.rule.OlePatronDocumentRule
public class OlePatronDocumentRule
Created with IntelliJ IDEA. User: ? Date: 6/13/12 Time: 11:19 AM To change this template use File | Settings | File Templates.
Field Summary | |
---|---|
protected org.kuali.rice.kim.api.identity.IdentityService |
identityService
|
protected org.kuali.rice.kim.service.UiDocumentService |
uiDocumentService
|
Fields inherited from class org.kuali.rice.krad.rules.MaintenanceDocumentRuleBase |
---|
DOCUMENT_ERROR_PREFIX, LOG, MAINTAINABLE_ERROR_PATH, MAINTAINABLE_ERROR_PREFIX, priorErrorPath |
Constructor Summary | |
---|---|
OlePatronDocumentRule()
|
Method Summary | |
---|---|
protected boolean |
checkAddressMultipleDefault(List<org.kuali.rice.kim.impl.identity.address.EntityAddressBo> addrBoList,
String listName)
|
protected boolean |
checkEmailMultipleDefault(List<org.kuali.rice.kim.impl.identity.email.EntityEmailBo> emailBoList,
String listName)
|
protected boolean |
checkName(OlePatronDocument patronDoc)
|
protected boolean |
checkPhoneMultipleDefault(List<org.kuali.rice.kim.impl.identity.phone.EntityPhoneBo> phoneBoList,
String listName)
|
org.kuali.rice.kim.api.identity.IdentityService |
getIdentityService()
|
org.kuali.rice.kim.service.UiDocumentService |
getUIDocumentService()
|
protected boolean |
processCustomSaveDocumentBusinessRules(org.kuali.rice.krad.maintenance.MaintenanceDocument document)
|
protected boolean |
validateBorrowerType(OlePatronDocument patronDoc)
|
protected boolean |
validateEntityInformation(boolean isCreatingNew,
OlePatronDocument patronDoc)
|
Methods inherited from class org.kuali.rice.krad.rules.MaintenanceDocumentRuleBase |
---|
checkEmptyBOField, checkEmptyDocumentField, checkEmptyValue, checkForPartiallyFilledOutReferenceForeignKeys, clearErrorPath, consolidateFieldNames, dataDictionaryValidate, errorAlreadyExists, getBoService, getConfigService, getDataObjectAuthorizationService, getDataObjectMetaDataService, getDateTimeService, getDdService, getDictionaryValidationService, getFieldLabel, getFieldLabel, getHumanReadablePrimaryKeyFieldNames, getNewDataObject, getOldDataObject, getPersistenceStructureService, getPersonService, getRoleService, getWorkflowDocumentService, isCorrectMaintenanceClass, isDocumentInactivatingBusinessObject, isDocumentValidForSave, primaryKeyCheck, processApproveDocument, processCustomAddCollectionLineBusinessRules, processCustomApproveDocumentBusinessRules, processCustomRouteDocumentBusinessRules, processGlobalApproveDocumentBusinessRules, processGlobalRouteDocumentBusinessRules, processGlobalSaveDocumentBusinessRules, processInactivationBlockChecking, processInactivationBlockChecking, processRouteDocument, processSaveDocument, putDocumentError, putDocumentError, putFieldError, putFieldError, putFieldError, putFieldErrorWithShortLabel, putGlobalError, putGlobalError, putGlobalError, putGlobalsError, putGlobalsError, putInactivationBlockingErrorOnPage, resumeErrorPath, setBoService, setConfigService, setDataObjectAuthorizationService, setDataObjectMetaDataService, setDdService, setDictionaryValidationService, setNewDataObject, setPersistenceStructureService, setPersonService, setupBaseConvenienceObjects, setupConvenienceObjects, setWorkflowDocumentService, showErrorMap, validateDocumentStructure, validateGlobalBusinessObjectPersistable, validateMaintenanceDocument |
Methods inherited from class org.kuali.rice.krad.rules.DocumentRuleBase |
---|
getDataDictionaryService, getDocumentDictionaryService, getGroupService, getKualiConfigurationService, getMaxDictionaryValidationDepth, getPermissionService, isAddHocRoutePersonValid, isAddHocRouteWorkgroupValid, isAdHocRouteRecipientsValid, isDocumentAttributesValid, isDocumentOverviewValid, isNoteValid, processAddAdHocRoutePerson, processAddAdHocRouteWorkgroup, processAddNote, processCustomAddAdHocRoutePersonBusinessRules, processCustomAddAdHocRouteWorkgroupBusinessRules, processCustomAddNoteBusinessRules, processCustomApproveDocumentBusinessRules, processCustomRouteDocumentBusinessRules, processCustomSaveDocumentBusinessRules, processCustomSendAdHocRequests, processSendAdHocRequests, setDocumentDictionaryService, setMaxDictionaryValidationDepth, validateSensitiveDataValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected org.kuali.rice.kim.service.UiDocumentService uiDocumentService
protected org.kuali.rice.kim.api.identity.IdentityService identityService
Constructor Detail |
---|
public OlePatronDocumentRule()
Method Detail |
---|
protected boolean processCustomSaveDocumentBusinessRules(org.kuali.rice.krad.maintenance.MaintenanceDocument document)
processCustomSaveDocumentBusinessRules
in class org.kuali.rice.krad.rules.MaintenanceDocumentRuleBase
protected boolean validateBorrowerType(OlePatronDocument patronDoc)
protected boolean checkName(OlePatronDocument patronDoc)
protected boolean validateEntityInformation(boolean isCreatingNew, OlePatronDocument patronDoc)
public org.kuali.rice.kim.service.UiDocumentService getUIDocumentService()
protected boolean checkPhoneMultipleDefault(List<org.kuali.rice.kim.impl.identity.phone.EntityPhoneBo> phoneBoList, String listName)
protected boolean checkAddressMultipleDefault(List<org.kuali.rice.kim.impl.identity.address.EntityAddressBo> addrBoList, String listName)
protected boolean checkEmailMultipleDefault(List<org.kuali.rice.kim.impl.identity.email.EntityEmailBo> emailBoList, String listName)
public org.kuali.rice.kim.api.identity.IdentityService getIdentityService()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |