The Account Receivable Schedules service provides read-only access to Account Receivable Schedules. This service provides multiple actions as described here.
Service Name: Account Receivable Schedule Service
Service ID: com.corgroup.bms.accounting.ar#SCHEDULES
Action CorrecService_I.ADD_COMPOSITE - instantiate an org.eclipse.swt.widgets.Composite containing a org.eclipse.swt.widgetsCombo of schedule items.
Map: Collaboration map requires the following key/value
pair.
*CorrecService_I.CONSUMER
(Control) this maybe any non-disposed control. It is used to uniquely
identify the service caller.
*CorrecService_I.COMPOSITE
(Control) (Control) acts as parent control to returned composite/combo. Most often a
Composite.
*CorrecService_I.SERV_LISTENER
(CorreService)
CorrecService.collaborator(Action, Map) called when a selection is made from
the combo.
Action CorrecService_I.SELECT
the map containts the following key/value pairs.
CorrecService_I.STRING
(String) item selected
CorrecService_I.ID
(Long) unique persisted ID of item selected
CorrecService_I.STRING_ARRAY
(String[]) [0] = Title, [1] = Tool Tip
Return Boolean - true composite containing combo added to CorrecService_I.COMPOSITE
Action CorrecService_I.SELECT - select a schedule listed within the combo generated by CorrecService_I.ADD_COMPOSITE> action.
Map: Collaboration map requires the following key/value
pair.
*CorrecService_I.CONSUMER
(Control) - same as used in the CorrecService_I.ADD_COMPOSITE action.
*CorrecService_I.LONG
(Long) unique persisted id of schedule to select
Action CorrecService_I.ALTER - add one or more elements to the combo
generated by CorrecService_I.ADD_COMPOSITE action.
Map: Collaboration map requires the following key/value
pair.
*CorrecService_I.CONSUMER
(Control)- same as used in the CorrecService_I.ADD_COMPOSITE action.
*CorrecService_I.STRING_ARRAY
(String[]) one or more items to add to the
combo items.
Return Boolean - true items added to combo
Action CorrecService_I.COUNT - get the number of items in the combo generated
by CorrecService_I.ADD_COMPOSITE action.
Map: Collaboration map requires the following key/value pair.
*CorrecService_I.CONSUMER
(Control)
- same as used in the CorrecService_I.ADD_COMPOSITE action.
* CorrecService_I.COMBO
null
Return Integer - number of items in combo
Action CorrecService_I.CONTROL - get combo generated by CorrecService_I.ADD_COMPOSITE action.
Map: Collaboration map requires the following key/value pair.
*CorrecService_I.CONSUMER (Control)
- same as used in the CorrecService_I.ADD_COMPOSITE action.
Return org.eclipse.swt.widgets.Combo