T - invoice typepublic class PrcInvoiceGfe<T extends IInvoice> extends Object implements org.beigesoft.service.IEntityProcessor<T,Long>
Process that retrieves purchase/sales invoice for editing.
| Constructor and Description |
|---|
PrcInvoiceGfe() |
| 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 entity 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 entity request.
process in interface org.beigesoft.service.IEntityProcessor<T extends IInvoice,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.