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