fr.paris.lutece.portal.service.portlet
Class PortletEvent

java.lang.Object
  extended by fr.paris.lutece.portal.service.portlet.PortletEvent

public class PortletEvent
extends Object

Portlet event


Field Summary
static int INVALIDATE
           
 
Constructor Summary
PortletEvent()
          Default empty constructor
PortletEvent(int nType, int nPortletId, int nPageId)
          PortletEvent
 
Method Summary
 int getPageId()
          Gets the page id
 Integer getPortletId()
          Gets the portlet id
 int getType()
          Event type
 void setPageId(int nPageId)
          Sets the page id
 void setPortletId(int nPortletId)
          Sets the portlet id
 void setType(int nType)
          Sets the event type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INVALIDATE

public static final int INVALIDATE
See Also:
Constant Field Values
Constructor Detail

PortletEvent

public PortletEvent()
Default empty constructor


PortletEvent

public PortletEvent(int nType,
                    int nPortletId,
                    int nPageId)
PortletEvent

Parameters:
nType - the type
nPortletId - the portlet id
nPageId - the page id
Method Detail

getType

public int getType()
Event type

Returns:
event type

setType

public void setType(int nType)
Sets the event type

Parameters:
nType - event type

getPortletId

public Integer getPortletId()
Gets the portlet id

Returns:
the portlet id

setPortletId

public void setPortletId(int nPortletId)
Sets the portlet id

Parameters:
nPortletId - the portlet id

getPageId

public int getPageId()
Gets the page id

Returns:
the page id

setPageId

public void setPageId(int nPageId)
Sets the page id

Parameters:
nPageId - the page id


Copyright © 2014 Mairie de Paris. All Rights Reserved.