getGeneralLedgerPendingEntry(int index) This method retrieves a particular pending entry instance, automatically instantiating any missing intervening instances.
This behavior is coupled tightly with some underlying issues that the Struts PojoProcessor plugin has with how objects get
instantiated within lists.
This method will check sufficient funds for the document
a list of sufficientfundsitems that do not have sufficient funds. It returns an empty list if there is sufficientfunds for the entire document
This method retrieves a particular pending entry instance, automatically instantiating any missing intervening instances.
This behavior is coupled tightly with some underlying issues that the Struts PojoProcessor plugin has with how objects get
instantiated within lists. This behavior is required because otherwise when the PojoProcessor tries to automatically inject
values into the list, it will get an index out of bounds error if the instance at an index is being called and prior
instances at indices before that one are not being instantiated.
Parameters: index - The GLPE instance at the passed in index.
This method will return only PLEs that should be checked for SF. Normally this will be all PLEs, but some docs (such as BA)
have additional requirements.
a list of sufficientfundsitems that do not have sufficient funds. It returns an empty list if there is sufficientfunds for the entire document
Returns whether the system has enabled flexible bank offsets. The CashManagementDocument displays the GLPE tag conditionally
based on this.
whether the system has enabled flexible bank offsets