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