Class SalesBean
java.lang.Object
com.echothree.control.user.sales.server.SalesFormsImpl
com.echothree.control.user.sales.server.SalesBean
- All Implemented Interfaces:
SalesForms
,SalesRemote
,SalesService
,SalesLocal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSalesOrder
(UserVisitPK userVisitPK, CreateSalesOrderForm form) createSalesOrderBatch
(UserVisitPK userVisitPK, CreateSalesOrderBatchForm form) createSalesOrderLine
(UserVisitPK userVisitPK, CreateSalesOrderLineForm form) createSalesOrderLineTime
(UserVisitPK userVisitPK, CreateSalesOrderLineTimeForm form) createSalesOrderPaymentPreference
(UserVisitPK userVisitPK, CreateSalesOrderPaymentPreferenceForm form) createSalesOrderTime
(UserVisitPK userVisitPK, CreateSalesOrderTimeForm form) deleteSalesOrderBatch
(UserVisitPK userVisitPK, DeleteSalesOrderBatchForm form) deleteSalesOrderLineTime
(UserVisitPK userVisitPK, DeleteSalesOrderLineTimeForm form) deleteSalesOrderTime
(UserVisitPK userVisitPK, DeleteSalesOrderTimeForm form) editSalesOrderBatch
(UserVisitPK userVisitPK, EditSalesOrderBatchForm form) editSalesOrderLineTime
(UserVisitPK userVisitPK, EditSalesOrderLineTimeForm form) editSalesOrderTime
(UserVisitPK userVisitPK, EditSalesOrderTimeForm form) getSalesOrderBatch
(UserVisitPK userVisitPK, GetSalesOrderBatchForm form) getSalesOrderBatches
(UserVisitPK userVisitPK, GetSalesOrderBatchesForm form) getSalesOrderBatchStatusChoices
(UserVisitPK userVisitPK, GetSalesOrderBatchStatusChoicesForm form) getSalesOrderLineTime
(UserVisitPK userVisitPK, GetSalesOrderLineTimeForm form) getSalesOrderLineTimes
(UserVisitPK userVisitPK, GetSalesOrderLineTimesForm form) getSalesOrderStatusChoices
(UserVisitPK userVisitPK, GetSalesOrderStatusChoicesForm form) getSalesOrderTime
(UserVisitPK userVisitPK, GetSalesOrderTimeForm form) getSalesOrderTimes
(UserVisitPK userVisitPK, GetSalesOrderTimesForm form) ping()
setSalesOrderBatchStatus
(UserVisitPK userVisitPK, SetSalesOrderBatchStatusForm form) setSalesOrderStatus
(UserVisitPK userVisitPK, SetSalesOrderStatusForm form) Methods inherited from class com.echothree.control.user.sales.server.SalesFormsImpl
getCreateSalesOrderBatchForm, getCreateSalesOrderForm, getCreateSalesOrderLineForm, getCreateSalesOrderLineTimeForm, getCreateSalesOrderPaymentPreferenceForm, getCreateSalesOrderTimeForm, getDeleteSalesOrderBatchForm, getDeleteSalesOrderLineTimeForm, getDeleteSalesOrderTimeForm, getEditSalesOrderBatchForm, getEditSalesOrderLineTimeForm, getEditSalesOrderTimeForm, getGetSalesOrderBatchesForm, getGetSalesOrderBatchForm, getGetSalesOrderBatchStatusChoicesForm, getGetSalesOrderLineTimeForm, getGetSalesOrderLineTimesForm, getGetSalesOrderStatusChoicesForm, getGetSalesOrderTimeForm, getGetSalesOrderTimesForm, getSalesInvoiceSpec, getSalesInvoiceUniversalSpec, getSalesOrderBatchEdit, getSalesOrderBatchSpec, getSalesOrderEdit, getSalesOrderLineEdit, getSalesOrderLineSpec, getSalesOrderLineTimeEdit, getSalesOrderLineTimeSpec, getSalesOrderPaymentPreferenceEdit, getSalesOrderPaymentPreferenceSpec, getSalesOrderSpec, getSalesOrderTimeEdit, getSalesOrderTimeSpec, getSalesOrderUniversalSpec, getSetSalesOrderBatchStatusForm, getSetSalesOrderStatusForm
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.echothree.control.user.sales.common.SalesForms
getCreateSalesOrderBatchForm, getCreateSalesOrderForm, getCreateSalesOrderLineForm, getCreateSalesOrderLineTimeForm, getCreateSalesOrderPaymentPreferenceForm, getCreateSalesOrderTimeForm, getDeleteSalesOrderBatchForm, getDeleteSalesOrderLineTimeForm, getDeleteSalesOrderTimeForm, getEditSalesOrderBatchForm, getEditSalesOrderLineTimeForm, getEditSalesOrderTimeForm, getGetSalesOrderBatchesForm, getGetSalesOrderBatchForm, getGetSalesOrderBatchStatusChoicesForm, getGetSalesOrderLineTimeForm, getGetSalesOrderLineTimesForm, getGetSalesOrderStatusChoicesForm, getGetSalesOrderTimeForm, getGetSalesOrderTimesForm, getSalesInvoiceSpec, getSalesInvoiceUniversalSpec, getSalesOrderBatchEdit, getSalesOrderBatchSpec, getSalesOrderEdit, getSalesOrderLineEdit, getSalesOrderLineSpec, getSalesOrderLineTimeEdit, getSalesOrderLineTimeSpec, getSalesOrderPaymentPreferenceEdit, getSalesOrderPaymentPreferenceSpec, getSalesOrderSpec, getSalesOrderTimeEdit, getSalesOrderTimeSpec, getSalesOrderUniversalSpec, getSetSalesOrderBatchStatusForm, getSetSalesOrderStatusForm
-
Constructor Details
-
SalesBean
public SalesBean()
-
-
Method Details
-
ping
- Specified by:
ping
in interfaceSalesService
-
createSalesOrderBatch
- Specified by:
createSalesOrderBatch
in interfaceSalesService
-
getSalesOrderBatch
- Specified by:
getSalesOrderBatch
in interfaceSalesService
-
getSalesOrderBatches
- Specified by:
getSalesOrderBatches
in interfaceSalesService
-
getSalesOrderBatchStatusChoices
public CommandResult getSalesOrderBatchStatusChoices(UserVisitPK userVisitPK, GetSalesOrderBatchStatusChoicesForm form) - Specified by:
getSalesOrderBatchStatusChoices
in interfaceSalesService
-
setSalesOrderBatchStatus
public CommandResult setSalesOrderBatchStatus(UserVisitPK userVisitPK, SetSalesOrderBatchStatusForm form) - Specified by:
setSalesOrderBatchStatus
in interfaceSalesService
-
editSalesOrderBatch
- Specified by:
editSalesOrderBatch
in interfaceSalesService
-
deleteSalesOrderBatch
- Specified by:
deleteSalesOrderBatch
in interfaceSalesService
-
createSalesOrder
- Specified by:
createSalesOrder
in interfaceSalesService
-
getSalesOrderStatusChoices
public CommandResult getSalesOrderStatusChoices(UserVisitPK userVisitPK, GetSalesOrderStatusChoicesForm form) - Specified by:
getSalesOrderStatusChoices
in interfaceSalesService
-
setSalesOrderStatus
- Specified by:
setSalesOrderStatus
in interfaceSalesService
-
createSalesOrderPaymentPreference
public CommandResult createSalesOrderPaymentPreference(UserVisitPK userVisitPK, CreateSalesOrderPaymentPreferenceForm form) - Specified by:
createSalesOrderPaymentPreference
in interfaceSalesService
-
createSalesOrderTime
- Specified by:
createSalesOrderTime
in interfaceSalesService
-
getSalesOrderTime
- Specified by:
getSalesOrderTime
in interfaceSalesService
-
getSalesOrderTimes
- Specified by:
getSalesOrderTimes
in interfaceSalesService
-
editSalesOrderTime
- Specified by:
editSalesOrderTime
in interfaceSalesService
-
deleteSalesOrderTime
- Specified by:
deleteSalesOrderTime
in interfaceSalesService
-
createSalesOrderLine
- Specified by:
createSalesOrderLine
in interfaceSalesService
-
createSalesOrderLineTime
public CommandResult createSalesOrderLineTime(UserVisitPK userVisitPK, CreateSalesOrderLineTimeForm form) - Specified by:
createSalesOrderLineTime
in interfaceSalesService
-
getSalesOrderLineTime
- Specified by:
getSalesOrderLineTime
in interfaceSalesService
-
getSalesOrderLineTimes
public CommandResult getSalesOrderLineTimes(UserVisitPK userVisitPK, GetSalesOrderLineTimesForm form) - Specified by:
getSalesOrderLineTimes
in interfaceSalesService
-
editSalesOrderLineTime
public CommandResult editSalesOrderLineTime(UserVisitPK userVisitPK, EditSalesOrderLineTimeForm form) - Specified by:
editSalesOrderLineTime
in interfaceSalesService
-
deleteSalesOrderLineTime
public CommandResult deleteSalesOrderLineTime(UserVisitPK userVisitPK, DeleteSalesOrderLineTimeForm form) - Specified by:
deleteSalesOrderLineTime
in interfaceSalesService
-