Package com.smeup.kokos.service
Class KS_202_01B
java.lang.Object
com.smeup.kokos.sdk.caller.KokosService
com.smeup.kokos.service.KS_202_01B
public class KS_202_01B
extends com.smeup.kokos.sdk.caller.KokosService
Entity detail service.
Supports both OAV metadata listing and single-entity detail rendering.
-
Field Summary
FieldsFields inherited from class com.smeup.kokos.sdk.caller.KokosService
out, printer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetEntityGrid(com.smeup.kokos.sdk.fun.Fun fun, com.smeup.kokos.sdk.model.ExecutionContext context) Return the object details editablevoidgetObjectDetails(com.smeup.kokos.sdk.fun.Fun fun, com.smeup.kokos.sdk.model.ExecutionContext context) Return the object detailsvoidgetObjectDetailsDeprecated(com.smeup.kokos.sdk.fun.Fun fun, com.smeup.kokos.sdk.model.ExecutionContext context) Methods inherited from class com.smeup.kokos.sdk.caller.KokosService
execute, writeAction, writeButtons, writeDataColumn, writeDataColumns, writeDataNode, writeDataNodeClosure, writeDataRow, writeLayout, writeMessage, writeRawData, writeSch, writeSetup, writeVariable
-
Field Details
-
LEGACY_ROW_FUN_METHOD
- See Also:
-
GRID_FUN_METHOD
- See Also:
-
-
Constructor Details
-
KS_202_01B
public KS_202_01B()
-
-
Method Details
-
getObjectDetails
public void getObjectDetails(com.smeup.kokos.sdk.fun.Fun fun, com.smeup.kokos.sdk.model.ExecutionContext context) throws Exception Return the object details- Parameters:
fun- funcontext- context- Throws:
Exception- Exception
-
getObjectDetailsDeprecated
public void getObjectDetailsDeprecated(com.smeup.kokos.sdk.fun.Fun fun, com.smeup.kokos.sdk.model.ExecutionContext context) throws Exception - Throws:
Exception
-
getEntityGrid
public void getEntityGrid(com.smeup.kokos.sdk.fun.Fun fun, com.smeup.kokos.sdk.model.ExecutionContext context) throws Exception Return the object details editable- Parameters:
fun- funcontext- context- Throws:
Exception- Exception
-