com.dotmarketing.portlets.contentlet.factories
Class ReindexationProcessStatus

java.lang.Object
  extended by com.dotmarketing.portlets.contentlet.factories.ReindexationProcessStatus
All Implemented Interfaces:
java.io.Serializable

public class ReindexationProcessStatus
extends java.lang.Object
implements java.io.Serializable

Author:
Hibernate CodeGenerator
See Also:
Serialized Form

Constructor Summary
ReindexationProcessStatus()
           
 
Method Summary
static java.lang.String currentIndexPath()
           
static long getContentCountToIndex()
           
static java.lang.String getLastIndexationEndTime()
           
static int getLastIndexationProgress()
           
static java.lang.String getLastIndexationStartTime()
           
static java.lang.String getNewIndexPath()
           
static java.util.Map getProcessIndexationMap()
           
static boolean inFullReindexation()
           
static void setContentCountToIndex(long count)
           
static void setLastIndexationEndTime(java.lang.String lastIndexationEndTime)
           
static void setLastIndexationStartTime(java.lang.String lastIndexationStartTime)
           
static void startNewIndex()
           
static void updateIndexationProgress(int increment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReindexationProcessStatus

public ReindexationProcessStatus()
Method Detail

inFullReindexation

public static boolean inFullReindexation()

getContentCountToIndex

public static long getContentCountToIndex()

setContentCountToIndex

public static void setContentCountToIndex(long count)

getLastIndexationProgress

public static int getLastIndexationProgress()

updateIndexationProgress

public static void updateIndexationProgress(int increment)

currentIndexPath

public static java.lang.String currentIndexPath()

getNewIndexPath

public static java.lang.String getNewIndexPath()

getProcessIndexationMap

public static java.util.Map getProcessIndexationMap()

getLastIndexationStartTime

public static java.lang.String getLastIndexationStartTime()
Returns:
the lastIndexationStartTime

setLastIndexationStartTime

public static void setLastIndexationStartTime(java.lang.String lastIndexationStartTime)
Parameters:
lastIndexationStartTime - the lastIndexationStartTime to set

getLastIndexationEndTime

public static java.lang.String getLastIndexationEndTime()
Returns:
the lastIndexationEndTime

setLastIndexationEndTime

public static void setLastIndexationEndTime(java.lang.String lastIndexationEndTime)
Parameters:
lastIndexationEndTime - the lastIndexationEndTime to set

startNewIndex

public static void startNewIndex()


Copyright © 2010 dotCMS Inc. All Rights Reserved.