|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccountGlobalDetail | |
---|---|
org.kuali.kfs.coa.businessobject | |
org.kuali.kfs.coa.document.validation.impl |
Uses of AccountGlobalDetail in org.kuali.kfs.coa.businessobject |
---|
Methods in org.kuali.kfs.coa.businessobject that return AccountGlobalDetail | |
---|---|
AccountGlobalDetail |
AccountDelegateGlobal.getAccount(String chartCode,
String accountNumber)
This method retrieves the specific AccountGlobalDetail object that corresponds to your requested chartCode and accountNumber (or a null object if there is no match). |
Methods in org.kuali.kfs.coa.businessobject that return types with arguments of type AccountGlobalDetail | |
---|---|
List<AccountGlobalDetail> |
AccountGlobal.getAccountGlobalDetails()
|
List<AccountGlobalDetail> |
AccountDelegateGlobal.getAccountGlobalDetails()
Gets the accountGlobalDetails attribute. |
List<AccountGlobalDetail> |
SubObjectCodeGlobal.getAccountGlobalDetails()
|
Methods in org.kuali.kfs.coa.businessobject with parameters of type AccountGlobalDetail | |
---|---|
void |
AccountDelegateGlobal.addAccount(AccountGlobalDetail accountGlobalDetail)
This method adds a single AccountGlobalDetail instance to the list. |
void |
SubObjectCodeGlobal.populate(SubObjectCode old,
AccountGlobalDetail accountGlobalDetail,
SubObjectCodeGlobalDetail subObjCdGlobalDetail)
|
Method parameters in org.kuali.kfs.coa.businessobject with type arguments of type AccountGlobalDetail | |
---|---|
void |
AccountGlobal.setAccountGlobalDetails(List<AccountGlobalDetail> accountGlobalDetails)
|
void |
AccountDelegateGlobal.setAccountGlobalDetails(List<AccountGlobalDetail> accountGlobalDetails)
Sets the accountGlobalDetails attribute value. |
void |
SubObjectCodeGlobal.setAccountGlobalDetails(List<AccountGlobalDetail> accountGlobalDetails)
|
Uses of AccountGlobalDetail in org.kuali.kfs.coa.document.validation.impl |
---|
Methods in org.kuali.kfs.coa.document.validation.impl with parameters of type AccountGlobalDetail | |
---|---|
boolean |
AccountGlobalRule.checkAccountDetails(AccountGlobalDetail dtl)
This method ensures that each AccountGlobalDetail is valid and has a valid account number |
boolean |
DelegateGlobalRule.checkAccountDetails(AccountGlobalDetail dtl)
This checks to make sure that each AccountGlobalDetail has a valid Account |
boolean |
SubObjCdGlobalRule.checkAccountDetails(AccountGlobalDetail dtl)
This checks that if the account and chart are entered that the account associated with the AccountGlobalDetail is valid |
protected boolean |
AccountGlobalRule.checkAccountUsers(AccountGlobalDetail detail,
org.kuali.rice.kim.bo.Person newFiscalOfficer,
org.kuali.rice.kim.bo.Person newManager,
org.kuali.rice.kim.bo.Person newSupervisor,
int index)
This method checks that the new users (fiscal officer, supervisor, manager) are not the same individual for the Account being changed (contained in the AccountGlobalDetail ) |
protected boolean |
SubObjCdGlobalRule.checkChartOnAccountDetails(SubObjectCodeGlobal socChangeDocument,
AccountGlobalDetail acctDetail,
int lineNum,
boolean add)
This checks that the chart of accounts on the AccountGlobalDetail is not empty and matches
the document's chart matches the detail's chart |
protected boolean |
AccountGlobalRule.checkExpirationDate(org.kuali.rice.kns.document.MaintenanceDocument maintenanceDocument,
AccountGlobalDetail detail)
This method checks to see if any expiration date field rules were violated in relation to the given detail record |
protected boolean |
GlobalDocumentRuleBase.checkOnlyOneChartAddLine(AccountGlobalDetail newAccountLine,
List<AccountGlobalDetail> accountGlobalDetails)
This method tests whether a new line can be added, based on the rule that says all the accounts being used must belong to the same chart. |
protected boolean |
GlobalDocumentRuleBase.checkOnlyOneChartAddLineErrorWrapper(AccountGlobalDetail newAccountLine,
List<AccountGlobalDetail> accountGlobalDetails)
This method tests whether the line being added has a different Chart of Accounts Code from any of the existing lines. |
Method parameters in org.kuali.kfs.coa.document.validation.impl with type arguments of type AccountGlobalDetail | |
---|---|
boolean |
DelegateGlobalRule.checkAccountDetails(List<AccountGlobalDetail> details)
This checks to see if there are any accounts in the details collection if there are then it calls DelegateGlobalRule.checkAccountDetails(AccountGlobalDetail) |
boolean |
SubObjCdGlobalRule.checkAccountDetails(List<AccountGlobalDetail> details)
This calls the SubObjCdGlobalRule.checkAccountDetails(AccountGlobalDetail) on each AccountGlobalDetail as well as calling
GlobalDocumentRuleBase.checkOnlyOneChartErrorWrapper(List) to ensure there is just one chart |
boolean |
AccountGlobalRule.checkAccountDetails(org.kuali.rice.kns.document.MaintenanceDocument document,
List<AccountGlobalDetail> details)
This method loops through the list of AccountGlobalDetail s and passes them off to checkAccountDetails for further
rule analysis One rule it does check is checkOnlyOneChartErrorWrapper |
protected boolean |
SubObjCdGlobalRule.checkForAccountGlobalDetails(List<AccountGlobalDetail> acctChangeDetails)
This checks that the AccountGlobalDetail list isn't empty or null |
protected GlobalDocumentRuleBase.CheckOnlyOneChartResult |
GlobalDocumentRuleBase.checkOnlyOneChart(List<AccountGlobalDetail> accountGlobalDetails)
This method checks whether the set of Account Change Detail records on this document all are under the same Chart of Accounts. |
protected boolean |
GlobalDocumentRuleBase.checkOnlyOneChartAddLine(AccountGlobalDetail newAccountLine,
List<AccountGlobalDetail> accountGlobalDetails)
This method tests whether a new line can be added, based on the rule that says all the accounts being used must belong to the same chart. |
protected boolean |
GlobalDocumentRuleBase.checkOnlyOneChartAddLineErrorWrapper(AccountGlobalDetail newAccountLine,
List<AccountGlobalDetail> accountGlobalDetails)
This method tests whether the line being added has a different Chart of Accounts Code from any of the existing lines. |
protected boolean |
GlobalDocumentRuleBase.checkOnlyOneChartErrorWrapper(List<AccountGlobalDetail> accountGlobalDetails)
This method checks whether the set of Account Change Detail records on this document all are under the same Chart of Accounts. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |