RS - platform dependent record set typeT - line typeI - invoice typepublic class PrcInvoiceLnGfe<RS,T extends IInvoiceLine<I>,I extends IInvoice> extends Object implements org.beigesoft.service.IEntityProcessor<T,Long>
Process that retrieves purchase/sales invoice service line for editing.
| Constructor and Description |
|---|
PrcInvoiceLnGfe() |
| Modifier and Type | Method and Description |
|---|---|
org.beigesoft.service.IEntityProcessor<T,Long> |
getPrcEntityPbEditDelete()
Getter for prcEntityPbEditDelete.
|
T |
process(Map<String,Object> pReqVars,
T pEntity,
org.beigesoft.model.IRequestData pRequestData)
Process invLn request.
|
void |
setPrcEntityPbEditDelete(org.beigesoft.service.IEntityProcessor<T,Long> pPrcEntityPbEditDelete)
Setter for prcEntityPbEditDelete.
|
public final T process(Map<String,Object> pReqVars, T pEntity, org.beigesoft.model.IRequestData pRequestData) throws Exception
Process invLn request.
process in interface org.beigesoft.service.IEntityProcessor<T 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.service.IEntityProcessor<T,Long> getPrcEntityPbEditDelete()
Getter for prcEntityPbEditDelete.
Copyright © 2016–2018. All rights reserved.