Package com.softwaremining.logic
Interface IBaseService
- All Superinterfaces:
IDisplayable
- All Known Subinterfaces:
ICicsBaseService
- All Known Implementing Classes:
BaseService
,BullBaseService
,CAIdealBaseService
,CicsBaseService
,DcAppLauncherService
,DliBaseService
,DMSBaseService
,ESQLBaseService
,FileLoaderService
,HpBaseService
,ILEBaseService
,KeyGenerator
,ShadowBaseService
,VaxBaseService
,VosBaseService
,WangBaseService
This interface is implemented by all business logic classes : BaseService, CicsBaseService, ILEBaseService ...
-
Field Summary
Fields inherited from interface com.softwaremining.ui.IDisplayable
_FKEY_INPUT, _INVALIDATE, FKEY_1, FKEY_10, FKEY_11, FKEY_12, FKEY_2, FKEY_3, FKEY_4, FKEY_5, FKEY_6, FKEY_7, FKEY_8, FKEY_9
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addCallParameter
(int param) void
addCallParameter
(int param, boolean byContent) void
addCallParameter
(CBLPointer param, boolean byContent) void
addCallParameter
(ISMDataType wrapper) void
addCallParameter
(ISMDataType wrapper, boolean byContent) void
addCallParameter
(String param) void
addCallParameter
(String param, boolean byContent) execute()
execute
(ISMDataType wrapper1) execute
(ISMDataType wrapper1, ISMDataType wrapper2) execute
(ISMDataType wrapper1, ISMDataType wrapper2, ISMDataType wrapper3) execute
(ISMDataType wrapper1, ISMDataType wrapper2, ISMDataType wrapper3, ISMDataType wrapper4) execute
(ISMDataType wrapper1, ISMDataType wrapper2, ISMDataType wrapper3, ISMDataType wrapper4, ISMDataType wrapper5) int
void
goBack()
void
void
invokeRange
(String firstParagraphName, String lastParagraphName) void
populateFromLastSQLMessage
(ISMBean sqlca, ISMDataType messageArea, int length) void
populateFromLastSQLMessage
(ISMDataType _dfheiblk, ISMDataType _dfhcommarea, ISMDataType sqlca, ISMDataType messageArea, long length) void
setReturnCode
(long newReturnCode) void
setSessionId
(Long sessId) void
stop()
Methods inherited from interface com.softwaremining.ui.IDisplayable
assignLastKeyPressed, assignTargetXMLScreen, disableGUIScreens, getField, getLastDisplayColumn, getLastDisplayRow, getScreenClassName, getScreenClient, getXMLScreenDefReader, isGUIScreensEnabled, isTargetXMLScreen, makeUpClassScreenSourceName, retrieveField, retrieveLastKeyPressed, setLastDisplayColumn, setLastDisplayRow
-
Method Details
-
setReturnCode
void setReturnCode(long newReturnCode) -
getReturnCode
int getReturnCode() -
getSessionId
Long getSessionId() -
setSessionId
-
invoke
- Throws:
ControlException
-
invokeRange
- Throws:
ControlException
-
_goto
- Throws:
ControlException
-
goBack
- Throws:
ControlException
-
stop
- Throws:
ControlException
-
populateFromLastSQLMessage
-
populateFromLastSQLMessage
void populateFromLastSQLMessage(ISMDataType _dfheiblk, ISMDataType _dfhcommarea, ISMDataType sqlca, ISMDataType messageArea, long length) -
addCallParameter
-
addCallParameter
void addCallParameter(int param, boolean byContent) -
addCallParameter
-
addCallParameter
-
addCallParameter
void addCallParameter(int param) -
addCallParameter
-
addCallParameter
-
execute
Integer execute() -
execute
-
execute
-
execute
-
execute
Integer execute(ISMDataType wrapper1, ISMDataType wrapper2, ISMDataType wrapper3, ISMDataType wrapper4) -
execute
Integer execute(ISMDataType wrapper1, ISMDataType wrapper2, ISMDataType wrapper3, ISMDataType wrapper4, ISMDataType wrapper5) -
execute
-