Liferay 6.0.5

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

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.service.base.DLFileShortcutLocalServiceBaseImpl
All Implemented Interfaces:
DLFileShortcutLocalService
Direct Known Subclasses:
DLFileShortcutLocalServiceImpl

public abstract class DLFileShortcutLocalServiceBaseImpl
extends Object
implements DLFileShortcutLocalService

The base implementation of the d l file shortcut 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 DLFileShortcutLocalServiceImpl.

Never modify or reference this class directly. Always use DLFileShortcutLocalServiceUtil to access the d l file shortcut local service.

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

Field Summary
protected  AssetEntryFinder assetEntryFinder
           
protected  AssetEntryLocalService assetEntryLocalService
           
protected  AssetEntryPersistence assetEntryPersistence
           
protected  AssetEntryService assetEntryService
           
protected  AssetTagFinder assetTagFinder
           
protected  AssetTagLocalService assetTagLocalService
           
protected  AssetTagPersistence assetTagPersistence
           
protected  AssetTagService assetTagService
           
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  ResourceFinder resourceFinder
           
protected  ResourceLocalService resourceLocalService
           
protected  ResourcePersistence resourcePersistence
           
protected  ResourceService resourceService
           
protected  UserFinder userFinder
           
protected  UserLocalService userLocalService
           
protected  UserPersistence userPersistence
           
protected  UserService userService
           
 
Constructor Summary
DLFileShortcutLocalServiceBaseImpl()
           
 
Method Summary
 DLFileShortcut addDLFileShortcut(DLFileShortcut dlFileShortcut)
          Adds the d l file shortcut to the database.
 DLFileShortcut createDLFileShortcut(long fileShortcutId)
          Creates a new d l file shortcut with the primary key.
 void deleteDLFileShortcut(DLFileShortcut dlFileShortcut)
          Deletes the d l file shortcut from the database.
 void deleteDLFileShortcut(long fileShortcutId)
          Deletes the d l file shortcut 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.
 AssetEntryFinder getAssetEntryFinder()
          Gets the asset entry finder.
 AssetEntryLocalService getAssetEntryLocalService()
          Gets the asset entry local service.
 AssetEntryPersistence getAssetEntryPersistence()
          Gets the asset entry persistence.
 AssetEntryService getAssetEntryService()
          Gets the asset entry remote service.
 AssetTagFinder getAssetTagFinder()
          Gets the asset tag finder.
 AssetTagLocalService getAssetTagLocalService()
          Gets the asset tag local service.
 AssetTagPersistence getAssetTagPersistence()
          Gets the asset tag persistence.
 AssetTagService getAssetTagService()
          Gets the asset tag remote service.
 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.
 DLFileShortcut getDLFileShortcut(long fileShortcutId)
          Gets the d l file shortcut with the primary key.
 DLFileShortcut getDLFileShortcutByUuidAndGroupId(String uuid, long groupId)
          Gets the d l file shortcut with the UUID and group id.
 DLFileShortcutLocalService getDLFileShortcutLocalService()
          Gets the d l file shortcut local service.
 DLFileShortcutPersistence getDLFileShortcutPersistence()
          Gets the d l file shortcut persistence.
 List<DLFileShortcut> getDLFileShortcuts(int start, int end)
          Gets a range of all the d l file shortcuts.
 int getDLFileShortcutsCount()
          Gets the number of d l file shortcuts.
 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.
 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.
 DLFolderService getDLFolderService()
          Gets the d l folder remote service.
 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.
protected  void runSQL(String sql)
          Performs an SQL query.
 void setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
          Sets the asset entry finder.
 void setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void setAssetTagFinder(AssetTagFinder assetTagFinder)
          Sets the asset tag finder.
 void setAssetTagLocalService(AssetTagLocalService assetTagLocalService)
          Sets the asset tag local service.
 void setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
          Sets the asset tag persistence.
 void setAssetTagService(AssetTagService assetTagService)
          Sets the asset tag remote service.
 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 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.
 DLFileShortcut updateDLFileShortcut(DLFileShortcut dlFileShortcut)
          Updates the d l file shortcut in the database.
 DLFileShortcut updateDLFileShortcut(DLFileShortcut dlFileShortcut, boolean merge)
          Updates the d l file shortcut 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.DLFileShortcutLocalService
addFileShortcut, addFileShortcutResources, addFileShortcutResources, addFileShortcutResources, addFileShortcutResources, deleteFileShortcut, deleteFileShortcut, deleteFileShortcuts, getFileShortcut, updateAsset, updateFileShortcut, updateFileShortcuts
 

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

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

assetEntryLocalService

@BeanReference(type=AssetEntryLocalService.class)
protected AssetEntryLocalService assetEntryLocalService

assetEntryService

@BeanReference(type=AssetEntryService.class)
protected AssetEntryService assetEntryService

assetEntryPersistence

@BeanReference(type=AssetEntryPersistence.class)
protected AssetEntryPersistence assetEntryPersistence

assetEntryFinder

@BeanReference(type=AssetEntryFinder.class)
protected AssetEntryFinder assetEntryFinder

assetTagLocalService

@BeanReference(type=AssetTagLocalService.class)
protected AssetTagLocalService assetTagLocalService

assetTagService

@BeanReference(type=AssetTagService.class)
protected AssetTagService assetTagService

assetTagPersistence

@BeanReference(type=AssetTagPersistence.class)
protected AssetTagPersistence assetTagPersistence

assetTagFinder

@BeanReference(type=AssetTagFinder.class)
protected AssetTagFinder assetTagFinder
Constructor Detail

DLFileShortcutLocalServiceBaseImpl

public DLFileShortcutLocalServiceBaseImpl()
Method Detail

addDLFileShortcut

public DLFileShortcut addDLFileShortcut(DLFileShortcut dlFileShortcut)
                                 throws SystemException
Adds the d l file shortcut to the database. Also notifies the appropriate model listeners.

Specified by:
addDLFileShortcut in interface DLFileShortcutLocalService
Parameters:
dlFileShortcut - the d l file shortcut to add
Returns:
the d l file shortcut that was added
Throws:
SystemException - if a system exception occurred

createDLFileShortcut

public DLFileShortcut createDLFileShortcut(long fileShortcutId)
Creates a new d l file shortcut with the primary key. Does not add the d l file shortcut to the database.

Specified by:
createDLFileShortcut in interface DLFileShortcutLocalService
Parameters:
fileShortcutId - the primary key for the new d l file shortcut
Returns:
the new d l file shortcut

deleteDLFileShortcut

public void deleteDLFileShortcut(long fileShortcutId)
                          throws PortalException,
                                 SystemException
Deletes the d l file shortcut with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteDLFileShortcut in interface DLFileShortcutLocalService
Parameters:
fileShortcutId - the primary key of the d l file shortcut to delete
Throws:
PortalException - if a d l file shortcut with the primary key could not be found
SystemException - if a system exception occurred

deleteDLFileShortcut

public void deleteDLFileShortcut(DLFileShortcut dlFileShortcut)
                          throws SystemException
Deletes the d l file shortcut from the database. Also notifies the appropriate model listeners.

Specified by:
deleteDLFileShortcut in interface DLFileShortcutLocalService
Parameters:
dlFileShortcut - the d l file shortcut 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 DLFileShortcutLocalService
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 DLFileShortcutLocalService
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 DLFileShortcutLocalService
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 DLFileShortcutLocalService
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

getDLFileShortcut

public DLFileShortcut getDLFileShortcut(long fileShortcutId)
                                 throws PortalException,
                                        SystemException
Gets the d l file shortcut with the primary key.

Specified by:
getDLFileShortcut in interface DLFileShortcutLocalService
Parameters:
fileShortcutId - the primary key of the d l file shortcut to get
Returns:
the d l file shortcut
Throws:
PortalException - if a d l file shortcut with the primary key could not be found
SystemException - if a system exception occurred

getDLFileShortcutByUuidAndGroupId

public DLFileShortcut getDLFileShortcutByUuidAndGroupId(String uuid,
                                                        long groupId)
                                                 throws PortalException,
                                                        SystemException
Gets the d l file shortcut with the UUID and group id.

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

getDLFileShortcuts

public List<DLFileShortcut> getDLFileShortcuts(int start,
                                               int end)
                                        throws SystemException
Gets a range of all the d l file shortcuts.

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:
getDLFileShortcuts in interface DLFileShortcutLocalService
Parameters:
start - the lower bound of the range of d l file shortcuts to return
end - the upper bound of the range of d l file shortcuts to return (not inclusive)
Returns:
the range of d l file shortcuts
Throws:
SystemException - if a system exception occurred

getDLFileShortcutsCount

public int getDLFileShortcutsCount()
                            throws SystemException
Gets the number of d l file shortcuts.

Specified by:
getDLFileShortcutsCount in interface DLFileShortcutLocalService
Returns:
the number of d l file shortcuts
Throws:
SystemException - if a system exception occurred

updateDLFileShortcut

public DLFileShortcut updateDLFileShortcut(DLFileShortcut dlFileShortcut)
                                    throws SystemException
Updates the d l file shortcut in the database. Also notifies the appropriate model listeners.

Specified by:
updateDLFileShortcut in interface DLFileShortcutLocalService
Parameters:
dlFileShortcut - the d l file shortcut to update
Returns:
the d l file shortcut that was updated
Throws:
SystemException - if a system exception occurred

updateDLFileShortcut

public DLFileShortcut updateDLFileShortcut(DLFileShortcut dlFileShortcut,
                                           boolean merge)
                                    throws SystemException
Updates the d l file shortcut in the database. Also notifies the appropriate model listeners.

Specified by:
updateDLFileShortcut in interface DLFileShortcutLocalService
Parameters:
dlFileShortcut - the d l file shortcut to update
merge - whether to merge the d l file shortcut 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 file shortcut 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

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

getAssetEntryLocalService

public AssetEntryLocalService getAssetEntryLocalService()
Gets the asset entry local service.

Returns:
the asset entry local service

setAssetEntryLocalService

public void setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
Sets the asset entry local service.

Parameters:
assetEntryLocalService - the asset entry local service

getAssetEntryService

public AssetEntryService getAssetEntryService()
Gets the asset entry remote service.

Returns:
the asset entry remote service

setAssetEntryService

public void setAssetEntryService(AssetEntryService assetEntryService)
Sets the asset entry remote service.

Parameters:
assetEntryService - the asset entry remote service

getAssetEntryPersistence

public AssetEntryPersistence getAssetEntryPersistence()
Gets the asset entry persistence.

Returns:
the asset entry persistence

setAssetEntryPersistence

public void setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
Sets the asset entry persistence.

Parameters:
assetEntryPersistence - the asset entry persistence

getAssetEntryFinder

public AssetEntryFinder getAssetEntryFinder()
Gets the asset entry finder.

Returns:
the asset entry finder

setAssetEntryFinder

public void setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
Sets the asset entry finder.

Parameters:
assetEntryFinder - the asset entry finder

getAssetTagLocalService

public AssetTagLocalService getAssetTagLocalService()
Gets the asset tag local service.

Returns:
the asset tag local service

setAssetTagLocalService

public void setAssetTagLocalService(AssetTagLocalService assetTagLocalService)
Sets the asset tag local service.

Parameters:
assetTagLocalService - the asset tag local service

getAssetTagService

public AssetTagService getAssetTagService()
Gets the asset tag remote service.

Returns:
the asset tag remote service

setAssetTagService

public void setAssetTagService(AssetTagService assetTagService)
Sets the asset tag remote service.

Parameters:
assetTagService - the asset tag remote service

getAssetTagPersistence

public AssetTagPersistence getAssetTagPersistence()
Gets the asset tag persistence.

Returns:
the asset tag persistence

setAssetTagPersistence

public void setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
Sets the asset tag persistence.

Parameters:
assetTagPersistence - the asset tag persistence

getAssetTagFinder

public AssetTagFinder getAssetTagFinder()
Gets the asset tag finder.

Returns:
the asset tag finder

setAssetTagFinder

public void setAssetTagFinder(AssetTagFinder assetTagFinder)
Sets the asset tag finder.

Parameters:
assetTagFinder - the asset tag finder

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