|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
WikittyProxy.findAllByCriteria(Class<E> clazz,
Criteria criteria)
Search object that correspond to criteria and that have all extension needed by BusinessEntity (clazz). |
|
|
WikittyProxy.findByCriteria(Class<E> clazz,
Criteria criteria)
|
|
|
WikittyProxy.hasType(Class<E> clazz,
String wikittyId)
|
|
static
|
WikittyUtil.newInstance(Class<E> clazz)
Create new instance of WikittyDto without Wikitty object passed in argument. |
|
static
|
WikittyUtil.newInstance(WikittyService wikittyService,
Class<E> clazz,
Wikitty w)
Create new instance of WikittyDto with Wikitty object passed in argument. |
|
|
WikittyProxy.restore(Class<E> clazz,
List<String> id)
|
|
|
WikittyProxy.restore(Class<E> clazz,
List<String> id,
boolean checkExtension)
|
|
|
WikittyProxy.restore(Class<E> clazz,
String id)
Restore wikitty entity with specified id or null if entity can't be found. |
|
|
WikittyProxy.restore(Class<E> clazz,
String id,
boolean checkExtension)
Restore wikitty entity with specified id or null if entity can't be found. |
|
|
WikittyDAO.restore(String id,
Class<E> clazz)
|
|
|
WikittyProxy.restoreChildren(Class<E> clazz,
String wikittyId,
Criteria filter)
|
|
|
WikittyProxy.restoreChildren(Class<E> clazz,
String wikittyId,
Criteria filter,
boolean checkExtension)
|
|
|
WikittyProxy.restoreNode(Class<E> clazz,
String wikittyId,
Criteria filter)
|
|
|
WikittyProxy.restoreNode(Class<E> clazz,
String wikittyId,
Criteria filter,
boolean checkExtension)
|
|
|
WikittyProxy.store(E 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||