com.dotmarketing.services
Class ContentletServices

java.lang.Object
  extended by com.dotmarketing.services.ContentletServices

public class ContentletServices
extends java.lang.Object

Author:
will

Constructor Summary
ContentletServices()
           
 
Method Summary
static void publishContentletToFile(Contentlet contentlet)
           
static void removeContentletFile(Contentlet asset, boolean EDIT_MODE)
           
static void removeContentletFile(Contentlet asset, Identifier identifier, boolean EDIT_MODE)
           
static java.util.List<Contentlet> sortContentlets(java.util.List<Contentlet> contentletList, java.lang.String sortBy)
           
static void unpublishContentletFile(Contentlet asset)
           
static void writeContentletToFile(Contentlet contentlet, boolean EDIT_MODE)
           
static void writeContentletToFile(Contentlet content, Identifier identifier, boolean EDIT_MODE)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentletServices

public ContentletServices()
Method Detail

publishContentletToFile

public static void publishContentletToFile(Contentlet contentlet)

writeContentletToFile

public static void writeContentletToFile(Contentlet contentlet,
                                         boolean EDIT_MODE)

writeContentletToFile

public static void writeContentletToFile(Contentlet content,
                                         Identifier identifier,
                                         boolean EDIT_MODE)

sortContentlets

public static java.util.List<Contentlet> sortContentlets(java.util.List<Contentlet> contentletList,
                                                         java.lang.String sortBy)

unpublishContentletFile

public static void unpublishContentletFile(Contentlet asset)

removeContentletFile

public static void removeContentletFile(Contentlet asset,
                                        boolean EDIT_MODE)

removeContentletFile

public static void removeContentletFile(Contentlet asset,
                                        Identifier identifier,
                                        boolean EDIT_MODE)


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.