Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Interface
psdi.app.invoice.InvoiceLineSetRemote

  • Packages that use InvoiceLineSetRemote 
    Package Description
    psdi.app.invoice
    The invoice package is a collection of MBOs used for creating and maintaining invoices.
    • Uses of InvoiceLineSetRemote in psdi.app.invoice

      Classes in psdi.app.invoice that implement InvoiceLineSetRemote 
      Modifier and Type Class and Description
      class  InvoiceLineSet
      Represents the set of InvoiceLine objects.
      Methods in psdi.app.invoice that return InvoiceLineSetRemote 
      Modifier and Type Method and Description
      InvoiceLineSetRemote[] Invoice.getAllocatePrepSets(InvoiceLineSetRemote toBeAllocated, InvoiceLineSetRemote acceptingLines)
      According to the two mbo set passed in and what are selected in those two sets, this method returns a array of two new sets for the GUI to display.
      InvoiceLineSetRemote[] InvoiceRemote.getAllocatePrepSets(InvoiceLineSetRemote toBeAllocated, InvoiceLineSetRemote acceptingLines) 
      Methods in psdi.app.invoice with parameters of type InvoiceLineSetRemote 
      Modifier and Type Method and Description
      void InvoiceLineSet.allocateServices(InvoiceLineSetRemote acceptingLines)
      This method is called by the GUI to allocate all the cost of the lines in this Mbo set to the spedified material or service lines which are ready to accept the allocation.
      void InvoiceLineSetRemote.allocateServices(InvoiceLineSetRemote acceptingLines) 
      void Invoice.allocateServices(InvoiceLineSetRemote toBeAllocated, InvoiceLineSetRemote acceptingLines)
      Allocated the amount of services as specified in toBeAllocated to all the lines in the acceptingSet proportional to the linecosts of the lines in the acceptingSet.
      void InvoiceRemote.allocateServices(InvoiceLineSetRemote toBeAllocated, InvoiceLineSetRemote acceptingLines) 
      InvoiceLineSetRemote[] Invoice.getAllocatePrepSets(InvoiceLineSetRemote toBeAllocated, InvoiceLineSetRemote acceptingLines)
      According to the two mbo set passed in and what are selected in those two sets, this method returns a array of two new sets for the GUI to display.
      InvoiceLineSetRemote[] InvoiceRemote.getAllocatePrepSets(InvoiceLineSetRemote toBeAllocated, InvoiceLineSetRemote acceptingLines) 
      void Invoice.resetTotalAllocated(InvoiceLineSetRemote lineSet)
      Re-calculate the totalallocated fields on invoice based on the passed in invoiceline set.
      void InvoiceRemote.resetTotalAllocated(InvoiceLineSetRemote lineSet) 
      void Invoice.validateAndCompleteAllocation(InvoiceLineSetRemote toBeAllocated, InvoiceLineSetRemote acceptingLines)
      Validate the allocation, if the total to be allocated is different than the total being allocated, throw an exception.
      void InvoiceRemote.validateAndCompleteAllocation(InvoiceLineSetRemote toBeAllocated, InvoiceLineSetRemote acceptingLines) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes