| Package | Description |
|---|---|
| fr.paris.lutece.portal.business.portalcomponent |
| Modifier and Type | Method and Description |
|---|---|
static PortalComponent |
PortalComponentHome.findByPrimaryKey(int nPortalComponentId)
load the data of PortalComponent from the table
|
PortalComponent |
PortalComponentDAO.load(int nPortalComponentId)
load the data of PortalComponent from the table
|
PortalComponent |
IPortalComponentDAO.load(int nPortalComponentId)
load the data of PortalComponent from the table
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PortalComponentHome.create(PortalComponent portalComponent)
Insert a new record in the table.
|
void |
PortalComponentDAO.insert(PortalComponent portalComponent)
Insert a new record in the table.
|
void |
IPortalComponentDAO.insert(PortalComponent portalComponent)
Insert a new record in the table.
|
void |
PortalComponentDAO.store(PortalComponent portalComponent)
Update the record in the table
|
void |
IPortalComponentDAO.store(PortalComponent portalComponent)
Update the record in the table
|
static void |
PortalComponentHome.update(PortalComponent portalComponent)
Update the record in the table
|
Copyright © 2016 City of Paris. All rights reserved.