Package com.fluig.sdk.service
Interface PageWidgetService
-
- All Superinterfaces:
BaseAPIService
public interface PageWidgetService extends BaseAPIService
-
-
Field Summary
Fields Modifier and Type Field Description static StringJNDI_NAMEstatic StringJNDI_REMOTE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddisableForMobileApp(long instanceId)voidenableForMobileApp(long instanceId)-
Methods inherited from interface com.fluig.sdk.service.BaseAPIService
expand, generateOrderParam
-
-
-
-
Field Detail
-
JNDI_NAME
static final String JNDI_NAME
- See Also:
- Constant Field Values
-
JNDI_REMOTE_NAME
static final String JNDI_REMOTE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
enableForMobileApp
void enableForMobileApp(long instanceId) throws com.fluig.sdk.api.common.SDKException- Throws:
com.fluig.sdk.api.common.SDKException
-
disableForMobileApp
void disableForMobileApp(long instanceId) throws com.fluig.sdk.api.common.SDKException- Throws:
com.fluig.sdk.api.common.SDKException
-
-