public class ProjectBO extends BaseBO
Constructor and Description |
---|
ProjectBO(CLBrowser browser,
Instance focus) |
Modifier and Type | Method and Description |
---|---|
DataInstanceSet |
buildPurchaseLineItems() |
DataInstanceSet |
buildSalesLineItems() |
Instance |
generateInvoice() |
Instance |
generatePurchaseOrder() |
Instance |
generateSalesQuote() |
InstanceSet |
qryFinancialDetails() |
InstanceSet |
qryProducts() |
InstanceSet |
qrySite() |
void |
validate() |
public InstanceSet qryFinancialDetails() throws QueryTreeException
QueryTreeException
public InstanceSet qryProducts() throws QueryTreeException
QueryTreeException
public InstanceSet qrySite() throws QueryTreeException
QueryTreeException
public void validate() throws QueryTreeException, QuerySaveException
QueryTreeException
QuerySaveException
public DataInstanceSet buildSalesLineItems()
public DataInstanceSet buildPurchaseLineItems()
public Instance generateInvoice()
public Instance generateSalesQuote()
public Instance generatePurchaseOrder()