L - line typeI - invoice typeRS - platform dependent record set typepublic class PrcInvoiceLnCreate<RS,L extends IInvoiceLine<I>,I extends IInvoice> extends Object implements org.beigesoft.service.IEntityProcessor<L,Long>
Service that create sales/purchase line.
| Constructor and Description |
|---|
PrcInvoiceLnCreate() |
| Modifier and Type | Method and Description |
|---|---|
org.beigesoft.orm.processor.PrcEntityCreate<RS,L,Long> |
getPrcEntityCreate()
Getter for prcEntityCreate.
|
L |
process(Map<String,Object> pReqVars,
L pEntityPb,
org.beigesoft.model.IRequestData pRequestData)
Process entity request.
|
void |
setPrcEntityCreate(org.beigesoft.orm.processor.PrcEntityCreate<RS,L,Long> pPrcEntityCreate)
Setter for prcEntityCreate.
|
public final L process(Map<String,Object> pReqVars, L pEntityPb, org.beigesoft.model.IRequestData pRequestData) throws Exception
Process entity request.
process in interface org.beigesoft.service.IEntityProcessor<L extends IInvoiceLine<I>,Long>pReqVars - additional param, e.g. return this line's
document in "nextEntity" for farther processpRequestData - Request DatapEntity - Entity to processException - - an exceptionpublic final org.beigesoft.orm.processor.PrcEntityCreate<RS,L,Long> getPrcEntityCreate()
Getter for prcEntityCreate.
Copyright © 2016–2018. All rights reserved.