com.dotmarketing.portlets.contentlet.business
Class ReindexContentletFactory

java.lang.Object
  extended by com.dotmarketing.portlets.contentlet.business.ReindexContentletFactory
Direct Known Subclasses:
ReindexContentletFactoryImpl

public abstract class ReindexContentletFactory
extends java.lang.Object

Author:
Jason Tesser

Field Summary
static java.lang.String ADD_TO_INDEX
           
static java.lang.String ADD_TO_INDEX_REINDEXATION
           
 
Constructor Summary
ReindexContentletFactory()
           
 
Method Summary
abstract  java.util.List<Document> buildDocList(Identifier identifier)
          returns a list of documents to reindex for a given identifier.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADD_TO_INDEX

public static final java.lang.String ADD_TO_INDEX
See Also:
Constant Field Values

ADD_TO_INDEX_REINDEXATION

public static final java.lang.String ADD_TO_INDEX_REINDEXATION
See Also:
Constant Field Values
Constructor Detail

ReindexContentletFactory

public ReindexContentletFactory()
Method Detail

buildDocList

public abstract java.util.List<Document> buildDocList(Identifier identifier)
                                               throws java.lang.Exception
returns a list of documents to reindex for a given identifier.

Parameters:
identifier -
Returns:
Throws:
java.lang.Exception


Copyright © 2010 dotCMS Inc. All Rights Reserved.