RS - platform dependent record set typeT - entity typepublic class PrcAccDocWithSubaccRetrieve<RS,T extends IDoc> extends Object implements org.beigesoft.service.IEntityProcessor<T,Long>
Service that retrieve Acc-Document with sub-acc and (if required) their acc-entries and put into request data for farther printing. These documents are: PrepaymentTo, PrepaymentFrom, PaymentTo, PaymentFrom.
| Constructor and Description |
|---|
PrcAccDocWithSubaccRetrieve() |
| Modifier and Type | Method and Description |
|---|---|
org.beigesoft.service.IEntityProcessor<T,Long> |
getPrcAccEntityWithSubaccRetrieve()
Getter for prcAccEntityWithSubaccRetrieve.
|
ISrvAccEntry |
getSrvAccEntry()
Getter for srvAccEntry.
|
T |
process(Map<String,Object> pAddParam,
T pEntity,
org.beigesoft.model.IRequestData pRequestData)
Process entity request.
|
void |
setPrcAccEntityWithSubaccRetrieve(org.beigesoft.service.IEntityProcessor<T,Long> pPrcAccEntityWithSubaccRetrieve)
Setter for prcAccEntityWithSubaccRetrieve.
|
void |
setSrvAccEntry(ISrvAccEntry pSrvAccEntry)
Setter for srvAccEntry.
|
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 IDoc,Long>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,Long> getPrcAccEntityWithSubaccRetrieve()
Getter for prcAccEntityWithSubaccRetrieve.
public final void setPrcAccEntityWithSubaccRetrieve(org.beigesoft.service.IEntityProcessor<T,Long> pPrcAccEntityWithSubaccRetrieve)
Setter for prcAccEntityWithSubaccRetrieve.
pPrcAccEntityWithSubaccRetrieve - referencepublic final ISrvAccEntry getSrvAccEntry()
Getter for srvAccEntry.
public final void setSrvAccEntry(ISrvAccEntry pSrvAccEntry)
Setter for srvAccEntry.
pSrvAccEntry - referenceCopyright © 2016–2018. All rights reserved.