Package com.fluig.sdk.service
Interface CardIndexService
- 
- All Superinterfaces:
 BaseAPIService
public interface CardIndexService extends BaseAPIService
Fornece operações para gerenciamento card index- Since:
 - 1.5
 - Author:
 - vanei.heidemann
 
 
- 
- 
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 CardIndexVOcreate(CardIndexVO vo)Criação de um novo card indexvoiddelete(Integer documentId)Exclusão de um card indexIntegergetDefaultFormFolderId()Retorna a pasta padrão de formulário- 
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
- 
create
CardIndexVO create(CardIndexVO vo) throws com.fluig.sdk.api.common.SDKException
Criação de um novo card index- Parameters:
 vo- - object to persist- Returns:
 - Throws:
 com.fluig.sdk.api.common.SDKException
 
- 
delete
void delete(Integer documentId)
Exclusão de um card index- Parameters:
 Integer- documentId
 
- 
getDefaultFormFolderId
Integer getDefaultFormFolderId() throws com.fluig.sdk.api.common.SDKException
Retorna a pasta padrão de formulário- Parameters:
 Integer- documentId- Throws:
 com.fluig.sdk.api.common.SDKException
 
 - 
 
 -