|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.module.bc.report.ReportControlListBuildHelper
public class ReportControlListBuildHelper
Holds information on the current build configuration of the report control list table, and a requested configuration.
Nested Class Summary | |
---|---|
class |
ReportControlListBuildHelper.BuildState
Represents a build configuration for the control list. |
Constructor Summary | |
---|---|
ReportControlListBuildHelper()
Constructs a ReportControlListBuildHelper.java. |
Method Summary | |
---|---|
void |
addBuildRequest(String pointOfView,
Collection<BudgetConstructionPullup> selectedOrganizations,
BCConstants.Report.BuildMode buildMode)
Helper method to add a requestState |
ReportControlListBuildHelper.BuildState |
getCurrentState()
Gets the currentState attribute. |
ReportControlListBuildHelper.BuildState |
getRequestedState()
Gets the requestedState attribute. |
boolean |
isBuildNeeded()
Determines whether a build is needed based on the current and requested states |
boolean |
isForceRebuild()
Gets the forceRebuild attribute. |
void |
requestBuildComplete()
Called when the control list has been built that satisfies the requested state. |
void |
setCurrentState(ReportControlListBuildHelper.BuildState currentState)
Sets the currentState attribute value. |
void |
setForceRebuild(boolean forceRebuild)
Sets the forceRebuild attribute value. |
void |
setRequestedState(ReportControlListBuildHelper.BuildState requestedState)
Sets the requestedState attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReportControlListBuildHelper()
Method Detail |
---|
public boolean isBuildNeeded()
public void addBuildRequest(String pointOfView, Collection<BudgetConstructionPullup> selectedOrganizations, BCConstants.Report.BuildMode buildMode)
pointOfView
- - request point of viewselectedOrganizations
- - organizations selected for the reportbuildMode
- - mode in which the control list should be buildBCConstants.Report.BuildMode
public void requestBuildComplete()
public ReportControlListBuildHelper.BuildState getCurrentState()
public void setCurrentState(ReportControlListBuildHelper.BuildState currentState)
currentState
- The currentState to set.public ReportControlListBuildHelper.BuildState getRequestedState()
public void setRequestedState(ReportControlListBuildHelper.BuildState requestedState)
requestedState
- The requestedState to set.public boolean isForceRebuild()
public void setForceRebuild(boolean forceRebuild)
forceRebuild
- The forceRebuild to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |