Class MessageRemover
- java.lang.Object
-
- lumis.portal.processqueue.AbstractQueueTask
-
- lumis.socialnetworkintegration.action.AbstractMessageAction
-
- lumis.socialnetworkintegration.action.MessageRemover
-
- All Implemented Interfaces:
Serializable
,IQueueTask
public class MessageRemover extends AbstractMessageAction
Removes a message from the targeted social network, if it allows.- Since:
- 6.1.0
- Version:
- $Revision: 13752 $ $Date: 2011-10-13 14:10:51 -0300 (Thu, 13 Oct 2011) $
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class lumis.socialnetworkintegration.action.AbstractMessageAction
AbstractMessageAction.AfterRollbackSetErrorStatus
-
-
Field Summary
-
Fields inherited from class lumis.socialnetworkintegration.action.AbstractMessageAction
accountId, messageContent, messageId, publishDate
-
-
Constructor Summary
Constructors Constructor Description MessageRemover(String messageId, String accountId, String messageContent, Date publishDate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
Low level method that uses ISocialNetworkConnector to remove a message to the social network.-
Methods inherited from class lumis.socialnetworkintegration.action.AbstractMessageAction
getLatestRemoteId, getProcessId, setStatus
-
-
-
-
Method Detail
-
run
public void run() throws PortalException
Low level method that uses ISocialNetworkConnector to remove a message to the social network.- Throws:
PortalException
-
-