|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BCConstants.Report.BuildMode in org.kuali.kfs.module.bc |
---|
Fields in org.kuali.kfs.module.bc declared as BCConstants.Report.BuildMode | |
---|---|
BCConstants.Report.BuildMode |
BudgetConstructionReportMode.reportBuildMode
|
Methods in org.kuali.kfs.module.bc that return BCConstants.Report.BuildMode | |
---|---|
static BCConstants.Report.BuildMode |
BCConstants.Report.BuildMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BCConstants.Report.BuildMode[] |
BCConstants.Report.BuildMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of BCConstants.Report.BuildMode in org.kuali.kfs.module.bc.document.dataaccess |
---|
Methods in org.kuali.kfs.module.bc.document.dataaccess with parameters of type BCConstants.Report.BuildMode | |
---|---|
void |
BudgetReportsControlListDao.updateReportControlList(String principalName,
Integer universityFiscalYear,
String chartOfAccountsCode,
String organizationCode,
BCConstants.Report.BuildMode buildMode)
Builds the report controls list for the given user, point of view, and build mode. |
Uses of BCConstants.Report.BuildMode in org.kuali.kfs.module.bc.document.dataaccess.impl |
---|
Methods in org.kuali.kfs.module.bc.document.dataaccess.impl with parameters of type BCConstants.Report.BuildMode | |
---|---|
void |
BudgetReportsControlListDaoJdbc.updateReportControlList(String principalName,
Integer universityFiscalYear,
String chartOfAccountsCode,
String organizationCode,
BCConstants.Report.BuildMode buildMode)
|
Uses of BCConstants.Report.BuildMode in org.kuali.kfs.module.bc.document.service |
---|
Methods in org.kuali.kfs.module.bc.document.service with parameters of type BCConstants.Report.BuildMode | |
---|---|
void |
BudgetReportsControlListService.updateReportsControlList(String principalId,
Integer universityFiscalYear,
String chartOfAccountsCode,
String organizationCode,
BCConstants.Report.BuildMode buildMode)
Rebuilds the report control list for the given parameters. |
Uses of BCConstants.Report.BuildMode in org.kuali.kfs.module.bc.document.service.impl |
---|
Methods in org.kuali.kfs.module.bc.document.service.impl with parameters of type BCConstants.Report.BuildMode | |
---|---|
void |
BudgetReportsControlListServiceImpl.updateReportsControlList(String principalName,
Integer universityFiscalYear,
String chartOfAccountsCode,
String organizationCode,
BCConstants.Report.BuildMode buildMode)
|
Uses of BCConstants.Report.BuildMode in org.kuali.kfs.module.bc.report |
---|
Methods in org.kuali.kfs.module.bc.report that return BCConstants.Report.BuildMode | |
---|---|
BCConstants.Report.BuildMode |
ReportControlListBuildHelper.BuildState.getBuildMode()
Gets the buildMode attribute. |
Methods in org.kuali.kfs.module.bc.report with parameters of type BCConstants.Report.BuildMode | |
---|---|
void |
ReportControlListBuildHelper.addBuildRequest(String pointOfView,
Collection<BudgetConstructionPullup> selectedOrganizations,
BCConstants.Report.BuildMode buildMode)
Helper method to add a requestState |
void |
ReportControlListBuildHelper.BuildState.setBuildMode(BCConstants.Report.BuildMode buildMode)
Sets the buildMode attribute value. |
Constructors in org.kuali.kfs.module.bc.report with parameters of type BCConstants.Report.BuildMode | |
---|---|
ReportControlListBuildHelper.BuildState(String pointOfView,
Collection<BudgetConstructionPullup> selectedOrganizations,
BCConstants.Report.BuildMode buildMode)
Constructs a ReportControlListBuildHelper.java. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |