RS - platform dependent record set typeT - entity typepublic class PrcAccDocWithTaxesPaymentsCopy<RS,T extends ADocWithTaxesPayments> extends Object implements org.beigesoft.service.IEntityProcessor<T,Long>
Service that make document with taxes and payments/prepayments copy from DB. Those documents are: PurchaseInvoice, SalesInvoice.
| Constructor and Description |
|---|
PrcAccDocWithTaxesPaymentsCopy() |
| Modifier and Type | Method and Description |
|---|---|
org.beigesoft.service.IEntityProcessor<T,Long> |
getPrcAccEntityPbCopy()
Getter for prcAccEntityPbCopy.
|
T |
process(Map<String,Object> pAddParam,
T pEntity,
org.beigesoft.model.IRequestData pRequestData)
Process entity request.
|
void |
setPrcAccEntityPbCopy(org.beigesoft.service.IEntityProcessor<T,Long> pPrcAccEntityPbCopy)
Setter for prcAccEntityPbCopy.
|
public final T process(Map<String,Object> pAddParam, T pEntity, org.beigesoft.model.IRequestData pRequestData) throws Exception
Process entity request.
process in interface org.beigesoft.service.IEntityProcessor<T extends ADocWithTaxesPayments,Long>pAddParam - additional param, e.g. return this line's
document in "nextEntity" for farther processpRequestData - Request DatapEntity - Entity to processException - - an exceptionpublic final org.beigesoft.service.IEntityProcessor<T,Long> getPrcAccEntityPbCopy()
Getter for prcAccEntityPbCopy.
Copyright © 2016–2018. All rights reserved.