RS - platform dependent record set typeT - entity typeID - entity ID typepublic class PrcAccEntityWithSubaccRetrieve<RS,T extends org.beigesoft.model.IHasId<ID>,ID> extends Object implements org.beigesoft.service.IEntityProcessor<T,ID>
Service that retrieve entity and put into request data for farther editing (or print or confirm delete). These entities are - Account, SubaccountLine, print - AdditionCostLine.
| Constructor and Description |
|---|
PrcAccEntityWithSubaccRetrieve() |
| Modifier and Type | Method and Description |
|---|---|
org.beigesoft.service.IEntityProcessor<T,ID> |
getPrcAccEntityRetrieve()
Getter for prcAccEntityRetrieve.
|
ISrvTypeCode |
getSrvTypeCode()
Geter for srvTypeCode.
|
T |
process(Map<String,Object> pAddParam,
T pEntity,
org.beigesoft.model.IRequestData pRequestData)
Process entity request.
|
void |
setPrcAccEntityRetrieve(org.beigesoft.service.IEntityProcessor<T,ID> pPrcAccEntityRetrieve)
Setter for prcAccEntityRetrieve.
|
void |
setSrvTypeCode(ISrvTypeCode pSrvTypeCode)
Setter for srvTypeCode.
|
public final T process(Map<String,Object> pAddParam, T pEntity, org.beigesoft.model.IRequestData pRequestData) throws Exception
Process entity request.
process in interface org.beigesoft.service.IEntityProcessor<T extends org.beigesoft.model.IHasId<ID>,ID>pAddParam - 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,ID> getPrcAccEntityRetrieve()
Getter for prcAccEntityRetrieve.
public final void setPrcAccEntityRetrieve(org.beigesoft.service.IEntityProcessor<T,ID> pPrcAccEntityRetrieve)
Setter for prcAccEntityRetrieve.
pPrcAccEntityRetrieve - referencepublic final ISrvTypeCode getSrvTypeCode()
Geter for srvTypeCode.
public final void setSrvTypeCode(ISrvTypeCode pSrvTypeCode)
Setter for srvTypeCode.
pSrvTypeCode - referenceCopyright © 2016–2018. All rights reserved.