Interface PCreditLimitPanelBean

All Superinterfaces:
Remote
All Known Implementing Classes:
PCreditLimitPanelBeanImpl

public interface PCreditLimitPanelBean extends Remote
Interface for Controller class PIACreditLimitBeanImpl
  • Method Details

    • collectCreditLimitData

      void collectCreditLimitData(PModelHandle eventMH, PModelHandle shareDataHandle)
    • getCreditLimitBalance

      HashMap getCreditLimitBalance(PModelHandle all, Poid aPoid)
    • getCreditLimitBalance

      HashMap getCreditLimitBalance(PModelHandle selectBalanceGroups)
      Utility method to call BAL_GET_BALANCES to get the balances for the selected balance groups.
      Parameters:
      selectBalanceGroups - PModelHandle
      Returns:
      HashMap
    • saveCreditLimitData

      void saveCreditLimitData(HashMap bgm, Poid aPoid) throws EBufException
      Throws:
      EBufException