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 int getContentCountToIndex()
           
static int getLastIndexationProgress()
           
static java.lang.String getNewIndexPath()
           
static java.util.Map getProcessIndexationMap()
           
static boolean inFullReindexation()
           
static void setContentCountToIndex(int count)
           
static void setInFullReindexation(boolean newValue)
           
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()

setInFullReindexation

public static void setInFullReindexation(boolean newValue)

getContentCountToIndex

public static int getContentCountToIndex()

setContentCountToIndex

public static void setContentCountToIndex(int 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()


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.