|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LinkDetail | |
---|---|
com.silverpeas.myLinks.dao | |
com.silverpeas.myLinks.ejb | |
com.silverpeas.myLinks.model | |
com.silverpeas.myLinksPeas.control | |
org.silverpeas.mylinks.web |
Uses of LinkDetail in com.silverpeas.myLinks.dao |
---|
Methods in com.silverpeas.myLinks.dao that return LinkDetail | |
---|---|
LinkDetail |
LinkDAO.getLink(Connection con,
String linkId)
|
Methods in com.silverpeas.myLinks.dao that return types with arguments of type LinkDetail | |
---|---|
List<LinkDetail> |
LinkDAO.getAllLinksByInstance(Connection con,
String instanceId)
|
List<LinkDetail> |
LinkDAO.getAllLinksByObject(Connection con,
String instanceId,
String objectId)
|
List<LinkDetail> |
LinkDAO.getAllLinksByUser(Connection con,
String userId)
|
Methods in com.silverpeas.myLinks.dao with parameters of type LinkDetail | |
---|---|
int |
LinkDAO.createLink(Connection con,
LinkDetail linkToPersist)
|
void |
LinkDAO.updateLink(Connection con,
LinkDetail linkToUpdate)
|
Uses of LinkDetail in com.silverpeas.myLinks.ejb |
---|
Methods in com.silverpeas.myLinks.ejb that return LinkDetail | |
---|---|
LinkDetail |
MyLinksBm.getLink(String linkId)
|
LinkDetail |
MyLinksBmEJB.getLink(String linkId)
|
Methods in com.silverpeas.myLinks.ejb that return types with arguments of type LinkDetail | |
---|---|
List<LinkDetail> |
MyLinksBm.getAllLinks(String userId)
|
List<LinkDetail> |
MyLinksBmEJB.getAllLinks(String userId)
|
List<LinkDetail> |
MyLinksBm.getAllLinksByInstance(String instanceId)
|
List<LinkDetail> |
MyLinksBmEJB.getAllLinksByInstance(String instanceId)
|
List<LinkDetail> |
MyLinksBm.getAllLinksByObject(String instanceId,
String objectId)
|
List<LinkDetail> |
MyLinksBmEJB.getAllLinksByObject(String instanceId,
String objectId)
|
List<LinkDetail> |
MyLinksBm.getAllLinksByUser(String userId)
Gets all the links associated to the user represented by the given id. |
List<LinkDetail> |
MyLinksBmEJB.getAllLinksByUser(String userId)
|
Methods in com.silverpeas.myLinks.ejb with parameters of type LinkDetail | |
---|---|
void |
MyLinksBm.createLink(LinkDetail link)
|
void |
MyLinksBmEJB.createLink(LinkDetail link)
|
void |
MyLinksBm.updateLink(LinkDetail link)
|
void |
MyLinksBmEJB.updateLink(LinkDetail link)
|
Uses of LinkDetail in com.silverpeas.myLinks.model |
---|
Methods in com.silverpeas.myLinks.model that return types with arguments of type LinkDetail | |
---|---|
static List<LinkDetail> |
LinkDetailComparator.sort(List<LinkDetail> links)
Easy way to apply this comparator on a list of links. |
Methods in com.silverpeas.myLinks.model with parameters of type LinkDetail | |
---|---|
protected AbstractComplexComparator.ValueBuffer |
LinkDetailComparator.getValuesToCompare(LinkDetail link)
|
Method parameters in com.silverpeas.myLinks.model with type arguments of type LinkDetail | |
---|---|
static List<LinkDetail> |
LinkDetailComparator.sort(List<LinkDetail> links)
Easy way to apply this comparator on a list of links. |
Uses of LinkDetail in com.silverpeas.myLinksPeas.control |
---|
Methods in com.silverpeas.myLinksPeas.control that return LinkDetail | |
---|---|
LinkDetail |
MyLinksPeasSessionController.getLink(String linkId)
|
Methods in com.silverpeas.myLinksPeas.control that return types with arguments of type LinkDetail | |
---|---|
Collection<LinkDetail> |
MyLinksPeasSessionController.getAllLinksByInstance()
|
Collection<LinkDetail> |
MyLinksPeasSessionController.getAllLinksByObject()
|
Collection<LinkDetail> |
MyLinksPeasSessionController.getAllLinksByUser()
|
Uses of LinkDetail in org.silverpeas.mylinks.web |
---|
Methods in org.silverpeas.mylinks.web that return LinkDetail | |
---|---|
protected LinkDetail |
MyLinksResource.getUserLink(String linkId)
Gets all the links of the current user. |
LinkDetail |
MyLinkEntity.toLinkDetail()
|
Methods in org.silverpeas.mylinks.web that return types with arguments of type LinkDetail | |
---|---|
protected List<LinkDetail> |
MyLinksResource.getAllUserLinks()
Gets all the links of the current user. |
Methods in org.silverpeas.mylinks.web with parameters of type LinkDetail | |
---|---|
static MyLinkEntity |
MyLinkEntity.fromLinkDetail(LinkDetail link,
URI uri)
|
Constructors in org.silverpeas.mylinks.web with parameters of type LinkDetail | |
---|---|
MyLinkEntity(LinkDetail link,
URI uri)
Constructor using linkDetail and uri |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |