RS - platform dependent record set typepublic class PrcSalesInvoiceLineGfr<RS> extends Object implements org.beigesoft.service.IEntityProcessor<SalesInvoiceLine,Long>
Service that make SalesInvoiceLine copy from DB for reverse.
| Constructor and Description |
|---|
PrcSalesInvoiceLineGfr() |
| Modifier and Type | Method and Description |
|---|---|
org.beigesoft.service.IEntityProcessor<SalesInvoiceLine,Long> |
getPrcAccEntityPbCopy()
Getter for prcAccEntityPbCopy.
|
SalesInvoiceLine |
process(Map<String,Object> pAddParam,
SalesInvoiceLine pEntityPb,
org.beigesoft.model.IRequestData pRequestData)
Process entity request.
|
void |
setPrcAccEntityPbCopy(org.beigesoft.service.IEntityProcessor<SalesInvoiceLine,Long> pPrcAccEntityPbCopy)
Setter for prcAccEntityPbCopy.
|
public final SalesInvoiceLine process(Map<String,Object> pAddParam, SalesInvoiceLine pEntityPb, org.beigesoft.model.IRequestData pRequestData) throws Exception
Process entity request.
process in interface org.beigesoft.service.IEntityProcessor<SalesInvoiceLine,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<SalesInvoiceLine,Long> getPrcAccEntityPbCopy()
Getter for prcAccEntityPbCopy.
public final void setPrcAccEntityPbCopy(org.beigesoft.service.IEntityProcessor<SalesInvoiceLine,Long> pPrcAccEntityPbCopy)
Setter for prcAccEntityPbCopy.
pPrcAccEntityPbCopy - referenceCopyright © 2016–2018. All rights reserved.