Class MicroblogUserFollowsProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class MicroblogUserFollowsProcessActionHandler
    extends GenericProcessActionHandler
    Process action handler class used to deal with issues related to user follows relationship.
    Since:
    6.1.0
    Version:
    $Revision: 13752 $ $Date: 2011-10-13 14:10:51 -0300 (Thu, 13 Oct 2011) $
    • Constructor Detail

      • MicroblogUserFollowsProcessActionHandler

        public MicroblogUserFollowsProcessActionHandler()
    • Method Detail

      • doInsert

        public void doInsert​(java.lang.String followedUserId,
                             java.lang.String socialNetworkId,
                             java.lang.String serviceInstanceId)
                      throws PortalException
        Does the insert process, i.e., a user follow-process.
        Parameters:
        followedUserId -
        socialNetworkId -
        serviceInstanceId -
        Throws:
        PortalException
        Since:
        6.1.0
      • doRemove

        public void doRemove​(java.lang.String followedUserId,
                             java.lang.String socialNetworkId,
                             java.lang.String serviceInstanceId)
                      throws PortalException
        Does the remove process, i.e., a user unfollow-process.
        Parameters:
        followedUserId -
        socialNetworkId -
        serviceInstanceId -
        Throws:
        PortalException
        Since:
        6.1.0