Uses of Class
org.ow2.dragon.persistence.bo.common.Link

Packages that use Link
org.ow2.dragon.api.service.common   
org.ow2.dragon.persistence.bo.common   
org.ow2.dragon.service.common   
 

Uses of Link in org.ow2.dragon.api.service.common
 

Methods in org.ow2.dragon.api.service.common that return types with arguments of type Link
 java.util.List<Link> EntityLinkManager.getAllLinksForFrom(java.lang.String fromId, RequestOptionsTO requestOptions)
          Retrieve all links with the specified "from end"
 java.util.List<Link> EntityLinkManager.getAllLinksForTo(java.lang.String toId, RequestOptionsTO requestOptions)
          Retrieve all links with the specified "to end"
 

Uses of Link in org.ow2.dragon.persistence.bo.common
 

Methods in org.ow2.dragon.persistence.bo.common that return types with arguments of type Link
 java.util.Set<Link> LinkedEntity.getFromLinks()
           
 java.util.Set<Link> LinkedEntity.getToLinks()
           
 

Methods in org.ow2.dragon.persistence.bo.common with parameters of type Link
 void LinkedEntity.addFromLink(Link link)
           
 void LinkedEntity.addToLink(Link link)
           
 

Method parameters in org.ow2.dragon.persistence.bo.common with type arguments of type Link
 void LinkedEntity.setFromLinks(java.util.Set<Link> fromLinks)
           
 void LinkedEntity.setToLinks(java.util.Set<Link> toLinks)
           
 

Uses of Link in org.ow2.dragon.service.common
 

Methods in org.ow2.dragon.service.common that return types with arguments of type Link
 java.util.List<Link> EntityLinkManagerImpl.getAllLinksForFrom(java.lang.String fromId, RequestOptionsTO requestOptionsTO)
           
 java.util.List<Link> EntityLinkManagerImpl.getAllLinksForTo(java.lang.String toId, RequestOptionsTO requestOptionsTO)
           
 



Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.