Package com.fluig.sdk.service
Interface CommentService
-
- All Superinterfaces:
BaseAPIService
public interface CommentService extends BaseAPIService
-
-
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 void
editComment(Long commentId, String text)
Edit a single commentCommentVO
findComment(Long sociableId)
Find a single comment-
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
-
editComment
void editComment(Long commentId, String text) throws com.fluig.sdk.api.common.SDKException, com.totvs.technology.foundation.common.exception.FDNException, NamingException
Edit a single comment- Parameters:
commentId
-text
-- Throws:
com.fluig.sdk.api.common.SDKException
NamingException
com.totvs.technology.foundation.common.exception.FDNException
-
findComment
CommentVO findComment(Long sociableId) throws NamingException
Find a single comment- Parameters:
sociableId
-- Returns:
- Throws:
NamingException
-
-