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