|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IBean | |
---|---|
com.sibvisions.rad.persist | Contains implementations of the persistence definitions. |
com.sibvisions.rad.persist.bean | Contains implementations for bean support. |
com.sibvisions.rad.persist.event | Contains all storage event classes and interfaces. |
com.sibvisions.rad.server | Contains remote server classes and dependent components. |
javax.rad.type.bean | Contains classes for bean handling. |
Uses of IBean in com.sibvisions.rad.persist |
---|
Methods in com.sibvisions.rad.persist that return IBean | |
---|---|
protected IBean |
AbstractStorage.createBean(java.lang.Object[] pValues)
Creates a bean with given values. |
IBean |
AbstractStorage.createEmptyBean()
Creates a new bean with all column names from the meta data. |
IBean |
AbstractStorage.fetchBean(ICondition pFilter)
Returns the requested bean from the storage. |
Methods in com.sibvisions.rad.persist that return types with arguments of type IBean | |
---|---|
java.util.List<IBean> |
AbstractStorage.fetchBean(ICondition pFilter,
SortDefinition pSort,
int pFromRow,
int pMinimumRowCount)
Returns the requested list of beans from the storage. |
Methods in com.sibvisions.rad.persist with parameters of type IBean | ||
---|---|---|
|
AbstractStorage.createPOJO(java.lang.Class<T> pClass,
IBean pBean)
Creates a POJO from the given type and with the values from a bean. |
Uses of IBean in com.sibvisions.rad.persist.bean |
---|
Methods in com.sibvisions.rad.persist.bean that return IBean | |
---|---|
IBean |
BeanConverter.createBean(java.lang.Object pPOJO)
Creates a bean from the given POJO. |
IBean |
BeanConverter.createBean(java.lang.Object[] pValues)
Creates a bean with given values. |
IBean |
BeanConverter.createEmptyBean()
Creates a new bean with all column names from the meta data. |
Methods in com.sibvisions.rad.persist.bean with parameters of type IBean | ||
---|---|---|
|
BeanConverter.createPOJO(java.lang.Class<T> pClass,
IBean pBean)
Creates a POJO from the given type and with the values from a bean. |
|
void |
BeanConverter.updateBean(IBean pBean,
java.lang.Object pPOJO)
Updates a bean with values from a POJO. |
|
void |
BeanConverter.updateBean(IBean pBean,
java.lang.Object[] pValues)
Updates a bean with values from an array. |
Uses of IBean in com.sibvisions.rad.persist.event |
---|
Methods in com.sibvisions.rad.persist.event that return IBean | |
---|---|
IBean |
StorageEvent.getNew()
Gets the new IBean. |
IBean |
StorageEvent.getOld()
Gets the old IBean. |
Constructors in com.sibvisions.rad.persist.event with parameters of type IBean | |
---|---|
StorageEvent(IStorage pStorage,
BeanConverter pBeanConverter,
StorageEvent.ChangedType pType,
IBean pOld,
IBean pNew)
Constructs the DataRowEvent. |
Uses of IBean in com.sibvisions.rad.server |
---|
Classes in com.sibvisions.rad.server that implement IBean | |
---|---|
static class |
DefaultObjectProvider.ImplicitLifeCycleObject
A marker class. |
class |
GenericBean
The GenericBean handles the access to the values
of cached members and defined methods. |
Uses of IBean in javax.rad.type.bean |
---|
Classes in javax.rad.type.bean that implement IBean | |
---|---|
class |
AbstractBean<C extends IBeanType>
The AbstractBean is an AbstractMap and the default IBean
implementation. |
class |
Bean
The Bean is a bean with dynamic properties. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |