Package | Description |
---|---|
fr.paris.lutece.plugins.participatorybudget.business.bizstat |
Modifier and Type | Method and Description |
---|---|
static BizStatFile |
BizStatFileHome.findByPrimaryKey(int nKey)
Returns a record, with binary content
|
BizStatFile |
IBizStatFileDAO.loadWithBytes(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load a record, with complete content as bytes
|
BizStatFile |
BizStatFileDAO.loadWithBytes(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load a record, with complete content as bytes
|
Modifier and Type | Method and Description |
---|---|
static List<BizStatFile> |
BizStatFileHome.findAllWithoutBinaryContent()
Returns all records, WITHOUT binary content
|
static List<BizStatFile> |
BizStatFileHome.findByStatusWithoutBinaryContent(String status)
Returns records depending of the status, WITHOUT binary content
|
List<BizStatFile> |
IBizStatFileDAO.selectAllWithoutBytes(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Select all files, but does not load bytes
|
List<BizStatFile> |
BizStatFileDAO.selectAllWithoutBytes(fr.paris.lutece.portal.service.plugin.Plugin plugin) |
List<BizStatFile> |
IBizStatFileDAO.selectByStatusWithoutBytes(String statut,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Select files by status, with complete content as bytes
|
List<BizStatFile> |
BizStatFileDAO.selectByStatusWithoutBytes(String status,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
Modifier and Type | Method and Description |
---|---|
static void |
BizStatFileHome.create(BizStatFile file)
Creation of a record
|
void |
IBizStatFileDAO.insert(BizStatFile bizStatFile,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
BizStatFileDAO.insert(BizStatFile bizStatFile,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
static void |
BizStatFileHome.update(BizStatFile file)
Update a record
|
void |
IBizStatFileDAO.update(BizStatFile bizStatFile,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update a record from the table
|
void |
BizStatFileDAO.update(BizStatFile bizStatFile,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update a record from the table
|
Copyright © 2020 City of Paris. All rights reserved.