Class PARPaymentDetailPage

All Implemented Interfaces:
PAccountViewPage, PCCPage, BalanceImpactListener, PAppComponent, PClientComponent, PCollectDataListener, PComponent, PComponentAttribute, PViewDataChangeListener, ContainerListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible

public class PARPaymentDetailPage extends PARActionDetailPage
PARPaymentDetailPage gives details about the Payment item. Controller referenced :
  • PARActionDetailBean
See Also:
  • Constructor Details

    • PARPaymentDetailPage

      public PARPaymentDetailPage()
  • Method Details

    • setRealModelHandle

      protected void setRealModelHandle(PModelHandle data)
      Description copied from class: PARActionDetailPage
      Given the A/R action item, calls the controller to get the real model. Setting data for appliedToSheet will be different since the model is complex for the PIASpecSpreadSheet component to show, a Vector will be extracted from the model for the component.
      Overrides:
      setRealModelHandle in class PARActionDetailPage
      Parameters:
      data - a PModelHandle value specifying the A/R action item
    • changeUIForType

      protected void changeUIForType()
      Description copied from class: PARActionDetailPage
      Sets label text according to the A/R action type.
      Overrides:
      changeUIForType in class PARActionDetailPage
    • setFieldDesc

      protected void setFieldDesc() throws RemoteException
      Overrides:
      setFieldDesc in class PARActionDetailPage
      Throws:
      RemoteException
    • getDateFormat

      public String getDateFormat()
    • getReversalString

      public String getReversalString()
    • getReversalNotesFormat

      public String getReversalNotesFormat()
      public String getNotesFormat() { return bundle.getResourceBundle().getString( "par.actiondetail.paymentdetails.lbl.notesformat"); }
    • getPymtNotesFormat

      public String getPymtNotesFormat()
    • getAllocateFormat

      public String getAllocateFormat()
    • getResourceString

      protected String getResourceString(String name)
      Overrides:
      getResourceString in class PARActionDetailPage