RS - platform dependent record set typepublic class PrcSalesInvoiceServiceLineDelete<RS> extends Object implements org.beigesoft.service.IEntityProcessor<SalesInvoiceServiceLine,Long>
Service that delete SalesInvoiceServiceLine from DB.
| Constructor and Description |
|---|
PrcSalesInvoiceServiceLineDelete() |
| Modifier and Type | Method and Description |
|---|---|
org.beigesoft.service.IEntityProcessor<SalesInvoiceServiceLine,Long> |
getPrcAccEntityPbDelete()
Getter for prcAccEntityPbDelete.
|
org.beigesoft.service.ISrvOrm<RS> |
getSrvOrm()
Getter for srvOrm.
|
UtlSalesGoodsServiceLine<RS> |
getUtlSalesGoodsServiceLine()
Getter for utlSalesGoodsServiceLine.
|
SalesInvoiceServiceLine |
process(Map<String,Object> pReqVars,
SalesInvoiceServiceLine pEntity,
org.beigesoft.model.IRequestData pRequestData)
Process entity request.
|
void |
setPrcAccEntityPbDelete(org.beigesoft.service.IEntityProcessor<SalesInvoiceServiceLine,Long> pPrcAccEntityPbDelete)
Setter for prcAccEntityPbDelete.
|
void |
setSrvOrm(org.beigesoft.service.ISrvOrm<RS> pSrvOrm)
Setter for srvOrm.
|
void |
setUtlSalesGoodsServiceLine(UtlSalesGoodsServiceLine<RS> pUtlSalesGoodsServiceLine)
Setter for utlSalesGoodsServiceLine.
|
public final SalesInvoiceServiceLine process(Map<String,Object> pReqVars, SalesInvoiceServiceLine pEntity, org.beigesoft.model.IRequestData pRequestData) throws Exception
Process entity request.
process in interface org.beigesoft.service.IEntityProcessor<SalesInvoiceServiceLine,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.ISrvOrm<RS> getSrvOrm()
Getter for srvOrm.
public final void setSrvOrm(org.beigesoft.service.ISrvOrm<RS> pSrvOrm)
Setter for srvOrm.
pSrvOrm - referencepublic final org.beigesoft.service.IEntityProcessor<SalesInvoiceServiceLine,Long> getPrcAccEntityPbDelete()
Getter for prcAccEntityPbDelete.
public final void setPrcAccEntityPbDelete(org.beigesoft.service.IEntityProcessor<SalesInvoiceServiceLine,Long> pPrcAccEntityPbDelete)
Setter for prcAccEntityPbDelete.
pPrcAccEntityPbDelete - referencepublic final UtlSalesGoodsServiceLine<RS> getUtlSalesGoodsServiceLine()
Getter for utlSalesGoodsServiceLine.
public final void setUtlSalesGoodsServiceLine(UtlSalesGoodsServiceLine<RS> pUtlSalesGoodsServiceLine)
Setter for utlSalesGoodsServiceLine.
pUtlSalesGoodsServiceLine - referenceCopyright © 2016–2018. All rights reserved.