Liferay 6.0.5

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

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

public abstract class DLFolderLocalServiceBaseImpl
extends Object
implements DLFolderLocalService

The base implementation of the d l folder local service.

This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in DLFolderLocalServiceImpl.

Never modify or reference this class directly. Always use DLFolderLocalServiceUtil to access the d l folder local service.

See Also:
DLFolderLocalServiceImpl, DLFolderLocalServiceUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Field Summary
protected  CounterLocalService counterLocalService
           
protected  DLFileEntryFinder dlFileEntryFinder
           
protected  DLFileEntryLocalService dlFileEntryLocalService
           
protected  DLFileEntryPersistence dlFileEntryPersistence
           
protected  DLFileEntryService dlFileEntryService
           
protected  DLFileRankLocalService dlFileRankLocalService
           
protected  DLFileRankPersistence dlFileRankPersistence
           
protected  DLFileShortcutLocalService dlFileShortcutLocalService
           
protected  DLFileShortcutPersistence dlFileShortcutPersistence
           
protected  DLFileShortcutService dlFileShortcutService
           
protected  DLFileVersionLocalService dlFileVersionLocalService
           
protected  DLFileVersionPersistence dlFileVersionPersistence
           
protected  DLFileVersionService dlFileVersionService
           
protected  DLFolderFinder dlFolderFinder
           
protected  DLFolderLocalService dlFolderLocalService
           
protected  DLFolderPersistence dlFolderPersistence
           
protected  DLFolderService dlFolderService
           
protected  DLLocalService dlLocalService
           
protected  DLService dlService
           
protected  ExpandoValueLocalService expandoValueLocalService
           
protected  ExpandoValuePersistence expandoValuePersistence
           
protected  ExpandoValueService expandoValueService
           
protected  GroupFinder groupFinder
           
protected  GroupLocalService groupLocalService
           
protected  GroupPersistence groupPersistence
           
protected  GroupService groupService
           
protected  LayoutFinder layoutFinder
           
protected  LayoutLocalService layoutLocalService
           
protected  LayoutPersistence layoutPersistence
           
protected  LayoutService layoutService
           
protected  LockLocalService lockLocalService
           
protected  LockPersistence lockPersistence
           
protected  ResourceFinder resourceFinder
           
protected  ResourceLocalService resourceLocalService
           
protected  ResourcePersistence resourcePersistence
           
protected  ResourceService resourceService
           
protected  UserFinder userFinder
           
protected  UserLocalService userLocalService
           
protected  UserPersistence userPersistence
           
protected  UserService userService
           
protected  WebDAVPropsLocalService webDAVPropsLocalService
           
protected  WebDAVPropsPersistence webDAVPropsPersistence
           
 
Constructor Summary
DLFolderLocalServiceBaseImpl()
           
 
Method Summary
 DLFolder addDLFolder(DLFolder dlFolder)
          Adds the d l folder to the database.
 DLFolder createDLFolder(long folderId)
          Creates a new d l folder with the primary key.
 void deleteDLFolder(DLFolder dlFolder)
          Deletes the d l folder from the database.
 void deleteDLFolder(long folderId)
          Deletes the d l folder with the primary key from the database.
 List dynamicQuery(DynamicQuery dynamicQuery)
          Performs a dynamic query on the database and returns the matching rows.
 List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
          Performs a dynamic query on the database and returns a range of the matching rows.
 List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 long dynamicQueryCount(DynamicQuery dynamicQuery)
          Counts the number of rows that match the dynamic query.
 CounterLocalService getCounterLocalService()
          Gets the counter local service.
 DLFileEntryFinder getDLFileEntryFinder()
          Gets the d l file entry finder.
 DLFileEntryLocalService getDLFileEntryLocalService()
          Gets the d l file entry local service.
 DLFileEntryPersistence getDLFileEntryPersistence()
          Gets the d l file entry persistence.
 DLFileEntryService getDLFileEntryService()
          Gets the d l file entry remote service.
 DLFileRankLocalService getDLFileRankLocalService()
          Gets the d l file rank local service.
 DLFileRankPersistence getDLFileRankPersistence()
          Gets the d l file rank persistence.
 DLFileShortcutLocalService getDLFileShortcutLocalService()
          Gets the d l file shortcut local service.
 DLFileShortcutPersistence getDLFileShortcutPersistence()
          Gets the d l file shortcut persistence.
 DLFileShortcutService getDLFileShortcutService()
          Gets the d l file shortcut remote service.
 DLFileVersionLocalService getDLFileVersionLocalService()
          Gets the d l file version local service.
 DLFileVersionPersistence getDLFileVersionPersistence()
          Gets the d l file version persistence.
 DLFileVersionService getDLFileVersionService()
          Gets the d l file version remote service.
 DLFolder getDLFolder(long folderId)
          Gets the d l folder with the primary key.
 DLFolder getDLFolderByUuidAndGroupId(String uuid, long groupId)
          Gets the d l folder with the UUID and group id.
 DLFolderFinder getDLFolderFinder()
          Gets the d l folder finder.
 DLFolderLocalService getDLFolderLocalService()
          Gets the d l folder local service.
 DLFolderPersistence getDLFolderPersistence()
          Gets the d l folder persistence.
 List<DLFolder> getDLFolders(int start, int end)
          Gets a range of all the d l folders.
 int getDLFoldersCount()
          Gets the number of d l folders.
 DLFolderService getDLFolderService()
          Gets the d l folder remote service.
 DLLocalService getDLLocalService()
          Gets the d l local service.
 DLService getDLService()
          Gets the d l remote service.
 ExpandoValueLocalService getExpandoValueLocalService()
          Gets the expando value local service.
 ExpandoValuePersistence getExpandoValuePersistence()
          Gets the expando value persistence.
 ExpandoValueService getExpandoValueService()
          Gets the expando value remote service.
 GroupFinder getGroupFinder()
          Gets the group finder.
 GroupLocalService getGroupLocalService()
          Gets the group local service.
 GroupPersistence getGroupPersistence()
          Gets the group persistence.
 GroupService getGroupService()
          Gets the group remote service.
 LayoutFinder getLayoutFinder()
          Gets the layout finder.
 LayoutLocalService getLayoutLocalService()
          Gets the layout local service.
 LayoutPersistence getLayoutPersistence()
          Gets the layout persistence.
 LayoutService getLayoutService()
          Gets the layout remote service.
 LockLocalService getLockLocalService()
          Gets the lock local service.
 LockPersistence getLockPersistence()
          Gets the lock persistence.
 ResourceFinder getResourceFinder()
          Gets the resource finder.
 ResourceLocalService getResourceLocalService()
          Gets the resource local service.
 ResourcePersistence getResourcePersistence()
          Gets the resource persistence.
 ResourceService getResourceService()
          Gets the resource remote service.
 UserFinder getUserFinder()
          Gets the user finder.
 UserLocalService getUserLocalService()
          Gets the user local service.
 UserPersistence getUserPersistence()
          Gets the user persistence.
 UserService getUserService()
          Gets the user remote service.
 WebDAVPropsLocalService getWebDAVPropsLocalService()
          Gets the web d a v props local service.
 WebDAVPropsPersistence getWebDAVPropsPersistence()
          Gets the web d a v props persistence.
protected  void runSQL(String sql)
          Performs an SQL query.
 void setCounterLocalService(CounterLocalService counterLocalService)
          Sets the counter local service.
 void setDLFileEntryFinder(DLFileEntryFinder dlFileEntryFinder)
          Sets the d l file entry finder.
 void setDLFileEntryLocalService(DLFileEntryLocalService dlFileEntryLocalService)
          Sets the d l file entry local service.
 void setDLFileEntryPersistence(DLFileEntryPersistence dlFileEntryPersistence)
          Sets the d l file entry persistence.
 void setDLFileEntryService(DLFileEntryService dlFileEntryService)
          Sets the d l file entry remote service.
 void setDLFileRankLocalService(DLFileRankLocalService dlFileRankLocalService)
          Sets the d l file rank local service.
 void setDLFileRankPersistence(DLFileRankPersistence dlFileRankPersistence)
          Sets the d l file rank persistence.
 void setDLFileShortcutLocalService(DLFileShortcutLocalService dlFileShortcutLocalService)
          Sets the d l file shortcut local service.
 void setDLFileShortcutPersistence(DLFileShortcutPersistence dlFileShortcutPersistence)
          Sets the d l file shortcut persistence.
 void setDLFileShortcutService(DLFileShortcutService dlFileShortcutService)
          Sets the d l file shortcut remote service.
 void setDLFileVersionLocalService(DLFileVersionLocalService dlFileVersionLocalService)
          Sets the d l file version local service.
 void setDLFileVersionPersistence(DLFileVersionPersistence dlFileVersionPersistence)
          Sets the d l file version persistence.
 void setDLFileVersionService(DLFileVersionService dlFileVersionService)
          Sets the d l file version remote service.
 void setDLFolderFinder(DLFolderFinder dlFolderFinder)
          Sets the d l folder finder.
 void setDLFolderLocalService(DLFolderLocalService dlFolderLocalService)
          Sets the d l folder local service.
 void setDLFolderPersistence(DLFolderPersistence dlFolderPersistence)
          Sets the d l folder persistence.
 void setDLFolderService(DLFolderService dlFolderService)
          Sets the d l folder remote service.
 void setDLLocalService(DLLocalService dlLocalService)
          Sets the d l local service.
 void setDLService(DLService dlService)
          Sets the d l remote service.
 void setExpandoValueLocalService(ExpandoValueLocalService expandoValueLocalService)
          Sets the expando value local service.
 void setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
          Sets the expando value persistence.
 void setExpandoValueService(ExpandoValueService expandoValueService)
          Sets the expando value remote service.
 void setGroupFinder(GroupFinder groupFinder)
          Sets the group finder.
 void setGroupLocalService(GroupLocalService groupLocalService)
          Sets the group local service.
 void setGroupPersistence(GroupPersistence groupPersistence)
          Sets the group persistence.
 void setGroupService(GroupService groupService)
          Sets the group remote service.
 void setLayoutFinder(LayoutFinder layoutFinder)
          Sets the layout finder.
 void setLayoutLocalService(LayoutLocalService layoutLocalService)
          Sets the layout local service.
 void setLayoutPersistence(LayoutPersistence layoutPersistence)
          Sets the layout persistence.
 void setLayoutService(LayoutService layoutService)
          Sets the layout remote service.
 void setLockLocalService(LockLocalService lockLocalService)
          Sets the lock local service.
 void setLockPersistence(LockPersistence lockPersistence)
          Sets the lock persistence.
 void setResourceFinder(ResourceFinder resourceFinder)
          Sets the resource finder.
 void setResourceLocalService(ResourceLocalService resourceLocalService)
          Sets the resource local service.
 void setResourcePersistence(ResourcePersistence resourcePersistence)
          Sets the resource persistence.
 void setResourceService(ResourceService resourceService)
          Sets the resource remote service.
 void setUserFinder(UserFinder userFinder)
          Sets the user finder.
 void setUserLocalService(UserLocalService userLocalService)
          Sets the user local service.
 void setUserPersistence(UserPersistence userPersistence)
          Sets the user persistence.
 void setUserService(UserService userService)
          Sets the user remote service.
 void setWebDAVPropsLocalService(WebDAVPropsLocalService webDAVPropsLocalService)
          Sets the web d a v props local service.
 void setWebDAVPropsPersistence(WebDAVPropsPersistence webDAVPropsPersistence)
          Sets the web d a v props persistence.
 DLFolder updateDLFolder(DLFolder dlFolder)
          Updates the d l folder in the database.
 DLFolder updateDLFolder(DLFolder dlFolder, boolean merge)
          Updates the d l folder in the database.
 
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, addFolderResources, addFolderResources, addFolderResources, addFolderResources, deleteFolder, deleteFolder, deleteFolders, getCompanyFolders, getCompanyFoldersCount, getFileEntriesAndFileShortcuts, getFileEntriesAndFileShortcuts, getFileEntriesAndFileShortcutsCount, getFileEntriesAndFileShortcutsCount, getFolder, getFolder, getFolders, getFolders, getFolders, getFoldersAndFileEntriesAndFileShortcuts, getFoldersAndFileEntriesAndFileShortcuts, getFoldersAndFileEntriesAndFileShortcutsCount, getFoldersAndFileEntriesAndFileShortcutsCount, getFoldersCount, getSubfolderIds, updateFolder
 

Field Detail

dlFileEntryLocalService

@BeanReference(type=DLFileEntryLocalService.class)
protected DLFileEntryLocalService dlFileEntryLocalService

dlFileEntryService

@BeanReference(type=DLFileEntryService.class)
protected DLFileEntryService dlFileEntryService

dlFileEntryPersistence

@BeanReference(type=DLFileEntryPersistence.class)
protected DLFileEntryPersistence dlFileEntryPersistence

dlFileEntryFinder

@BeanReference(type=DLFileEntryFinder.class)
protected DLFileEntryFinder dlFileEntryFinder

dlFileRankLocalService

@BeanReference(type=DLFileRankLocalService.class)
protected DLFileRankLocalService dlFileRankLocalService

dlFileRankPersistence

@BeanReference(type=DLFileRankPersistence.class)
protected DLFileRankPersistence dlFileRankPersistence

dlFileShortcutLocalService

@BeanReference(type=DLFileShortcutLocalService.class)
protected DLFileShortcutLocalService dlFileShortcutLocalService

dlFileShortcutService

@BeanReference(type=DLFileShortcutService.class)
protected DLFileShortcutService dlFileShortcutService

dlFileShortcutPersistence

@BeanReference(type=DLFileShortcutPersistence.class)
protected DLFileShortcutPersistence dlFileShortcutPersistence

dlFileVersionLocalService

@BeanReference(type=DLFileVersionLocalService.class)
protected DLFileVersionLocalService dlFileVersionLocalService

dlFileVersionService

@BeanReference(type=DLFileVersionService.class)
protected DLFileVersionService dlFileVersionService

dlFileVersionPersistence

@BeanReference(type=DLFileVersionPersistence.class)
protected DLFileVersionPersistence dlFileVersionPersistence

dlFolderLocalService

@BeanReference(type=DLFolderLocalService.class)
protected DLFolderLocalService dlFolderLocalService

dlFolderService

@BeanReference(type=DLFolderService.class)
protected DLFolderService dlFolderService

dlFolderPersistence

@BeanReference(type=DLFolderPersistence.class)
protected DLFolderPersistence dlFolderPersistence

dlFolderFinder

@BeanReference(type=DLFolderFinder.class)
protected DLFolderFinder dlFolderFinder

counterLocalService

@BeanReference(type=CounterLocalService.class)
protected CounterLocalService counterLocalService

dlLocalService

@BeanReference(type=DLLocalService.class)
protected DLLocalService dlLocalService

dlService

@BeanReference(type=DLService.class)
protected DLService dlService

groupLocalService

@BeanReference(type=GroupLocalService.class)
protected GroupLocalService groupLocalService

groupService

@BeanReference(type=GroupService.class)
protected GroupService groupService

groupPersistence

@BeanReference(type=GroupPersistence.class)
protected GroupPersistence groupPersistence

groupFinder

@BeanReference(type=GroupFinder.class)
protected GroupFinder groupFinder

layoutLocalService

@BeanReference(type=LayoutLocalService.class)
protected LayoutLocalService layoutLocalService

layoutService

@BeanReference(type=LayoutService.class)
protected LayoutService layoutService

layoutPersistence

@BeanReference(type=LayoutPersistence.class)
protected LayoutPersistence layoutPersistence

layoutFinder

@BeanReference(type=LayoutFinder.class)
protected LayoutFinder layoutFinder

lockLocalService

@BeanReference(type=LockLocalService.class)
protected LockLocalService lockLocalService

lockPersistence

@BeanReference(type=LockPersistence.class)
protected LockPersistence lockPersistence

resourceLocalService

@BeanReference(type=ResourceLocalService.class)
protected ResourceLocalService resourceLocalService

resourceService

@BeanReference(type=ResourceService.class)
protected ResourceService resourceService

resourcePersistence

@BeanReference(type=ResourcePersistence.class)
protected ResourcePersistence resourcePersistence

resourceFinder

@BeanReference(type=ResourceFinder.class)
protected ResourceFinder resourceFinder

userLocalService

@BeanReference(type=UserLocalService.class)
protected UserLocalService userLocalService

userService

@BeanReference(type=UserService.class)
protected UserService userService

userPersistence

@BeanReference(type=UserPersistence.class)
protected UserPersistence userPersistence

userFinder

@BeanReference(type=UserFinder.class)
protected UserFinder userFinder

webDAVPropsLocalService

@BeanReference(type=WebDAVPropsLocalService.class)
protected WebDAVPropsLocalService webDAVPropsLocalService

webDAVPropsPersistence

@BeanReference(type=WebDAVPropsPersistence.class)
protected WebDAVPropsPersistence webDAVPropsPersistence

expandoValueLocalService

@BeanReference(type=ExpandoValueLocalService.class)
protected ExpandoValueLocalService expandoValueLocalService

expandoValueService

@BeanReference(type=ExpandoValueService.class)
protected ExpandoValueService expandoValueService

expandoValuePersistence

@BeanReference(type=ExpandoValuePersistence.class)
protected ExpandoValuePersistence expandoValuePersistence
Constructor Detail

DLFolderLocalServiceBaseImpl

public DLFolderLocalServiceBaseImpl()
Method Detail

addDLFolder

public DLFolder addDLFolder(DLFolder dlFolder)
                     throws SystemException
Adds the d l folder to the database. Also notifies the appropriate model listeners.

Specified by:
addDLFolder in interface DLFolderLocalService
Parameters:
dlFolder - the d l folder to add
Returns:
the d l folder that was added
Throws:
SystemException - if a system exception occurred

createDLFolder

public DLFolder createDLFolder(long folderId)
Creates a new d l folder with the primary key. Does not add the d l folder to the database.

Specified by:
createDLFolder in interface DLFolderLocalService
Parameters:
folderId - the primary key for the new d l folder
Returns:
the new d l folder

deleteDLFolder

public void deleteDLFolder(long folderId)
                    throws PortalException,
                           SystemException
Deletes the d l folder with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteDLFolder in interface DLFolderLocalService
Parameters:
folderId - the primary key of the d l folder to delete
Throws:
PortalException - if a d l folder with the primary key could not be found
SystemException - if a system exception occurred

deleteDLFolder

public void deleteDLFolder(DLFolder dlFolder)
                    throws SystemException
Deletes the d l folder from the database. Also notifies the appropriate model listeners.

Specified by:
deleteDLFolder in interface DLFolderLocalService
Parameters:
dlFolder - the d l folder to delete
Throws:
SystemException - if a system exception occurred

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery)
                  throws SystemException
Performs a dynamic query on the database and returns the matching rows.

Specified by:
dynamicQuery in interface DLFolderLocalService
Parameters:
dynamicQuery - the dynamic query to search with
Returns:
the matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery,
                         int start,
                         int end)
                  throws SystemException
Performs a dynamic query on the database and returns a range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Specified by:
dynamicQuery in interface DLFolderLocalService
Parameters:
dynamicQuery - the dynamic query to search with
start - the lower bound of the range of model instances to return
end - the upper bound of the range of model instances to return (not inclusive)
Returns:
the range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery,
                         int start,
                         int end,
                         OrderByComparator orderByComparator)
                  throws SystemException
Performs a dynamic query on the database and returns an ordered range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Specified by:
dynamicQuery in interface DLFolderLocalService
Parameters:
dynamicQuery - the dynamic query to search with
start - the lower bound of the range of model instances to return
end - the upper bound of the range of model instances to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Counts the number of rows that match the dynamic query.

Specified by:
dynamicQueryCount in interface DLFolderLocalService
Parameters:
dynamicQuery - the dynamic query to search with
Returns:
the number of rows that match the dynamic query
Throws:
SystemException - if a system exception occurred

getDLFolder

public DLFolder getDLFolder(long folderId)
                     throws PortalException,
                            SystemException
Gets the d l folder with the primary key.

Specified by:
getDLFolder in interface DLFolderLocalService
Parameters:
folderId - the primary key of the d l folder to get
Returns:
the d l folder
Throws:
PortalException - if a d l folder with the primary key could not be found
SystemException - if a system exception occurred

getDLFolderByUuidAndGroupId

public DLFolder getDLFolderByUuidAndGroupId(String uuid,
                                            long groupId)
                                     throws PortalException,
                                            SystemException
Gets the d l folder with the UUID and group id.

Specified by:
getDLFolderByUuidAndGroupId in interface DLFolderLocalService
Parameters:
uuid - the UUID of d l folder to get
groupId - the group id of the d l folder to get
Returns:
the d l folder
Throws:
PortalException - if a d l folder with the UUID and group id could not be found
SystemException - if a system exception occurred

getDLFolders

public List<DLFolder> getDLFolders(int start,
                                   int end)
                            throws SystemException
Gets a range of all the d l folders.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Specified by:
getDLFolders in interface DLFolderLocalService
Parameters:
start - the lower bound of the range of d l folders to return
end - the upper bound of the range of d l folders to return (not inclusive)
Returns:
the range of d l folders
Throws:
SystemException - if a system exception occurred

getDLFoldersCount

public int getDLFoldersCount()
                      throws SystemException
Gets the number of d l folders.

Specified by:
getDLFoldersCount in interface DLFolderLocalService
Returns:
the number of d l folders
Throws:
SystemException - if a system exception occurred

updateDLFolder

public DLFolder updateDLFolder(DLFolder dlFolder)
                        throws SystemException
Updates the d l folder in the database. Also notifies the appropriate model listeners.

Specified by:
updateDLFolder in interface DLFolderLocalService
Parameters:
dlFolder - the d l folder to update
Returns:
the d l folder that was updated
Throws:
SystemException - if a system exception occurred

updateDLFolder

public DLFolder updateDLFolder(DLFolder dlFolder,
                               boolean merge)
                        throws SystemException
Updates the d l folder in the database. Also notifies the appropriate model listeners.

Specified by:
updateDLFolder in interface DLFolderLocalService
Parameters:
dlFolder - the d l folder to update
merge - whether to merge the d l folder with the current session. See BatchSession.update(com.liferay.portal.kernel.dao.orm.Session, com.liferay.portal.model.BaseModel, boolean) for an explanation.
Returns:
the d l folder that was updated
Throws:
SystemException - if a system exception occurred

getDLFileEntryLocalService

public DLFileEntryLocalService getDLFileEntryLocalService()
Gets the d l file entry local service.

Returns:
the d l file entry local service

setDLFileEntryLocalService

public void setDLFileEntryLocalService(DLFileEntryLocalService dlFileEntryLocalService)
Sets the d l file entry local service.

Parameters:
dlFileEntryLocalService - the d l file entry local service

getDLFileEntryService

public DLFileEntryService getDLFileEntryService()
Gets the d l file entry remote service.

Returns:
the d l file entry remote service

setDLFileEntryService

public void setDLFileEntryService(DLFileEntryService dlFileEntryService)
Sets the d l file entry remote service.

Parameters:
dlFileEntryService - the d l file entry remote service

getDLFileEntryPersistence

public DLFileEntryPersistence getDLFileEntryPersistence()
Gets the d l file entry persistence.

Returns:
the d l file entry persistence

setDLFileEntryPersistence

public void setDLFileEntryPersistence(DLFileEntryPersistence dlFileEntryPersistence)
Sets the d l file entry persistence.

Parameters:
dlFileEntryPersistence - the d l file entry persistence

getDLFileEntryFinder

public DLFileEntryFinder getDLFileEntryFinder()
Gets the d l file entry finder.

Returns:
the d l file entry finder

setDLFileEntryFinder

public void setDLFileEntryFinder(DLFileEntryFinder dlFileEntryFinder)
Sets the d l file entry finder.

Parameters:
dlFileEntryFinder - the d l file entry finder

getDLFileRankLocalService

public DLFileRankLocalService getDLFileRankLocalService()
Gets the d l file rank local service.

Returns:
the d l file rank local service

setDLFileRankLocalService

public void setDLFileRankLocalService(DLFileRankLocalService dlFileRankLocalService)
Sets the d l file rank local service.

Parameters:
dlFileRankLocalService - the d l file rank local service

getDLFileRankPersistence

public DLFileRankPersistence getDLFileRankPersistence()
Gets the d l file rank persistence.

Returns:
the d l file rank persistence

setDLFileRankPersistence

public void setDLFileRankPersistence(DLFileRankPersistence dlFileRankPersistence)
Sets the d l file rank persistence.

Parameters:
dlFileRankPersistence - the d l file rank persistence

getDLFileShortcutLocalService

public DLFileShortcutLocalService getDLFileShortcutLocalService()
Gets the d l file shortcut local service.

Returns:
the d l file shortcut local service

setDLFileShortcutLocalService

public void setDLFileShortcutLocalService(DLFileShortcutLocalService dlFileShortcutLocalService)
Sets the d l file shortcut local service.

Parameters:
dlFileShortcutLocalService - the d l file shortcut local service

getDLFileShortcutService

public DLFileShortcutService getDLFileShortcutService()
Gets the d l file shortcut remote service.

Returns:
the d l file shortcut remote service

setDLFileShortcutService

public void setDLFileShortcutService(DLFileShortcutService dlFileShortcutService)
Sets the d l file shortcut remote service.

Parameters:
dlFileShortcutService - the d l file shortcut remote service

getDLFileShortcutPersistence

public DLFileShortcutPersistence getDLFileShortcutPersistence()
Gets the d l file shortcut persistence.

Returns:
the d l file shortcut persistence

setDLFileShortcutPersistence

public void setDLFileShortcutPersistence(DLFileShortcutPersistence dlFileShortcutPersistence)
Sets the d l file shortcut persistence.

Parameters:
dlFileShortcutPersistence - the d l file shortcut persistence

getDLFileVersionLocalService

public DLFileVersionLocalService getDLFileVersionLocalService()
Gets the d l file version local service.

Returns:
the d l file version local service

setDLFileVersionLocalService

public void setDLFileVersionLocalService(DLFileVersionLocalService dlFileVersionLocalService)
Sets the d l file version local service.

Parameters:
dlFileVersionLocalService - the d l file version local service

getDLFileVersionService

public DLFileVersionService getDLFileVersionService()
Gets the d l file version remote service.

Returns:
the d l file version remote service

setDLFileVersionService

public void setDLFileVersionService(DLFileVersionService dlFileVersionService)
Sets the d l file version remote service.

Parameters:
dlFileVersionService - the d l file version remote service

getDLFileVersionPersistence

public DLFileVersionPersistence getDLFileVersionPersistence()
Gets the d l file version persistence.

Returns:
the d l file version persistence

setDLFileVersionPersistence

public void setDLFileVersionPersistence(DLFileVersionPersistence dlFileVersionPersistence)
Sets the d l file version persistence.

Parameters:
dlFileVersionPersistence - the d l file version persistence

getDLFolderLocalService

public DLFolderLocalService getDLFolderLocalService()
Gets the d l folder local service.

Returns:
the d l folder local service

setDLFolderLocalService

public void setDLFolderLocalService(DLFolderLocalService dlFolderLocalService)
Sets the d l folder local service.

Parameters:
dlFolderLocalService - the d l folder local service

getDLFolderService

public DLFolderService getDLFolderService()
Gets the d l folder remote service.

Returns:
the d l folder remote service

setDLFolderService

public void setDLFolderService(DLFolderService dlFolderService)
Sets the d l folder remote service.

Parameters:
dlFolderService - the d l folder remote service

getDLFolderPersistence

public DLFolderPersistence getDLFolderPersistence()
Gets the d l folder persistence.

Returns:
the d l folder persistence

setDLFolderPersistence

public void setDLFolderPersistence(DLFolderPersistence dlFolderPersistence)
Sets the d l folder persistence.

Parameters:
dlFolderPersistence - the d l folder persistence

getDLFolderFinder

public DLFolderFinder getDLFolderFinder()
Gets the d l folder finder.

Returns:
the d l folder finder

setDLFolderFinder

public void setDLFolderFinder(DLFolderFinder dlFolderFinder)
Sets the d l folder finder.

Parameters:
dlFolderFinder - the d l folder finder

getCounterLocalService

public CounterLocalService getCounterLocalService()
Gets the counter local service.

Returns:
the counter local service

setCounterLocalService

public void setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service.

Parameters:
counterLocalService - the counter local service

getDLLocalService

public DLLocalService getDLLocalService()
Gets the d l local service.

Returns:
the d l local service

setDLLocalService

public void setDLLocalService(DLLocalService dlLocalService)
Sets the d l local service.

Parameters:
dlLocalService - the d l local service

getDLService

public DLService getDLService()
Gets the d l remote service.

Returns:
the d l remote service

setDLService

public void setDLService(DLService dlService)
Sets the d l remote service.

Parameters:
dlService - the d l remote service

getGroupLocalService

public GroupLocalService getGroupLocalService()
Gets the group local service.

Returns:
the group local service

setGroupLocalService

public void setGroupLocalService(GroupLocalService groupLocalService)
Sets the group local service.

Parameters:
groupLocalService - the group local service

getGroupService

public GroupService getGroupService()
Gets the group remote service.

Returns:
the group remote service

setGroupService

public void setGroupService(GroupService groupService)
Sets the group remote service.

Parameters:
groupService - the group remote service

getGroupPersistence

public GroupPersistence getGroupPersistence()
Gets the group persistence.

Returns:
the group persistence

setGroupPersistence

public void setGroupPersistence(GroupPersistence groupPersistence)
Sets the group persistence.

Parameters:
groupPersistence - the group persistence

getGroupFinder

public GroupFinder getGroupFinder()
Gets the group finder.

Returns:
the group finder

setGroupFinder

public void setGroupFinder(GroupFinder groupFinder)
Sets the group finder.

Parameters:
groupFinder - the group finder

getLayoutLocalService

public LayoutLocalService getLayoutLocalService()
Gets the layout local service.

Returns:
the layout local service

setLayoutLocalService

public void setLayoutLocalService(LayoutLocalService layoutLocalService)
Sets the layout local service.

Parameters:
layoutLocalService - the layout local service

getLayoutService

public LayoutService getLayoutService()
Gets the layout remote service.

Returns:
the layout remote service

setLayoutService

public void setLayoutService(LayoutService layoutService)
Sets the layout remote service.

Parameters:
layoutService - the layout remote service

getLayoutPersistence

public LayoutPersistence getLayoutPersistence()
Gets the layout persistence.

Returns:
the layout persistence

setLayoutPersistence

public void setLayoutPersistence(LayoutPersistence layoutPersistence)
Sets the layout persistence.

Parameters:
layoutPersistence - the layout persistence

getLayoutFinder

public LayoutFinder getLayoutFinder()
Gets the layout finder.

Returns:
the layout finder

setLayoutFinder

public void setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder.

Parameters:
layoutFinder - the layout finder

getLockLocalService

public LockLocalService getLockLocalService()
Gets the lock local service.

Returns:
the lock local service

setLockLocalService

public void setLockLocalService(LockLocalService lockLocalService)
Sets the lock local service.

Parameters:
lockLocalService - the lock local service

getLockPersistence

public LockPersistence getLockPersistence()
Gets the lock persistence.

Returns:
the lock persistence

setLockPersistence

public void setLockPersistence(LockPersistence lockPersistence)
Sets the lock persistence.

Parameters:
lockPersistence - the lock persistence

getResourceLocalService

public ResourceLocalService getResourceLocalService()
Gets the resource local service.

Returns:
the resource local service

setResourceLocalService

public void setResourceLocalService(ResourceLocalService resourceLocalService)
Sets the resource local service.

Parameters:
resourceLocalService - the resource local service

getResourceService

public ResourceService getResourceService()
Gets the resource remote service.

Returns:
the resource remote service

setResourceService

public void setResourceService(ResourceService resourceService)
Sets the resource remote service.

Parameters:
resourceService - the resource remote service

getResourcePersistence

public ResourcePersistence getResourcePersistence()
Gets the resource persistence.

Returns:
the resource persistence

setResourcePersistence

public void setResourcePersistence(ResourcePersistence resourcePersistence)
Sets the resource persistence.

Parameters:
resourcePersistence - the resource persistence

getResourceFinder

public ResourceFinder getResourceFinder()
Gets the resource finder.

Returns:
the resource finder

setResourceFinder

public void setResourceFinder(ResourceFinder resourceFinder)
Sets the resource finder.

Parameters:
resourceFinder - the resource finder

getUserLocalService

public UserLocalService getUserLocalService()
Gets the user local service.

Returns:
the user local service

setUserLocalService

public void setUserLocalService(UserLocalService userLocalService)
Sets the user local service.

Parameters:
userLocalService - the user local service

getUserService

public UserService getUserService()
Gets the user remote service.

Returns:
the user remote service

setUserService

public void setUserService(UserService userService)
Sets the user remote service.

Parameters:
userService - the user remote service

getUserPersistence

public UserPersistence getUserPersistence()
Gets the user persistence.

Returns:
the user persistence

setUserPersistence

public void setUserPersistence(UserPersistence userPersistence)
Sets the user persistence.

Parameters:
userPersistence - the user persistence

getUserFinder

public UserFinder getUserFinder()
Gets the user finder.

Returns:
the user finder

setUserFinder

public void setUserFinder(UserFinder userFinder)
Sets the user finder.

Parameters:
userFinder - the user finder

getWebDAVPropsLocalService

public WebDAVPropsLocalService getWebDAVPropsLocalService()
Gets the web d a v props local service.

Returns:
the web d a v props local service

setWebDAVPropsLocalService

public void setWebDAVPropsLocalService(WebDAVPropsLocalService webDAVPropsLocalService)
Sets the web d a v props local service.

Parameters:
webDAVPropsLocalService - the web d a v props local service

getWebDAVPropsPersistence

public WebDAVPropsPersistence getWebDAVPropsPersistence()
Gets the web d a v props persistence.

Returns:
the web d a v props persistence

setWebDAVPropsPersistence

public void setWebDAVPropsPersistence(WebDAVPropsPersistence webDAVPropsPersistence)
Sets the web d a v props persistence.

Parameters:
webDAVPropsPersistence - the web d a v props persistence

getExpandoValueLocalService

public ExpandoValueLocalService getExpandoValueLocalService()
Gets the expando value local service.

Returns:
the expando value local service

setExpandoValueLocalService

public void setExpandoValueLocalService(ExpandoValueLocalService expandoValueLocalService)
Sets the expando value local service.

Parameters:
expandoValueLocalService - the expando value local service

getExpandoValueService

public ExpandoValueService getExpandoValueService()
Gets the expando value remote service.

Returns:
the expando value remote service

setExpandoValueService

public void setExpandoValueService(ExpandoValueService expandoValueService)
Sets the expando value remote service.

Parameters:
expandoValueService - the expando value remote service

getExpandoValuePersistence

public ExpandoValuePersistence getExpandoValuePersistence()
Gets the expando value persistence.

Returns:
the expando value persistence

setExpandoValuePersistence

public void setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
Sets the expando value persistence.

Parameters:
expandoValuePersistence - the expando value persistence

runSQL

protected void runSQL(String sql)
               throws SystemException
Performs an SQL query.

Parameters:
sql - the sql query to perform
Throws:
SystemException

Liferay 6.0.5