Package com.fluig.sdk.service
Interface CardService
-
- All Superinterfaces:
BaseAPIService
public interface CardService extends BaseAPIService
Fornece operações para gerenciamento de Card's- Since:
- 1.5
- Author:
- vanei.heidemann
-
-
Field Summary
Fields Modifier and Type Field Description static String
JNDI_NAME
static String
JNDI_REMOTE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CardItemVO
createItem(CardItemVO vo)
Criação de um novo card-
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
-
createItem
CardItemVO createItem(CardItemVO vo) throws com.fluig.sdk.api.common.SDKException
Criação de um novo card- Parameters:
vo
-- Returns:
- Throws:
com.fluig.sdk.api.common.SDKException
-
-