public class ContractsAndGrantsModuleServiceNoOp extends Object implements ContractsAndGrantsModuleService
| Constructor and Description |
|---|
ContractsAndGrantsModuleServiceNoOp() |
| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
getAllAccountReponsiblityIds()
get all possible account responsibility ids on contracts & grants Accounts
|
List<String> |
getParentUnits(String unitNumber) |
org.kuali.rice.kim.api.identity.Person |
getProjectDirectorForAccount(Account account) |
org.kuali.rice.kim.api.identity.Person |
getProjectDirectorForAccount(String chartOfAccountsCode,
String accountNumber) |
String |
getProposalNumberForAccountAndProjectDirector(String chartOfAccountsCode,
String accountNumber,
String projectDirectorId)
Returns the proposal number for an award associated with an account and project director
|
boolean |
hasValidAccountReponsiblityIdIfNotNull(Account account)
determine whether the given account has a valid responsibility id if its responsibility id is not null
|
boolean |
isAwardedByFederalAgency(String chartOfAccountsCode,
String accountNumber,
Collection<String> federalAgencyTypeCodes)
determine if the given account is awarded by a federal agency
|
public ContractsAndGrantsModuleServiceNoOp()
public List<Integer> getAllAccountReponsiblityIds()
ContractsAndGrantsModuleServicegetAllAccountReponsiblityIds in interface ContractsAndGrantsModuleServicepublic org.kuali.rice.kim.api.identity.Person getProjectDirectorForAccount(String chartOfAccountsCode, String accountNumber)
getProjectDirectorForAccount in interface ContractsAndGrantsModuleServicepublic org.kuali.rice.kim.api.identity.Person getProjectDirectorForAccount(Account account)
getProjectDirectorForAccount in interface ContractsAndGrantsModuleServicepublic boolean hasValidAccountReponsiblityIdIfNotNull(Account account)
ContractsAndGrantsModuleServicehasValidAccountReponsiblityIdIfNotNull in interface ContractsAndGrantsModuleServiceaccount - the given accountpublic boolean isAwardedByFederalAgency(String chartOfAccountsCode, String accountNumber, Collection<String> federalAgencyTypeCodes)
ContractsAndGrantsModuleServiceisAwardedByFederalAgency in interface ContractsAndGrantsModuleServicechartOfAccountsCode - the given account's chart of accounts codeaccountNumber - the given account's account numberfederalAgencyTypeCodes - the given federal agency type codepublic List<String> getParentUnits(String unitNumber)
getParentUnits in interface ContractsAndGrantsModuleServicepublic String getProposalNumberForAccountAndProjectDirector(String chartOfAccountsCode, String accountNumber, String projectDirectorId)
ContractsAndGrantsModuleServicegetProposalNumberForAccountAndProjectDirector in interface ContractsAndGrantsModuleServiceCopyright © 2004-2014 The Kuali Foundation. All Rights Reserved.