com.liferay.portlet.documentlibrary.service.base
Class DLFolderLocalServiceBaseImpl

java.lang.Object
  extended bycom.liferay.portlet.documentlibrary.service.base.DLFolderLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portlet.documentlibrary.service.DLFolderLocalService
Direct Known Subclasses:
DLFolderLocalServiceImpl

public abstract class DLFolderLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.documentlibrary.service.DLFolderLocalService

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
DLFolderLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.documentlibrary.model.DLFolder addDLFolder(com.liferay.portlet.documentlibrary.model.DLFolder model)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
           
 com.liferay.portlet.documentlibrary.model.DLFolder updateDLFolder(com.liferay.portlet.documentlibrary.model.DLFolder model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.documentlibrary.service.DLFolderLocalService
addFolder, addFolder, addFolder, addFolderResources, addFolderResources, addFolderResources, addFolderResources, addFolderToGroup, deleteFolder, deleteFolder, deleteFolders, getFolder, getFolder, getFolders, getFolders, getFolders, getFoldersCount, getSubfolderIds, reIndex, search, updateFolder
 

Constructor Detail

DLFolderLocalServiceBaseImpl

public DLFolderLocalServiceBaseImpl()
Method Detail

addDLFolder

public com.liferay.portlet.documentlibrary.model.DLFolder addDLFolder(com.liferay.portlet.documentlibrary.model.DLFolder model)
                                                               throws com.liferay.portal.SystemException
Specified by:
addDLFolder in interface com.liferay.portlet.documentlibrary.service.DLFolderLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.documentlibrary.service.DLFolderLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
                                   int begin,
                                   int end)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.documentlibrary.service.DLFolderLocalService
Throws:
com.liferay.portal.SystemException

updateDLFolder

public com.liferay.portlet.documentlibrary.model.DLFolder updateDLFolder(com.liferay.portlet.documentlibrary.model.DLFolder model)
                                                                  throws com.liferay.portal.SystemException
Specified by:
updateDLFolder in interface com.liferay.portlet.documentlibrary.service.DLFolderLocalService
Throws:
com.liferay.portal.SystemException