RS - platform dependent record set typepublic class UtlSalesGoodsServiceLine<RS> extends Object
Utility for Sales Invoice Goods/Service Line. It makes total for owner.
| Constructor and Description |
|---|
UtlSalesGoodsServiceLine() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileQuerySalesInvoiceTaxes()
Getter for fileQuerySalesInvoiceTaxes.
|
String |
getFileQuerySalesInvoiceTotals()
Getter for fileQuerySalesInvoiceTotals.
|
String |
getQuerySalesInvoiceTaxes()
Getter for querySalesInvoiceTaxes.
|
String |
getQuerySalesInvoiceTotals()
Getter for querySalesInvoiceTotals.
|
ISrvAccSettings |
getSrvAccSettings()
Getter for srvAccSettings.
|
org.beigesoft.service.ISrvDatabase<RS> |
getSrvDatabase()
Getter for srvDatabase.
|
org.beigesoft.service.ISrvOrm<RS> |
getSrvOrm()
Geter for srvOrm.
|
String |
lazyGetQuerySalesInvoiceTaxes()
Lazy get querySalesInvoiceTaxes.
|
String |
lazyGetQuerySalesInvoiceTotals()
Lazy get querySalesInvoiceTotals.
|
String |
loadString(String pFileName)
Load string file (usually SQL query).
|
void |
setFileQuerySalesInvoiceTaxes(String pFileQuerySalesInvoiceTaxes)
Setter for fileQuerySalesInvoiceTaxes.
|
void |
setFileQuerySalesInvoiceTotals(String pFileQuerySalesInvoiceTotals)
Setter for fileQuerySalesInvoiceTotals.
|
void |
setQuerySalesInvoiceTaxes(String pQuerySalesInvoiceTaxes)
Setter for querySalesInvoiceTaxes.
|
void |
setQuerySalesInvoiceTotals(String pQuerySalesInvoiceTotals)
Setter for querySalesInvoiceTotals.
|
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,
SalesInvoice pItsOwner)
Insert immutable line into DB.
|
void |
updateTaxLines(Map<String,Object> pAddParam,
SalesInvoice pOwner)
Update invoice Tax Lines.
|
public final void updateOwner(Map<String,Object> pAddParam, SalesInvoice pItsOwner) throws Exception
Insert immutable line into DB.
pAddParam - additional parampItsOwner - SalesInvoiceException - - an exceptionpublic final String lazyGetQuerySalesInvoiceTaxes() throws Exception
Lazy get querySalesInvoiceTaxes.
Exception - - an exceptionpublic final String lazyGetQuerySalesInvoiceTotals() throws Exception
Lazy get querySalesInvoiceTotals.
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, SalesInvoice pOwner) throws Exception
Update invoice Tax Lines.
pAddParam - additional parampOwner - SalesInvoiceException - - 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 getFileQuerySalesInvoiceTaxes()
Getter for fileQuerySalesInvoiceTaxes.
public final void setFileQuerySalesInvoiceTaxes(String pFileQuerySalesInvoiceTaxes)
Setter for fileQuerySalesInvoiceTaxes.
pFileQuerySalesInvoiceTaxes - referencepublic final String getQuerySalesInvoiceTaxes()
Getter for querySalesInvoiceTaxes.
public final void setQuerySalesInvoiceTaxes(String pQuerySalesInvoiceTaxes)
Setter for querySalesInvoiceTaxes.
pQuerySalesInvoiceTaxes - referencepublic final String getFileQuerySalesInvoiceTotals()
Getter for fileQuerySalesInvoiceTotals.
public final void setFileQuerySalesInvoiceTotals(String pFileQuerySalesInvoiceTotals)
Setter for fileQuerySalesInvoiceTotals.
pFileQuerySalesInvoiceTotals - referencepublic final String getQuerySalesInvoiceTotals()
Getter for querySalesInvoiceTotals.
public final void setQuerySalesInvoiceTotals(String pQuerySalesInvoiceTotals)
Setter for querySalesInvoiceTotals.
pQuerySalesInvoiceTotals - referencepublic final ISrvAccSettings getSrvAccSettings()
Getter for srvAccSettings.
public final void setSrvAccSettings(ISrvAccSettings pSrvAccSettings)
Setter for srvAccSettings.
pSrvAccSettings - referenceCopyright © 2016–2017. All rights reserved.