|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.doui.processaction.ProcessActionHandler
lumis.doui.processaction.GenericProcessActionHandler
lumis.service.socialnetworkservices.microblog.doui.processactionhandler.MicroblogHashProcessActionHandler
public class MicroblogHashProcessActionHandler
Process action handler class used to deal with issues related to hashtags associated to a Post.
Field Summary |
---|
Constructor Summary | |
---|---|
MicroblogHashProcessActionHandler()
|
Method Summary | |
---|---|
void |
analyzePost(java.lang.String postId,
java.lang.String post)
This method analyzes a post content in order to extract possible embedded hashtags and persist them. |
void |
processAction()
Executes the process action. |
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 MicroblogHashProcessActionHandler()
Method Detail |
---|
public void processAction() throws PortalException
IProcessActionHandler
This method may execute the process action based on the parameters and node specifications passed to it earlier.
processAction
in interface IProcessActionHandler
processAction
in class GenericProcessActionHandler
PortalException
public void analyzePost(java.lang.String postId, java.lang.String post) throws PortalException
postId
- the ID of the postpost
- the post itself
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |