|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AccountCreationStatusDTO | |
|---|---|
| org.kuali.kfs.integration.cg.service | |
| org.kuali.kfs.module.external.kc.service.impl | |
| Uses of AccountCreationStatusDTO in org.kuali.kfs.integration.cg.service |
|---|
| Methods in org.kuali.kfs.integration.cg.service that return AccountCreationStatusDTO | |
|---|---|
AccountCreationStatusDTO |
AccountCreationService.createAccount(AccountParametersDTO accountParametersDTO)
|
| Uses of AccountCreationStatusDTO in org.kuali.kfs.module.external.kc.service.impl |
|---|
| Methods in org.kuali.kfs.module.external.kc.service.impl that return AccountCreationStatusDTO | |
|---|---|
AccountCreationStatusDTO |
AccountCreationServiceImpl.createAccount(AccountParametersDTO accountParameters)
This is the web service method that creates a new account 1. |
| Methods in org.kuali.kfs.module.external.kc.service.impl with parameters of type AccountCreationStatusDTO | |
|---|---|
protected boolean |
AccountCreationServiceImpl.checkAccountNumberPrefix(String accountNumber,
AccountCreationStatusDTO accountCreationStatus)
This method tests whether the accountNumber passed in is prefixed with an allowed prefix, or an illegal one. |
protected void |
AccountCreationServiceImpl.createAutomaticCGAccountMaintenanceDocument(Account account,
AccountCreationStatusDTO accountCreationStatus)
This method will create a maintenance document for CG account create, set its description and then sets the account business object in it. |
org.kuali.rice.kns.document.Document |
AccountCreationServiceImpl.createCGAccountMaintenanceDocument(AccountCreationStatusDTO accountCreationStatus)
This method will use the DocumentService to create a new document. |
protected void |
AccountCreationServiceImpl.createRouteAutomaticCGAccountDocument(org.kuali.rice.kns.document.MaintenanceDocument maintenanceAccountDocument,
AccountCreationStatusDTO accountCreationStatus)
This method processes the workflow document actions like save, route and blanket approve depending on the ACCOUNT_AUTO_CREATE_ROUTE system parameter value. |
protected boolean |
AccountCreationServiceImpl.isValidAccount(Account account,
AccountCreationStatusDTO accountCreationStatus)
Check to see if the main link between KFS and KC is valid, namely the chart and account number. |
protected boolean |
AccountCreationServiceImpl.isValidAccountNumberLength(String accountNumber,
AccountCreationStatusDTO accountCreationStatus)
Checks an account numbers exact length |
protected void |
AccountCreationServiceImpl.setFailStatus(AccountCreationStatusDTO accountCreationStatus,
String message)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||