Uses of Class
org.silverpeas.mylinks.web.MyLinkEntity

Packages that use MyLinkEntity
com.silverpeas.myLinksPeas.control   
org.silverpeas.mylinks.web   
 

Uses of MyLinkEntity in com.silverpeas.myLinksPeas.control
 

Methods in com.silverpeas.myLinksPeas.control with parameters of type MyLinkEntity
 void MyLinksPeasSessionController.createLink(MyLinkEntity newLink)
           
 void MyLinksPeasSessionController.updateLink(MyLinkEntity updatedLink)
           
 

Uses of MyLinkEntity in org.silverpeas.mylinks.web
 

Methods in org.silverpeas.mylinks.web that return MyLinkEntity
 MyLinkEntity MyLinksResource.addAppLink(String applicationId)
           
 MyLinkEntity MyLinksResource.addLink(MyLinkEntity newLink)
           
 MyLinkEntity MyLinksResource.addSpaceLink(String spaceId)
           
static MyLinkEntity MyLinkEntity.fromLinkDetail(LinkDetail link, URI uri)
           
 MyLinkEntity MyLinksResource.getMyLink(String linkId)
          Gets the JSON representation of the user favorite links.
 MyLinkEntity MyLinksResource.updateLink(MyLinkEntity updatedLink)
           
 

Methods in org.silverpeas.mylinks.web that return types with arguments of type MyLinkEntity
 List<MyLinkEntity> MyLinksResource.getMyLinks()
          Gets the JSON representation of the user favorite links.
 

Methods in org.silverpeas.mylinks.web with parameters of type MyLinkEntity
 MyLinkEntity MyLinksResource.addLink(MyLinkEntity newLink)
           
static void MyLinksResource.checkMandatoryLinkData(MyLinkEntity myLink)
           
 MyLinkEntity MyLinksResource.updateLink(MyLinkEntity updatedLink)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.