|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataEntity | |
---|---|
fr.paris.lutece.portal.business.datastore |
Uses of DataEntity in fr.paris.lutece.portal.business.datastore |
---|
Methods in fr.paris.lutece.portal.business.datastore that return DataEntity | |
---|---|
static DataEntity |
DataEntityHome.create(DataEntity entity)
Create an instance of the entity class |
static DataEntity |
DataEntityHome.findByPrimaryKey(java.lang.String strKey)
Returns an instance of a entity whose identifier is specified in parameter |
DataEntity |
DataEntityDAO.load(java.lang.String strKey)
Load the data of the entity from the table |
DataEntity |
IDataEntityDAO.load(java.lang.String strKey)
Load the data from the table |
static DataEntity |
DataEntityHome.update(DataEntity entity)
Update of the entity data specified in parameter |
Methods in fr.paris.lutece.portal.business.datastore that return types with arguments of type DataEntity | |
---|---|
static java.util.List<DataEntity> |
DataEntityHome.findAll()
Load the data of all the entity objects and returns them in form of a collection |
java.util.List<DataEntity> |
DataEntityDAO.selectEntitiesList()
Load the data of all the entitys and returns them as a List |
java.util.List<DataEntity> |
IDataEntityDAO.selectEntitiesList()
Load the data of all entities and returns them as a List |
Methods in fr.paris.lutece.portal.business.datastore with parameters of type DataEntity | |
---|---|
static DataEntity |
DataEntityHome.create(DataEntity entity)
Create an instance of the entity class |
void |
DataEntityDAO.insert(DataEntity entity)
Insert a new record in the table. |
void |
IDataEntityDAO.insert(DataEntity entity)
Insert a new record in the table. |
void |
DataEntityDAO.store(DataEntity entity)
Update the record in the table |
void |
IDataEntityDAO.store(DataEntity entity)
Update the record in the table |
static DataEntity |
DataEntityHome.update(DataEntity entity)
Update of the entity data specified in parameter |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |