org.exoplatform.services.jcr.ext.replication.recovery
Class PendingConfirmationChengesLog

java.lang.Object
  extended by org.exoplatform.services.jcr.ext.replication.recovery.PendingConfirmationChengesLog

public class PendingConfirmationChengesLog
extends java.lang.Object

Created by The eXo Platform SAS.

Version:
$Id: PendingConfirmationChengesLog.java 35186 2009-08-07 14:23:43Z pnedonosko $
Author:
Alex Reshetnyak

Constructor Summary
PendingConfirmationChengesLog(ItemStateChangesLog changesLog, java.util.Calendar timeStamp, java.lang.String identifier)
          PendingConfirmationChengesLog constructor.
 
Method Summary
 ItemStateChangesLog getChangesLog()
          getChangesLog.
 java.util.List<java.lang.String> getConfirmationList()
          getConfirmationList.
 java.lang.String getIdentifier()
          getIdentifier.
 java.util.List<java.lang.String> getNotConfirmationList()
          getNotConfirmationList.
 java.util.Calendar getTimeStamp()
          getTimeStamp.
 void setChangesLog(ItemStateChangesLog changesLog)
          setChangesLog.
 void setConfirmationList(java.util.List<java.lang.String> confirmationList)
          setConfirmationList.
 void setIdentifier(java.lang.String identifier)
          setIdentifier.
 void setNotConfirmationList(java.util.List<java.lang.String> notConfirmationList)
          setNotConfirmationList.
 void setTimeStamp(java.util.Calendar timeStamp)
          setTimeStamp.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PendingConfirmationChengesLog

public PendingConfirmationChengesLog(ItemStateChangesLog changesLog,
                                     java.util.Calendar timeStamp,
                                     java.lang.String identifier)
PendingConfirmationChengesLog constructor.

Parameters:
changesLog - the ChangesLog with data
timeStamp - the save date
identifier - the identifier string
Method Detail

getConfirmationList

public java.util.List<java.lang.String> getConfirmationList()
getConfirmationList.

Returns:
List return the list of members who has not been saved successfully

setConfirmationList

public void setConfirmationList(java.util.List<java.lang.String> confirmationList)
setConfirmationList.

Parameters:
confirmationList - the list of members who has been saved successfully

getChangesLog

public ItemStateChangesLog getChangesLog()
getChangesLog.

Returns:
ItemStateChangesLog return the ChangesLog

setChangesLog

public void setChangesLog(ItemStateChangesLog changesLog)
setChangesLog.

Parameters:
changesLog - the ChangesLog

getTimeStamp

public java.util.Calendar getTimeStamp()
getTimeStamp.

Returns:
Calendar return the date of ChangesLog

setTimeStamp

public void setTimeStamp(java.util.Calendar timeStamp)
setTimeStamp.

Parameters:
timeStamp - the Calendar

getIdentifier

public java.lang.String getIdentifier()
getIdentifier.

Returns:
String return the identification string

setIdentifier

public void setIdentifier(java.lang.String identifier)
setIdentifier.

Parameters:
identifier - the identification string

getNotConfirmationList

public java.util.List<java.lang.String> getNotConfirmationList()
getNotConfirmationList.

Returns:
List return the list of members who has not been saved successfully

setNotConfirmationList

public void setNotConfirmationList(java.util.List<java.lang.String> notConfirmationList)
setNotConfirmationList.

Parameters:
notConfirmationList - the list of members who has not been saved successfully


Copyright © 2010 eXo Platform SAS. All Rights Reserved.