Package com.portal.app.ccare.comp
Class PARActionItemSearchData
java.lang.Object
com.portal.app.ccare.comp.PARActionItemSearchData
- All Implemented Interfaces:
Serializable
Class for storing data from AR action search dialog and
passing to the controller.
- Author:
- pashok
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
boolean
boolean
boolean
int
int
int
int
-
Constructor Summary
ConstructorsConstructorDescriptionPARActionItemSearchData
(String sAcctNum, String sBillNum, int bIncludeChildAmts) Constructs PARActionItemSearchData class -
Method Summary
-
Field Details
-
mActionItemType
-
mbAllAmounts
public boolean mbAllAmounts -
mbCredits
public boolean mbCredits -
mbDebits
public boolean mbDebits -
mCreditFrom
-
mDebitFrom
-
mCreditTo
-
mDebitTo
-
mAccountNumber
-
mBillNumber
-
mIncludeChildAmounts
public int mIncludeChildAmounts -
mIThreshold
public int mIThreshold -
mActionTypeIndex
public int mActionTypeIndex -
mnSearchBy
public int mnSearchBy -
mnLastNMonths
public int mnLastNMonths -
mStartDate
-
mEndDate
-
-
Constructor Details
-
PARActionItemSearchData
public PARActionItemSearchData() -
PARActionItemSearchData
Constructs PARActionItemSearchData class- Parameters:
sAcctNum
- account number for which AR actions need to be fetched.sBillNum
- bill number for which AR actions need to be fetchedbIncludeChildAmts
- indicates if rolled up or individual totals will be fetched
-
-
Method Details
-
toString
override toString() method -
reset
public void reset()Resets the dialog data -
loadSavedData
Loads the dialog with data- Parameters:
sAcctNumber
- Account number for which actions must be fetchedsBillNumber
- Bill under the accountincludeChildAmts
- Indicates if actions from child accounts will be returned
-