lumis.portal.event
Class BaseNotificationConfig

Package class diagram package BaseNotificationConfig
java.lang.Object
  extended by lumis.portal.event.AbstractPortalEvent
      extended by lumis.portal.event.BaseNotificationConfig
All Implemented Interfaces:
IPortalEvent

Deprecated. Since 4.1.0, replaced by IPortalEventObserver and its implementations, such as AbstractPortalEvent and AbstractTransactionalPortalEvent.

@StableMinor(version="4.1",
             sinceVersion="4.0")
@Deprecated
public abstract class BaseNotificationConfig
extends AbstractPortalEvent

Base object for all notification objects.

Since:
4.0.0

Field Summary
protected  int changeType
          Deprecated.  
static int CHANGETYPE_ADDED
          Deprecated.  
static int CHANGETYPE_DELETED
          Deprecated.  
static int CHANGETYPE_TO_BE_DELETED
          Deprecated.  
static int CHANGETYPE_UPDATED
          Deprecated.  
static String NOTIFICATION_PARAMETER_LOCALEID
          Deprecated. Since 4.1.0, not used anymore.
protected  SessionConfig sessionConfig
          Deprecated.  
protected  ITransaction transaction
          Deprecated.  
 
Constructor Summary
BaseNotificationConfig(SessionConfig sessionConfig, ITransaction transaction)
          Deprecated.  
 
Method Summary
 int getChangeType()
          Deprecated.  
 SessionConfig getSessionConfig()
          Deprecated.  
 ITransaction getTransaction()
          Deprecated.  
 void setChangeType(int changeType)
          Deprecated.  
 void setSessionConfig(SessionConfig sessionConfig)
          Deprecated.  
 void setTransaction(ITransaction transaction)
          Deprecated.  
 
Methods inherited from class lumis.portal.event.AbstractPortalEvent
getEventGroups, getOperationType, setEventGroups, setOperationType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface lumis.portal.event.IPortalEvent
toString
 

Field Detail

transaction

protected ITransaction transaction
Deprecated. 

sessionConfig

protected SessionConfig sessionConfig
Deprecated. 

CHANGETYPE_UPDATED

public static final int CHANGETYPE_UPDATED
Deprecated. 
See Also:
Constant Field Values

CHANGETYPE_ADDED

public static final int CHANGETYPE_ADDED
Deprecated. 
See Also:
Constant Field Values

CHANGETYPE_DELETED

public static final int CHANGETYPE_DELETED
Deprecated. 
See Also:
Constant Field Values

CHANGETYPE_TO_BE_DELETED

public static final int CHANGETYPE_TO_BE_DELETED
Deprecated. 
See Also:
Constant Field Values

NOTIFICATION_PARAMETER_LOCALEID

@Deprecated
public static final String NOTIFICATION_PARAMETER_LOCALEID
Deprecated. Since 4.1.0, not used anymore.
See Also:
Constant Field Values

changeType

protected int changeType
Deprecated. 
Constructor Detail

BaseNotificationConfig

public BaseNotificationConfig(SessionConfig sessionConfig,
                              ITransaction transaction)
Deprecated. 
Method Detail

getSessionConfig

public SessionConfig getSessionConfig()
Deprecated. 

setSessionConfig

public void setSessionConfig(SessionConfig sessionConfig)
Deprecated. 

getTransaction

public ITransaction getTransaction()
Deprecated. 

setTransaction

public void setTransaction(ITransaction transaction)
Deprecated. 

getChangeType

public int getChangeType()
Deprecated. 

setChangeType

public void setChangeType(int changeType)
Deprecated. 


Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.