org.sakaiproject.profile2.logic
Class ProfileLinkLogicImpl

java.lang.Object
  extended by org.sakaiproject.profile2.logic.ProfileLinkLogicImpl
All Implemented Interfaces:
ProfileLinkLogic

public class ProfileLinkLogicImpl
extends Object
implements ProfileLinkLogic

Implementation of ProfileLinkLogic API

Author:
Steve Swinsburg (steve.swinsburg@gmail.com)

Constructor Summary
ProfileLinkLogicImpl()
           
 
Method Summary
 String getEntityLinkToProfileConnections()
          
 String getEntityLinkToProfileHome(String userUuid)
          
 String getEntityLinkToProfileMessages(String threadId)
          
 String getEntityLinkToProfileWall(String userUuid)
          
 String getInternalDirectUrlToUserConnections()
          
 String getInternalDirectUrlToUserMessages(String threadId)
          
 String getInternalDirectUrlToUserProfile()
          
 String getInternalDirectUrlToUserProfile(String userUuid)
          
 String getInternalDirectUrlToUserWall(String userUuid, String wallItemId)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileLinkLogicImpl

public ProfileLinkLogicImpl()
Method Detail

getInternalDirectUrlToUserProfile

public String getInternalDirectUrlToUserProfile()

Specified by:
getInternalDirectUrlToUserProfile in interface ProfileLinkLogic

getInternalDirectUrlToUserProfile

public String getInternalDirectUrlToUserProfile(String userUuid)

Specified by:
getInternalDirectUrlToUserProfile in interface ProfileLinkLogic

getInternalDirectUrlToUserWall

public String getInternalDirectUrlToUserWall(String userUuid,
                                             String wallItemId)

Specified by:
getInternalDirectUrlToUserWall in interface ProfileLinkLogic

getInternalDirectUrlToUserMessages

public String getInternalDirectUrlToUserMessages(String threadId)

Specified by:
getInternalDirectUrlToUserMessages in interface ProfileLinkLogic

getInternalDirectUrlToUserConnections

public String getInternalDirectUrlToUserConnections()

Specified by:
getInternalDirectUrlToUserConnections in interface ProfileLinkLogic

getEntityLinkToProfileHome

public String getEntityLinkToProfileHome(String userUuid)

Specified by:
getEntityLinkToProfileHome in interface ProfileLinkLogic

getEntityLinkToProfileMessages

public String getEntityLinkToProfileMessages(String threadId)

Specified by:
getEntityLinkToProfileMessages in interface ProfileLinkLogic

getEntityLinkToProfileConnections

public String getEntityLinkToProfileConnections()

Specified by:
getEntityLinkToProfileConnections in interface ProfileLinkLogic

getEntityLinkToProfileWall

public String getEntityLinkToProfileWall(String userUuid)

Specified by:
getEntityLinkToProfileWall in interface ProfileLinkLogic


Copyright © 2008-2013 The Sakai Foundation. All Rights Reserved.