Class PARActionItemSearchData

java.lang.Object
com.portal.app.ccare.comp.PARActionItemSearchData
All Implemented Interfaces:
Serializable

public class PARActionItemSearchData extends Object implements Serializable
Class for storing data from AR action search dialog and passing to the controller.
Author:
pashok
See Also:
  • Field Details

    • mActionItemType

      public String mActionItemType
    • mbAllAmounts

      public boolean mbAllAmounts
    • mbCredits

      public boolean mbCredits
    • mbDebits

      public boolean mbDebits
    • mCreditFrom

      public BigDecimal mCreditFrom
    • mDebitFrom

      public BigDecimal mDebitFrom
    • mCreditTo

      public BigDecimal mCreditTo
    • mDebitTo

      public BigDecimal mDebitTo
    • mAccountNumber

      public String mAccountNumber
    • mBillNumber

      public String mBillNumber
    • mIncludeChildAmounts

      public int mIncludeChildAmounts
    • mIThreshold

      public int mIThreshold
    • mActionTypeIndex

      public int mActionTypeIndex
    • mnSearchBy

      public int mnSearchBy
    • mnLastNMonths

      public int mnLastNMonths
    • mStartDate

      public Date mStartDate
    • mEndDate

      public Date mEndDate
  • Constructor Details

    • PARActionItemSearchData

      public PARActionItemSearchData()
    • PARActionItemSearchData

      public PARActionItemSearchData(String sAcctNum, String sBillNum, int bIncludeChildAmts)
      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 fetched
      bIncludeChildAmts - indicates if rolled up or individual totals will be fetched
  • Method Details

    • toString

      public String toString()
      override toString() method
      Overrides:
      toString in class Object
    • reset

      public void reset()
      Resets the dialog data
    • loadSavedData

      public void loadSavedData(String sAcctNumber, String sBillNumber, int includeChildAmts)
      Loads the dialog with data
      Parameters:
      sAcctNumber - Account number for which actions must be fetched
      sBillNumber - Bill under the account
      includeChildAmts - Indicates if actions from child accounts will be returned