|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.doui.processaction.ProcessActionHandler
lumis.service.comment.SetCommentTotalInfoProcessActionHandler
public class SetCommentTotalInfoProcessActionHandler
Updates the comments total information for a given targetContentLocaleId.
Field Summary |
---|
Constructor Summary | |
---|---|
SetCommentTotalInfoProcessActionHandler()
|
Method Summary | |
---|---|
void |
processAction()
It gets targetContentLocaleId parameter and make a call for updateCommentTotal(String, String, ITransaction) . |
static void |
updateCommentTotal(java.lang.String serviceInstanceId,
java.lang.String targetContentLocaleId,
ITransaction transaction)
Updates the lum_CommentTotal table entry for the
specified targetContentLocaleId and comment service instance. |
Methods inherited from class lumis.doui.processaction.ProcessActionHandler |
---|
addDefaultResponse, addResponseParameter, checkServiceInstancePermission, checkServiceInstancePermission, getId, getParameter, getParameter, getResource, getServiceInterfaceHyperLink, getUrl, init, localize, processHyperLinkResponse, processPopupInterfaceResponse, resolveFieldValueNode, setParameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SetCommentTotalInfoProcessActionHandler()
Method Detail |
---|
public void processAction() throws PortalException
updateCommentTotal(String, String, ITransaction)
.
PortalException
public static void updateCommentTotal(java.lang.String serviceInstanceId, java.lang.String targetContentLocaleId, ITransaction transaction) throws PortalException
lum_CommentTotal
table entry for the
specified targetContentLocaleId and comment service instance.
serviceInstanceId
- the identifier of the comment service instance
on which the update is to be done.targetContentLocaleId
- the id of the commented contentLocale.transaction
- the transaction for persistence access.
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |