|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.portalcomponent.PortalComponentHome
public final class PortalComponentHome
This class provides instances management methods (create, find, ...) for PortalComponent objects
Method Summary | |
---|---|
static void |
create(PortalComponent portalComponent)
Insert a new record in the table. |
static PortalComponent |
findByPrimaryKey(int nPortalComponentId)
load the data of PortalComponent from the table |
static StyleSheet |
getXsl(int nPortalComponentId,
int nModeId)
Returns the stylesheet of the portal component according to the mode |
static void |
remove(int nPortalComponentId)
Delete a record from the table |
static void |
update(PortalComponent portalComponent)
Update the record in the table |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void create(PortalComponent portalComponent)
portalComponent
- component The Instance of the object PortalComponentpublic static void remove(int nPortalComponentId)
nPortalComponentId
- The indentifier of the object PortalComponentpublic static PortalComponent findByPrimaryKey(int nPortalComponentId)
nPortalComponentId
- The indentifier of the object PortalComponent
public static void update(PortalComponent portalComponent)
portalComponent
- The instance of the PortalComponent to updatepublic static StyleSheet getXsl(int nPortalComponentId, int nModeId)
nPortalComponentId
- the identifier of the portal componentnModeId
- the selected mode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |