Liferay 6.1.2-ce-ga3

com.liferay.portal.convert
Class ConvertDocumentLibrary

java.lang.Object
  extended by com.liferay.portal.convert.ConvertProcess
      extended by com.liferay.portal.convert.ConvertDocumentLibrary

public class ConvertDocumentLibrary
extends ConvertProcess


Constructor Summary
ConvertDocumentLibrary()
           
 
Method Summary
protected  void doConvert()
           
 String getDescription()
           
protected  List<DLFileVersion> getDLFileVersions(DLFileEntry dlFileEntry)
           
 String getParameterDescription()
           
 String[] getParameterNames()
           
 boolean isEnabled()
           
protected  void migrateDL()
           
protected  void migrateDLFileEntry(long companyId, long repositoryId, DLFileEntry fileEntry)
           
protected  void migrateFile(long companyId, long repositoryId, String fileName, String versionNumber)
           
protected  void migrateFiles(long companyId, String dirName, String[] fileNames)
           
protected  void migrateImages()
           
protected  void migrateMB()
           
protected  void migratePortlets()
           
protected  void migrateWiki()
           
 
Methods inherited from class com.liferay.portal.convert.ConvertProcess
convert, getParameterValues, getPath, setParameterValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConvertDocumentLibrary

public ConvertDocumentLibrary()
Method Detail

getDescription

public String getDescription()
Specified by:
getDescription in class ConvertProcess

getParameterDescription

public String getParameterDescription()
Overrides:
getParameterDescription in class ConvertProcess

getParameterNames

public String[] getParameterNames()
Overrides:
getParameterNames in class ConvertProcess

isEnabled

public boolean isEnabled()
Specified by:
isEnabled in class ConvertProcess

doConvert

protected void doConvert()
                  throws Exception
Specified by:
doConvert in class ConvertProcess
Throws:
Exception

getDLFileVersions

protected List<DLFileVersion> getDLFileVersions(DLFileEntry dlFileEntry)
                                         throws SystemException
Throws:
SystemException

migrateDL

protected void migrateDL()
                  throws PortalException,
                         SystemException
Throws:
PortalException
SystemException

migrateDLFileEntry

protected void migrateDLFileEntry(long companyId,
                                  long repositoryId,
                                  DLFileEntry fileEntry)
                           throws SystemException
Throws:
SystemException

migrateFile

protected void migrateFile(long companyId,
                           long repositoryId,
                           String fileName,
                           String versionNumber)

migrateFiles

protected void migrateFiles(long companyId,
                            String dirName,
                            String[] fileNames)
                     throws PortalException,
                            SystemException
Throws:
PortalException
SystemException

migrateImages

protected void migrateImages()
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

migrateMB

protected void migrateMB()
                  throws PortalException,
                         SystemException
Throws:
PortalException
SystemException

migratePortlets

protected void migratePortlets()
                        throws Exception
Throws:
Exception

migrateWiki

protected void migrateWiki()
                    throws PortalException,
                           SystemException
Throws:
PortalException
SystemException

Liferay 6.1.2-ce-ga3