Liferay 6.0.5

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

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.service.base.DLFileRankLocalServiceBaseImpl
All Implemented Interfaces:
DLFileRankLocalService
Direct Known Subclasses:
DLFileRankLocalServiceImpl

public abstract class DLFileRankLocalServiceBaseImpl
extends Object
implements DLFileRankLocalService

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

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

See Also:
DLFileRankLocalServiceImpl, DLFileRankLocalServiceUtil
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  LayoutFinder layoutFinder
           
protected  LayoutLocalService layoutLocalService
           
protected  LayoutPersistence layoutPersistence
           
protected  LayoutService layoutService
           
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
DLFileRankLocalServiceBaseImpl()
           
 
Method Summary
 DLFileRank addDLFileRank(DLFileRank dlFileRank)
          Adds the d l file rank to the database.
 DLFileRank createDLFileRank(long fileRankId)
          Creates a new d l file rank with the primary key.
 void deleteDLFileRank(DLFileRank dlFileRank)
          Deletes the d l file rank from the database.
 void deleteDLFileRank(long fileRankId)
          Deletes the d l file rank 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.
 DLFileRank getDLFileRank(long fileRankId)
          Gets the d l file rank with the primary key.
 DLFileRankLocalService getDLFileRankLocalService()
          Gets the d l file rank local service.
 DLFileRankPersistence getDLFileRankPersistence()
          Gets the d l file rank persistence.
 List<DLFileRank> getDLFileRanks(int start, int end)
          Gets a range of all the d l file ranks.
 int getDLFileRanksCount()
          Gets the number of d l file ranks.
 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.
 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.
 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.
 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 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 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 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.
 DLFileRank updateDLFileRank(DLFileRank dlFileRank)
          Updates the d l file rank in the database.
 DLFileRank updateDLFileRank(DLFileRank dlFileRank, boolean merge)
          Updates the d l file rank 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.DLFileRankLocalService
addFileRank, deleteFileRanks, deleteFileRanks, getFileRanks, getFileRanks, updateFileRank
 

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

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

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
Constructor Detail

DLFileRankLocalServiceBaseImpl

public DLFileRankLocalServiceBaseImpl()
Method Detail

addDLFileRank

public DLFileRank addDLFileRank(DLFileRank dlFileRank)
                         throws SystemException
Adds the d l file rank to the database. Also notifies the appropriate model listeners.

Specified by:
addDLFileRank in interface DLFileRankLocalService
Parameters:
dlFileRank - the d l file rank to add
Returns:
the d l file rank that was added
Throws:
SystemException - if a system exception occurred

createDLFileRank

public DLFileRank createDLFileRank(long fileRankId)
Creates a new d l file rank with the primary key. Does not add the d l file rank to the database.

Specified by:
createDLFileRank in interface DLFileRankLocalService
Parameters:
fileRankId - the primary key for the new d l file rank
Returns:
the new d l file rank

deleteDLFileRank

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

Specified by:
deleteDLFileRank in interface DLFileRankLocalService
Parameters:
fileRankId - the primary key of the d l file rank to delete
Throws:
PortalException - if a d l file rank with the primary key could not be found
SystemException - if a system exception occurred

deleteDLFileRank

public void deleteDLFileRank(DLFileRank dlFileRank)
                      throws SystemException
Deletes the d l file rank from the database. Also notifies the appropriate model listeners.

Specified by:
deleteDLFileRank in interface DLFileRankLocalService
Parameters:
dlFileRank - the d l file rank 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 DLFileRankLocalService
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 DLFileRankLocalService
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 DLFileRankLocalService
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 DLFileRankLocalService
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

getDLFileRank

public DLFileRank getDLFileRank(long fileRankId)
                         throws PortalException,
                                SystemException
Gets the d l file rank with the primary key.

Specified by:
getDLFileRank in interface DLFileRankLocalService
Parameters:
fileRankId - the primary key of the d l file rank to get
Returns:
the d l file rank
Throws:
PortalException - if a d l file rank with the primary key could not be found
SystemException - if a system exception occurred

getDLFileRanks

public List<DLFileRank> getDLFileRanks(int start,
                                       int end)
                                throws SystemException
Gets a range of all the d l file ranks.

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

getDLFileRanksCount

public int getDLFileRanksCount()
                        throws SystemException
Gets the number of d l file ranks.

Specified by:
getDLFileRanksCount in interface DLFileRankLocalService
Returns:
the number of d l file ranks
Throws:
SystemException - if a system exception occurred

updateDLFileRank

public DLFileRank updateDLFileRank(DLFileRank dlFileRank)
                            throws SystemException
Updates the d l file rank in the database. Also notifies the appropriate model listeners.

Specified by:
updateDLFileRank in interface DLFileRankLocalService
Parameters:
dlFileRank - the d l file rank to update
Returns:
the d l file rank that was updated
Throws:
SystemException - if a system exception occurred

updateDLFileRank

public DLFileRank updateDLFileRank(DLFileRank dlFileRank,
                                   boolean merge)
                            throws SystemException
Updates the d l file rank in the database. Also notifies the appropriate model listeners.

Specified by:
updateDLFileRank in interface DLFileRankLocalService
Parameters:
dlFileRank - the d l file rank to update
merge - whether to merge the d l file rank 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 rank 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

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

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

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