public interface ISrEntr
Service that makes, reverses, retrieves entries for given document.
| Modifier and Type | Method and Description |
|---|---|
void |
hndStgCng(Map<String,Object> pRvs)
Handles settings changed, i.e.
|
void |
mkEntrs(Map<String,Object> pRvs,
IDoci pDoc)
Makes entries for given document.
|
List<Entr> |
retEntrs(Map<String,Object> pRvs,
IEntrSrc pSrc)
Retrieves entries for given document.
|
void |
revEntrs(Map<String,Object> pRvs,
IDoci pRvng,
IDoci pRved)
Reverses entries for given document.
|
void hndStgCng(Map<String,Object> pRvs) throws Exception
Handles settings changed, i.e. clears cached data.
pRvs - Request scoped variablesException - - an exceptionvoid mkEntrs(Map<String,Object> pRvs, IDoci pDoc) throws Exception
Makes entries for given document. Document must be inserted/updated.
pRvs - Request scoped variablespDoc - source documentException - - an exceptionvoid revEntrs(Map<String,Object> pRvs, IDoci pRvng, IDoci pRved) throws Exception
Reverses entries for given document.
pRvs - Request scoped variablespRvng - reversing documentpRved - reversed documentException - - an exceptionCopyright © 2019. All rights reserved.