Package | Description |
---|---|
fr.paris.lutece.plugins.gru.business |
Modifier and Type | Method and Description |
---|---|
static ExtrasAttributes |
ExtrasAttributesHome.create(ExtrasAttributes extrasAttributes)
Create an instance of the extrasAttributes class
|
static ExtrasAttributes |
ExtrasAttributesHome.findByPrimaryKey(int nKey)
Returns an instance of a extrasAttributes whose identifier is specified in parameter
|
ExtrasAttributes |
ExtrasAttributesDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
ExtrasAttributes |
IExtrasAttributesDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
static ExtrasAttributes |
ExtrasAttributesHome.update(ExtrasAttributes extrasAttributes)
Update of the extrasAttributes which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
static List<ExtrasAttributes> |
ExtrasAttributesHome.getExtrasAttributessList()
Load the data of all the extrasAttributes objects and returns them in form of a collection
|
List<ExtrasAttributes> |
ExtrasAttributesDAO.selectExtrasAttributessList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the extrasAttributes objects and returns them as a collection
|
List<ExtrasAttributes> |
IExtrasAttributesDAO.selectExtrasAttributessList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the extrasAttributes objects and returns them as a collection
|
Modifier and Type | Method and Description |
---|---|
static ExtrasAttributes |
ExtrasAttributesHome.create(ExtrasAttributes extrasAttributes)
Create an instance of the extrasAttributes class
|
void |
ExtrasAttributesDAO.insert(ExtrasAttributes extrasAttributes,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
IExtrasAttributesDAO.insert(ExtrasAttributes extrasAttributes,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
ExtrasAttributesDAO.store(ExtrasAttributes extrasAttributes,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void |
IExtrasAttributesDAO.store(ExtrasAttributes extrasAttributes,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
static ExtrasAttributes |
ExtrasAttributesHome.update(ExtrasAttributes extrasAttributes)
Update of the extrasAttributes which is specified in parameter
|
Copyright © 2016 City of Paris. All rights reserved.