Modifier and Type | Method and Description |
---|---|
ProjectCode |
LedgerReferenceValuePreparedStatementCachingDao.getProjectCode(String projectCode) |
Modifier and Type | Method and Description |
---|---|
ProjectCode |
LedgerReferenceValuePreparedStatementCachingDaoJdbc.getProjectCode(String financialSystemProjectCode) |
Modifier and Type | Field and Description |
---|---|
protected ProjectCode |
ProjectCodeRule.newProjectCode |
protected ProjectCode |
ProjectCodeRule.oldProjectCode |
Modifier and Type | Method and Description |
---|---|
ProjectCode |
ProjectCodeService.getByPrimaryId(String projectCode)
Retrieves a ProjectCode object based on primary key.
|
Modifier and Type | Method and Description |
---|---|
ProjectCode |
ProjectCodeServiceImpl.getByPrimaryId(String projectCode) |
Modifier and Type | Method and Description |
---|---|
ProjectCode |
ProcurementCardDefault.getProject() |
Modifier and Type | Method and Description |
---|---|
void |
ProcurementCardDefault.setProject(ProjectCode project)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ProjectCode |
AccountingCycleCachingService.getProjectCode(String projectCode) |
Modifier and Type | Method and Description |
---|---|
ProjectCode |
AccountingCycleCachingServiceImpl.getProjectCode(String financialSystemProjectCode) |
Modifier and Type | Method and Description |
---|---|
ProjectCode |
OriginEntryFull.getProject() |
ProjectCode |
Entry.getProject() |
ProjectCode |
Reversal.getProject() |
Modifier and Type | Method and Description |
---|---|
void |
OriginEntryFull.setProject(ProjectCode project) |
void |
Entry.setProject(ProjectCode project) |
void |
Reversal.setProject(ProjectCode project) |
Modifier and Type | Method and Description |
---|---|
ProjectCode |
PaymentAccountDetail.getProject()
This method gets the project.
|
Modifier and Type | Method and Description |
---|---|
void |
PaymentAccountDetail.setProject(ProjectCode project)
This method sets the project.
|
Modifier and Type | Field and Description |
---|---|
protected ProjectCode |
AccountingLineBase.project |
Modifier and Type | Method and Description |
---|---|
ProjectCode |
AccountingLineBase.getProject() |
ProjectCode |
GeneralLedgerPendingEntry.getProject() |
ProjectCode |
AccountingLine.getProject() |
Modifier and Type | Method and Description |
---|---|
void |
AccountingLineBase.setProject(ProjectCode project)
Deprecated.
|
void |
GeneralLedgerPendingEntry.setProject(ProjectCode project) |
void |
AccountingLine.setProject(ProjectCode project)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AccountingLineRuleHelperService.isValidProjectCode(ProjectCode projectCode,
org.kuali.rice.krad.datadictionary.DataDictionary dataDictionary,
String errorPropertyName,
String accountIdentifyingPropertyName)
This method validates that a project code is active.
|
boolean |
AccountingLineRuleHelperService.isValidProjectCode(String accountIdentifyingPropertyName,
ProjectCode projectCode,
org.kuali.rice.krad.datadictionary.DataDictionary dataDictionary)
This method validates that a project code is active.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AccountingLineRuleHelperServiceImpl.isValidProjectCode(ProjectCode projectCode,
org.kuali.rice.krad.datadictionary.DataDictionary dataDictionary,
String errorPropertyName,
String accountIdentifyingPropertyName) |
boolean |
AccountingLineRuleHelperServiceImpl.isValidProjectCode(String accountIdentifyingPropertyName,
ProjectCode projectCode,
org.kuali.rice.krad.datadictionary.DataDictionary dataDictionary) |
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.