|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kns.rules.DocumentRuleBase
org.kuali.rice.kns.rules.TransactionalDocumentRuleBase
org.kuali.kfs.module.endow.document.validation.impl.EndowmentTransactionalDocumentBaseRule
org.kuali.kfs.module.endow.document.validation.impl.EndowmentTransactionLinesDocumentBaseRules
org.kuali.kfs.module.endow.document.validation.impl.SecurityTransferDocumentRules
public class SecurityTransferDocumentRules
| Constructor Summary | |
|---|---|
SecurityTransferDocumentRules()
|
|
| Method Summary | |
|---|---|
boolean |
processAddTransactionLineRules(EndowmentTransactionLinesDocument transLineDocument,
EndowmentTransactionLine line)
|
protected boolean |
processCustomRouteDocumentBusinessRules(org.kuali.rice.kns.document.Document document)
|
boolean |
processDeleteTaxLotLineRules(EndowmentTaxLotLinesDocument endowmentTaxLotLinesDocument,
EndowmentTransactionTaxLotLine endowmentTransactionTaxLotLine,
EndowmentTransactionLine endowmentTransactionLine,
Number index,
Number numberX)
|
boolean |
processRefreshTransactionLineRules(EndowmentTransactionLinesDocument endowmentTransactionLinesDocument,
EndowmentTransactionLine endowmentTransactionLine,
Number index)
This method... |
protected boolean |
validateOnlyOneSourceTransactionLine(boolean validateForAdd,
EndowmentTransactionLinesDocument endowmentTransactionLinesDocument,
EndowmentTransactionLine line,
int index)
Validates that one and only one source transaction line can be added. |
protected boolean |
validateSecurityClassTypeCode(EndowmentSecurityDetailsDocument document,
boolean isSource,
String classCodeType)
This method validates the Security Class Type Code. |
protected boolean |
validateSecurityTransferTransactionLine(boolean isAdd,
EndowmentTransactionLinesDocument endowmentTransactionLinesDocument,
EndowmentTransactionLine line,
int transLineIndex,
int taxLotIndex)
Validate Security Transfer Transaction Line. |
| Methods inherited from class org.kuali.kfs.module.endow.document.validation.impl.EndowmentTransactionalDocumentBaseRule |
|---|
errorAlreadyExists, getEndowmentTransactionSecurity, getEndowmentTransactionSecurityPrefix, isRegistrationCodeActive, isRegistrationCodeEmpty, isSecurityActive, isSecurityCodeEmpty, isSubTypeEmpty, putDocumentError, putDocumentError, putFieldError, putFieldError, putFieldError, putGlobalError, putGlobalError, putGlobalError, putGlobalsError, putGlobalsError, validateRegistrationCode, validateSecurityClassCodeTypeNotLiability, validateSecurityCode |
| Methods inherited from class org.kuali.rice.kns.rules.DocumentRuleBase |
|---|
getDataDictionaryService, getDictionaryValidationService, getDocumentHelperService, getIdentityManagementService, getKualiConfigurationService, getMaxDictionaryValidationDepth, getPersonService, getWorkflowInfoService, isAddHocRoutePersonValid, isAddHocRouteWorkgroupValid, isAdHocRouteRecipientsValid, isDocumentAttributesValid, isDocumentOverviewValid, isNoteValid, processAddAdHocRoutePerson, processAddAdHocRouteWorkgroup, processAddNote, processApproveDocument, processCustomAddAdHocRoutePersonBusinessRules, processCustomAddAdHocRouteWorkgroupBusinessRules, processCustomAddNoteBusinessRules, processCustomApproveDocumentBusinessRules, processCustomSaveDocumentBusinessRules, processCustomSendAdHocRequests, processRouteDocument, processSaveDocument, processSendAdHocRequests, setMaxDictionaryValidationDepth, validateSensitiveDataValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SecurityTransferDocumentRules()
| Method Detail |
|---|
public boolean processAddTransactionLineRules(EndowmentTransactionLinesDocument transLineDocument,
EndowmentTransactionLine line)
processAddTransactionLineRules in interface AddTransactionLineRule<EndowmentTransactionLinesDocument,EndowmentTransactionLine>processAddTransactionLineRules in class EndowmentTransactionLinesDocumentBaseRulesAddTransactionLineRule.processAddTransactionLineRules(org.kuali.kfs.module.endow.document.EndowmentTransactionLinesDocument,
org.kuali.kfs.module.endow.businessobject.EndowmentTransactionLine)
protected boolean validateOnlyOneSourceTransactionLine(boolean validateForAdd,
EndowmentTransactionLinesDocument endowmentTransactionLinesDocument,
EndowmentTransactionLine line,
int index)
validateForAdd - tells whether the validation is for add or notendowmentTransactionLinesDocument -
protected boolean validateSecurityTransferTransactionLine(boolean isAdd,
EndowmentTransactionLinesDocument endowmentTransactionLinesDocument,
EndowmentTransactionLine line,
int transLineIndex,
int taxLotIndex)
endowmentTransactionLinesDocumentBase - line - index -
protected boolean processCustomRouteDocumentBusinessRules(org.kuali.rice.kns.document.Document document)
processCustomRouteDocumentBusinessRules in class EndowmentTransactionLinesDocumentBaseRulesDocumentRuleBase.processCustomRouteDocumentBusinessRules(org.kuali.rice.kns.document.Document)
protected boolean validateSecurityClassTypeCode(EndowmentSecurityDetailsDocument document,
boolean isSource,
String classCodeType)
EndowmentTransactionalDocumentBaseRule
validateSecurityClassTypeCode in class EndowmentTransactionalDocumentBaseRuleEndowmentTransactionalDocumentBaseRule.validateSecurityClassTypeCode(org.kuali.kfs.module.endow.document.EndowmentSecurityDetailsDocument,
boolean, java.lang.String)
public boolean processRefreshTransactionLineRules(EndowmentTransactionLinesDocument endowmentTransactionLinesDocument,
EndowmentTransactionLine endowmentTransactionLine,
Number index)
RefreshTransactionLineRule
processRefreshTransactionLineRules in interface RefreshTransactionLineRule<EndowmentTransactionLinesDocument,EndowmentTransactionLine,Number>processRefreshTransactionLineRules in class EndowmentTransactionLinesDocumentBaseRulesEndowmentTransactionLinesDocumentBaseRules.processRefreshTransactionLineRules(org.kuali.kfs.module.endow.document.EndowmentTransactionLinesDocument,
org.kuali.kfs.module.endow.businessobject.EndowmentTransactionLine, java.lang.Number)
public boolean processDeleteTaxLotLineRules(EndowmentTaxLotLinesDocument endowmentTaxLotLinesDocument,
EndowmentTransactionTaxLotLine endowmentTransactionTaxLotLine,
EndowmentTransactionLine endowmentTransactionLine,
Number index,
Number numberX)
processDeleteTaxLotLineRules in interface DeleteTaxLotLineRule<EndowmentTaxLotLinesDocument,EndowmentTransactionTaxLotLine,EndowmentTransactionLine,Number,Number>DeleteTaxLotLineRule.processDeleteTaxLotLineRules(org.kuali.kfs.module.endow.document.EndowmentTaxLotLinesDocument,
org.kuali.kfs.module.endow.businessobject.EndowmentTransactionTaxLotLine,
org.kuali.kfs.module.endow.businessobject.EndowmentTransactionLine, java.lang.Number, java.lang.Number)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||