Uses of Interface
org.sharengo.wikitty.BusinessEntity

Packages that use BusinessEntity
org.sharengo.wikitty   
 

Uses of BusinessEntity in org.sharengo.wikitty
 

Subinterfaces of BusinessEntity in org.sharengo.wikitty
 interface Label
           
 interface TreeNode
           
 

Classes in org.sharengo.wikitty that implement BusinessEntity
 class BusinessEntityBean
           
 class BusinessEntityWikitty
           
 class LabelBean
           
 class LabelImpl
           
 class TreeNodeBean
           
 class TreeNodeImpl
           
 

Methods in org.sharengo.wikitty with type parameters of type BusinessEntity
<E extends BusinessEntity>
PagedResult<E>
WikittyProxy.findAllByCriteria(Class<E> clazz, Criteria criteria)
          Search object that correspond to criteria and that have all extension needed by BusinessEntity (clazz).
<E extends BusinessEntity>
E
WikittyProxy.findByCriteria(Class<E> clazz, Criteria criteria)
           
<E extends BusinessEntity>
boolean
WikittyProxy.hasType(Class<E> clazz, String wikittyId)
           
static
<E extends BusinessEntity>
E
WikittyUtil.newInstance(Class<E> clazz)
          Create new instance of WikittyDto without Wikitty object passed in argument.
static
<E extends BusinessEntity>
E
WikittyUtil.newInstance(WikittyService wikittyService, Class<E> clazz, Wikitty w)
          Create new instance of WikittyDto with Wikitty object passed in argument.
<E extends BusinessEntity>
List<E>
WikittyProxy.restore(Class<E> clazz, List<String> id)
           
<E extends BusinessEntity>
List<E>
WikittyProxy.restore(Class<E> clazz, List<String> id, boolean checkExtension)
           
<E extends BusinessEntity>
E
WikittyProxy.restore(Class<E> clazz, String id)
          Restore wikitty entity with specified id or null if entity can't be found.
<E extends BusinessEntity>
E
WikittyProxy.restore(Class<E> clazz, String id, boolean checkExtension)
          Restore wikitty entity with specified id or null if entity can't be found.
<E extends BusinessEntity>
E
WikittyDAO.restore(String id, Class<E> clazz)
           
<E extends BusinessEntity>
Map<E,Integer>
WikittyProxy.restoreChildren(Class<E> clazz, String wikittyId, Criteria filter)
           
<E extends BusinessEntity>
Map<E,Integer>
WikittyProxy.restoreChildren(Class<E> clazz, String wikittyId, Criteria filter, boolean checkExtension)
           
<E extends BusinessEntity>
Map.Entry<E,Integer>
WikittyProxy.restoreNode(Class<E> clazz, String wikittyId, Criteria filter)
           
<E extends BusinessEntity>
Map.Entry<E,Integer>
WikittyProxy.restoreNode(Class<E> clazz, String wikittyId, Criteria filter, boolean checkExtension)
           
<E extends BusinessEntity>
E
WikittyProxy.store(E e)
           
<E extends BusinessEntity>
List<E>
WikittyProxy.store(List<E> objets)
          Store to WikittyService objects.
 

Methods in org.sharengo.wikitty with parameters of type BusinessEntity
static Wikitty WikittyUtil.beanToWikitty(BusinessEntity bean)
           
 void UpdateResponse.update(BusinessEntity e)
           
 



Copyright © 2009-2010 CodeLutin. All Rights Reserved.