|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortalComponent | |
---|---|
fr.paris.lutece.portal.business.portalcomponent |
Uses of PortalComponent in fr.paris.lutece.portal.business.portalcomponent |
---|
Methods in fr.paris.lutece.portal.business.portalcomponent that return PortalComponent | |
---|---|
static PortalComponent |
PortalComponentHome.findByPrimaryKey(int nPortalComponentId)
load the data of PortalComponent from the table |
PortalComponent |
PortalComponentDAO.load(int nPortalComponentId)
|
PortalComponent |
IPortalComponentDAO.load(int nPortalComponentId)
load the data of PortalComponent from the table |
Methods in fr.paris.lutece.portal.business.portalcomponent with parameters of type PortalComponent | |
---|---|
static void |
PortalComponentHome.create(PortalComponent portalComponent)
Insert a new record in the table. |
void |
PortalComponentDAO.insert(PortalComponent portalComponent)
|
void |
IPortalComponentDAO.insert(PortalComponent portalComponent)
Insert a new record in the table. |
void |
PortalComponentDAO.store(PortalComponent portalComponent)
|
void |
IPortalComponentDAO.store(PortalComponent portalComponent)
Update the record in the table |
static void |
PortalComponentHome.update(PortalComponent portalComponent)
Update the record in the table |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |