RS - platform dependent record set typepublic class UtlPurchaseGoodsServiceLine<RS> extends Object
Utility for Vendor Invoice Goods/Service Line. It makes total for owner.
| Constructor and Description |
|---|
UtlPurchaseGoodsServiceLine() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileQueryPurchaseInvoiceTaxes()
Getter for fileQueryPurchaseInvoiceTaxes.
|
String |
getFileQueryPurchaseInvoiceTotals()
Getter for fileQueryPurchaseInvoiceTotals.
|
String |
getQueryPurchaseInvoiceTaxes()
Getter for queryPurchaseInvoiceTaxes.
|
String |
getQueryPurchaseInvoiceTotals()
Getter for queryPurchaseInvoiceTotals.
|
ISrvAccSettings |
getSrvAccSettings()
Getter for srvAccSettings.
|
org.beigesoft.service.ISrvDatabase<RS> |
getSrvDatabase()
Getter for srvDatabase.
|
org.beigesoft.service.ISrvOrm<RS> |
getSrvOrm()
Geter for srvOrm.
|
String |
lazyGetQueryPurchaseInvoiceTaxes()
Lazy get queryPurchaseInvoiceTaxes.
|
String |
lazyGetQueryPurchaseInvoiceTotals()
Lazy get queryPurchaseInvoiceTotals.
|
String |
loadString(String pFileName)
Load string file (usually SQL query).
|
void |
setFileQueryPurchaseInvoiceTaxes(String pFileQueryPurchaseInvoiceTaxes)
Setter for fileQueryPurchaseInvoiceTaxes.
|
void |
setFileQueryPurchaseInvoiceTotals(String pFileQueryPurchaseInvoiceTotals)
Setter for fileQueryPurchaseInvoiceTotals.
|
void |
setQueryPurchaseInvoiceTaxes(String pQueryPurchaseInvoiceTaxes)
Setter for queryPurchaseInvoiceTaxes.
|
void |
setQueryPurchaseInvoiceTotals(String pQueryPurchaseInvoiceTotals)
Setter for queryPurchaseInvoiceTotals.
|
void |
setSrvAccSettings(ISrvAccSettings pSrvAccSettings)
Setter for srvAccSettings.
|
void |
setSrvDatabase(org.beigesoft.service.ISrvDatabase<RS> pSrvDatabase)
Setter for srvDatabase.
|
void |
setSrvOrm(org.beigesoft.service.ISrvOrm<RS> pSrvOrm)
Setter for srvOrm.
|
void |
updateOwner(Map<String,Object> pAddParam,
PurchaseInvoice pItsOwner)
Insert immutable line into DB.
|
void |
updateTaxLines(Map<String,Object> pAddParam,
PurchaseInvoice pItsOwner)
Update invoice Tax Lines.
|
public final void updateOwner(Map<String,Object> pAddParam, PurchaseInvoice pItsOwner) throws Exception
Insert immutable line into DB.
pAddParam - additional parampItsOwner - PurchaseInvoiceException - - an exceptionpublic final String lazyGetQueryPurchaseInvoiceTaxes() throws Exception
Lazy get queryPurchaseInvoiceTaxes.
Exception - - an exceptionpublic final String lazyGetQueryPurchaseInvoiceTotals() throws Exception
Lazy get queryPurchaseInvoiceTotals.
Exception - - an exceptionpublic final String loadString(String pFileName) throws IOException
Load string file (usually SQL query).
pFileName - file nameIOException - - IO exceptionpublic final void updateTaxLines(Map<String,Object> pAddParam, PurchaseInvoice pItsOwner) throws Exception
Update invoice Tax Lines.
pAddParam - additional parampItsOwner - OwnerException - - an exceptionpublic final org.beigesoft.service.ISrvDatabase<RS> getSrvDatabase()
Getter for srvDatabase.
public final void setSrvDatabase(org.beigesoft.service.ISrvDatabase<RS> pSrvDatabase)
Setter for srvDatabase.
pSrvDatabase - referencepublic final org.beigesoft.service.ISrvOrm<RS> getSrvOrm()
Geter for srvOrm.
public final void setSrvOrm(org.beigesoft.service.ISrvOrm<RS> pSrvOrm)
Setter for srvOrm.
pSrvOrm - referencepublic final String getFileQueryPurchaseInvoiceTaxes()
Getter for fileQueryPurchaseInvoiceTaxes.
public final void setFileQueryPurchaseInvoiceTaxes(String pFileQueryPurchaseInvoiceTaxes)
Setter for fileQueryPurchaseInvoiceTaxes.
pFileQueryPurchaseInvoiceTaxes - referencepublic final String getQueryPurchaseInvoiceTaxes()
Getter for queryPurchaseInvoiceTaxes.
public final void setQueryPurchaseInvoiceTaxes(String pQueryPurchaseInvoiceTaxes)
Setter for queryPurchaseInvoiceTaxes.
pQueryPurchaseInvoiceTaxes - referencepublic final String getFileQueryPurchaseInvoiceTotals()
Getter for fileQueryPurchaseInvoiceTotals.
public final void setFileQueryPurchaseInvoiceTotals(String pFileQueryPurchaseInvoiceTotals)
Setter for fileQueryPurchaseInvoiceTotals.
pFileQueryPurchaseInvoiceTotals - referencepublic final String getQueryPurchaseInvoiceTotals()
Getter for queryPurchaseInvoiceTotals.
public final void setQueryPurchaseInvoiceTotals(String pQueryPurchaseInvoiceTotals)
Setter for queryPurchaseInvoiceTotals.
pQueryPurchaseInvoiceTotals - referencepublic final ISrvAccSettings getSrvAccSettings()
Getter for srvAccSettings.
public final void setSrvAccSettings(ISrvAccSettings pSrvAccSettings)
Setter for srvAccSettings.
pSrvAccSettings - referenceCopyright © 2016–2018. All rights reserved.