Uses of Interface
org.nuiton.wikitty.BusinessEntity

Packages that use BusinessEntity
org.nuiton.wikitty   
 

Uses of BusinessEntity in org.nuiton.wikitty
 

Subinterfaces of BusinessEntity in org.nuiton.wikitty
 interface Label
           
 interface SecurityToken
           
 interface TreeNode
           
 interface WikittyAuthorisation
           
 interface WikittyGroup
           
 interface WikittyUser
           
 

Classes in org.nuiton.wikitty that implement BusinessEntity
 class BusinessEntityWikitty
           
 class LabelAbstract
           
 class LabelImpl
           
 class SecurityTokenAbstract
           
 class SecurityTokenImpl
           
 class TreeNodeAbstract
           
 class TreeNodeImpl
           
 class WikittyAuthorisationAbstract
           
 class WikittyAuthorisationImpl
           
 class WikittyGroupAbstract
           
 class WikittyGroupImpl
           
 class WikittyUserAbstract
           
 class WikittyUserImpl
           
 

Methods in org.nuiton.wikitty with type parameters of type BusinessEntity
<E extends BusinessEntity>
E
WikittyProxy.cast(BusinessEntity source, Class<E> target)
          Cast Business object to another Business Object If source don't have target extension, this extension is added
<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(String securityToken, WikittyService wikittyService, Class<E> clazz, Wikitty w)
          Create new instance of BusinessEntity from 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)
          Restore wikitty entity with specified id or null if entity can't be be found.
<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>
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.nuiton.wikitty with parameters of type BusinessEntity
<E extends BusinessEntity>
E
WikittyProxy.cast(BusinessEntity source, Class<E> target)
          Cast Business object to another Business Object If source don't have target extension, this extension is added
 void UpdateResponse.update(BusinessEntity e)
           
 



Copyright © 2009-2010 CodeLutin. All Rights Reserved.