Liferay 6.0.5

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

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.service.base.DLFileEntryLocalServiceBaseImpl
All Implemented Interfaces:
DLFileEntryLocalService
Direct Known Subclasses:
DLFileEntryLocalServiceImpl

public abstract class DLFileEntryLocalServiceBaseImpl
extends Object
implements DLFileEntryLocalService

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

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

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

Field Summary
protected  AssetCategoryFinder assetCategoryFinder
           
protected  AssetCategoryLocalService assetCategoryLocalService
           
protected  AssetCategoryPersistence assetCategoryPersistence
           
protected  AssetCategoryService assetCategoryService
           
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  DLLocalService dlLocalService
           
protected  DLService dlService
           
protected  ExpandoValueLocalService expandoValueLocalService
           
protected  ExpandoValuePersistence expandoValuePersistence
           
protected  ExpandoValueService expandoValueService
           
protected  LockLocalService lockLocalService
           
protected  LockPersistence lockPersistence
           
protected  MBDiscussionLocalService mbDiscussionLocalService
           
protected  MBDiscussionPersistence mbDiscussionPersistence
           
protected  MBMessageFinder mbMessageFinder
           
protected  MBMessageLocalService mbMessageLocalService
           
protected  MBMessagePersistence mbMessagePersistence
           
protected  MBMessageService mbMessageService
           
protected  RatingsEntryFinder ratingsEntryFinder
           
protected  RatingsEntryLocalService ratingsEntryLocalService
           
protected  RatingsEntryPersistence ratingsEntryPersistence
           
protected  RatingsEntryService ratingsEntryService
           
protected  RatingsStatsFinder ratingsStatsFinder
           
protected  RatingsStatsLocalService ratingsStatsLocalService
           
protected  RatingsStatsPersistence ratingsStatsPersistence
           
protected  ResourceFinder resourceFinder
           
protected  ResourceLocalService resourceLocalService
           
protected  ResourcePersistence resourcePersistence
           
protected  ResourceService resourceService
           
protected  SocialActivityFinder socialActivityFinder
           
protected  SocialActivityLocalService socialActivityLocalService
           
protected  SocialActivityPersistence socialActivityPersistence
           
protected  UserFinder userFinder
           
protected  UserLocalService userLocalService
           
protected  UserPersistence userPersistence
           
protected  UserService userService
           
protected  WebDAVPropsLocalService webDAVPropsLocalService
           
protected  WebDAVPropsPersistence webDAVPropsPersistence
           
protected  WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService
           
protected  WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence
           
 
Constructor Summary
DLFileEntryLocalServiceBaseImpl()
           
 
Method Summary
 DLFileEntry addDLFileEntry(DLFileEntry dlFileEntry)
          Adds the d l file entry to the database.
 DLFileEntry createDLFileEntry(long fileEntryId)
          Creates a new d l file entry with the primary key.
 void deleteDLFileEntry(DLFileEntry dlFileEntry)
          Deletes the d l file entry from the database.
 void deleteDLFileEntry(long fileEntryId)
          Deletes the d l file entry 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.
 AssetCategoryFinder getAssetCategoryFinder()
          Gets the asset category finder.
 AssetCategoryLocalService getAssetCategoryLocalService()
          Gets the asset category local service.
 AssetCategoryPersistence getAssetCategoryPersistence()
          Gets the asset category persistence.
 AssetCategoryService getAssetCategoryService()
          Gets the asset category remote service.
 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.
 List<DLFileEntry> getDLFileEntries(int start, int end)
          Gets a range of all the d l file entries.
 int getDLFileEntriesCount()
          Gets the number of d l file entries.
 DLFileEntry getDLFileEntry(long fileEntryId)
          Gets the d l file entry with the primary key.
 DLFileEntry getDLFileEntryByUuidAndGroupId(String uuid, long groupId)
          Gets the d l file entry with the UUID and group id.
 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.
 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.
 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.
 LockLocalService getLockLocalService()
          Gets the lock local service.
 LockPersistence getLockPersistence()
          Gets the lock persistence.
 MBDiscussionLocalService getMBDiscussionLocalService()
          Gets the message boards discussion local service.
 MBDiscussionPersistence getMBDiscussionPersistence()
          Gets the message boards discussion persistence.
 MBMessageFinder getMBMessageFinder()
          Gets the message-boards message finder.
 MBMessageLocalService getMBMessageLocalService()
          Gets the message-boards message local service.
 MBMessagePersistence getMBMessagePersistence()
          Gets the message-boards message persistence.
 MBMessageService getMBMessageService()
          Gets the message-boards message remote service.
 RatingsEntryFinder getRatingsEntryFinder()
          Gets the ratings entry finder.
 RatingsEntryLocalService getRatingsEntryLocalService()
          Gets the ratings entry local service.
 RatingsEntryPersistence getRatingsEntryPersistence()
          Gets the ratings entry persistence.
 RatingsEntryService getRatingsEntryService()
          Gets the ratings entry remote service.
 RatingsStatsFinder getRatingsStatsFinder()
          Gets the ratings stats finder.
 RatingsStatsLocalService getRatingsStatsLocalService()
          Gets the ratings stats local service.
 RatingsStatsPersistence getRatingsStatsPersistence()
          Gets the ratings stats 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.
 SocialActivityFinder getSocialActivityFinder()
          Gets the social activity finder.
 SocialActivityLocalService getSocialActivityLocalService()
          Gets the social activity local service.
 SocialActivityPersistence getSocialActivityPersistence()
          Gets the social activity persistence.
 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.
 WorkflowInstanceLinkLocalService getWorkflowInstanceLinkLocalService()
          Gets the workflow instance link local service.
 WorkflowInstanceLinkPersistence getWorkflowInstanceLinkPersistence()
          Gets the workflow instance link persistence.
protected  void runSQL(String sql)
          Performs an SQL query.
 void setAssetCategoryFinder(AssetCategoryFinder assetCategoryFinder)
          Sets the asset category finder.
 void setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
          Sets the asset category local service.
 void setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 void setAssetCategoryService(AssetCategoryService assetCategoryService)
          Sets the asset category remote service.
 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 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 setLockLocalService(LockLocalService lockLocalService)
          Sets the lock local service.
 void setLockPersistence(LockPersistence lockPersistence)
          Sets the lock persistence.
 void setMBDiscussionLocalService(MBDiscussionLocalService mbDiscussionLocalService)
          Sets the message boards discussion local service.
 void setMBDiscussionPersistence(MBDiscussionPersistence mbDiscussionPersistence)
          Sets the message boards discussion persistence.
 void setMBMessageFinder(MBMessageFinder mbMessageFinder)
          Sets the message-boards message finder.
 void setMBMessageLocalService(MBMessageLocalService mbMessageLocalService)
          Sets the message-boards message local service.
 void setMBMessagePersistence(MBMessagePersistence mbMessagePersistence)
          Sets the message-boards message persistence.
 void setMBMessageService(MBMessageService mbMessageService)
          Sets the message-boards message remote service.
 void setRatingsEntryFinder(RatingsEntryFinder ratingsEntryFinder)
          Sets the ratings entry finder.
 void setRatingsEntryLocalService(RatingsEntryLocalService ratingsEntryLocalService)
          Sets the ratings entry local service.
 void setRatingsEntryPersistence(RatingsEntryPersistence ratingsEntryPersistence)
          Sets the ratings entry persistence.
 void setRatingsEntryService(RatingsEntryService ratingsEntryService)
          Sets the ratings entry remote service.
 void setRatingsStatsFinder(RatingsStatsFinder ratingsStatsFinder)
          Sets the ratings stats finder.
 void setRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)
          Sets the ratings stats local service.
 void setRatingsStatsPersistence(RatingsStatsPersistence ratingsStatsPersistence)
          Sets the ratings stats 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 setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
          Sets the social activity finder.
 void setSocialActivityLocalService(SocialActivityLocalService socialActivityLocalService)
          Sets the social activity local service.
 void setSocialActivityPersistence(SocialActivityPersistence socialActivityPersistence)
          Sets the social activity persistence.
 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.
 void setWorkflowInstanceLinkLocalService(WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService)
          Sets the workflow instance link local service.
 void setWorkflowInstanceLinkPersistence(WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence)
          Sets the workflow instance link persistence.
 DLFileEntry updateDLFileEntry(DLFileEntry dlFileEntry)
          Updates the d l file entry in the database.
 DLFileEntry updateDLFileEntry(DLFileEntry dlFileEntry, boolean merge)
          Updates the d l file entry 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.DLFileEntryLocalService
addFileEntry, addFileEntry, addFileEntry, addFileEntryResources, addFileEntryResources, addFileEntryResources, addFileEntryResources, addOrOverwriteFileEntry, deleteFileEntries, deleteFileEntry, deleteFileEntry, deleteFileEntry, getCompanyFileEntries, getCompanyFileEntries, getCompanyFileEntriesCount, getFileAsStream, getFileAsStream, getFileEntries, getFileEntries, getFileEntries, getFileEntriesCount, getFileEntry, getFileEntry, getFileEntryByTitle, getFileEntryByUuidAndGroupId, getFoldersFileEntriesCount, getGroupFileEntries, getGroupFileEntries, getGroupFileEntries, getGroupFileEntries, getGroupFileEntriesCount, getGroupFileEntriesCount, getNoAssetFileEntries, moveFileEntry, updateAsset, updateFileEntry, updateFileEntry, updateFileEntry, updateStatus
 

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

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

workflowInstanceLinkLocalService

@BeanReference(type=WorkflowInstanceLinkLocalService.class)
protected WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService

workflowInstanceLinkPersistence

@BeanReference(type=WorkflowInstanceLinkPersistence.class)
protected WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence

assetCategoryLocalService

@BeanReference(type=AssetCategoryLocalService.class)
protected AssetCategoryLocalService assetCategoryLocalService

assetCategoryService

@BeanReference(type=AssetCategoryService.class)
protected AssetCategoryService assetCategoryService

assetCategoryPersistence

@BeanReference(type=AssetCategoryPersistence.class)
protected AssetCategoryPersistence assetCategoryPersistence

assetCategoryFinder

@BeanReference(type=AssetCategoryFinder.class)
protected AssetCategoryFinder assetCategoryFinder

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

expandoValueLocalService

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

expandoValueService

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

expandoValuePersistence

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

mbDiscussionLocalService

@BeanReference(type=MBDiscussionLocalService.class)
protected MBDiscussionLocalService mbDiscussionLocalService

mbDiscussionPersistence

@BeanReference(type=MBDiscussionPersistence.class)
protected MBDiscussionPersistence mbDiscussionPersistence

mbMessageLocalService

@BeanReference(type=MBMessageLocalService.class)
protected MBMessageLocalService mbMessageLocalService

mbMessageService

@BeanReference(type=MBMessageService.class)
protected MBMessageService mbMessageService

mbMessagePersistence

@BeanReference(type=MBMessagePersistence.class)
protected MBMessagePersistence mbMessagePersistence

mbMessageFinder

@BeanReference(type=MBMessageFinder.class)
protected MBMessageFinder mbMessageFinder

ratingsEntryLocalService

@BeanReference(type=RatingsEntryLocalService.class)
protected RatingsEntryLocalService ratingsEntryLocalService

ratingsEntryService

@BeanReference(type=RatingsEntryService.class)
protected RatingsEntryService ratingsEntryService

ratingsEntryPersistence

@BeanReference(type=RatingsEntryPersistence.class)
protected RatingsEntryPersistence ratingsEntryPersistence

ratingsEntryFinder

@BeanReference(type=RatingsEntryFinder.class)
protected RatingsEntryFinder ratingsEntryFinder

ratingsStatsLocalService

@BeanReference(type=RatingsStatsLocalService.class)
protected RatingsStatsLocalService ratingsStatsLocalService

ratingsStatsPersistence

@BeanReference(type=RatingsStatsPersistence.class)
protected RatingsStatsPersistence ratingsStatsPersistence

ratingsStatsFinder

@BeanReference(type=RatingsStatsFinder.class)
protected RatingsStatsFinder ratingsStatsFinder

socialActivityLocalService

@BeanReference(type=SocialActivityLocalService.class)
protected SocialActivityLocalService socialActivityLocalService

socialActivityPersistence

@BeanReference(type=SocialActivityPersistence.class)
protected SocialActivityPersistence socialActivityPersistence

socialActivityFinder

@BeanReference(type=SocialActivityFinder.class)
protected SocialActivityFinder socialActivityFinder
Constructor Detail

DLFileEntryLocalServiceBaseImpl

public DLFileEntryLocalServiceBaseImpl()
Method Detail

addDLFileEntry

public DLFileEntry addDLFileEntry(DLFileEntry dlFileEntry)
                           throws SystemException
Adds the d l file entry to the database. Also notifies the appropriate model listeners.

Specified by:
addDLFileEntry in interface DLFileEntryLocalService
Parameters:
dlFileEntry - the d l file entry to add
Returns:
the d l file entry that was added
Throws:
SystemException - if a system exception occurred

createDLFileEntry

public DLFileEntry createDLFileEntry(long fileEntryId)
Creates a new d l file entry with the primary key. Does not add the d l file entry to the database.

Specified by:
createDLFileEntry in interface DLFileEntryLocalService
Parameters:
fileEntryId - the primary key for the new d l file entry
Returns:
the new d l file entry

deleteDLFileEntry

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

Specified by:
deleteDLFileEntry in interface DLFileEntryLocalService
Parameters:
fileEntryId - the primary key of the d l file entry to delete
Throws:
PortalException - if a d l file entry with the primary key could not be found
SystemException - if a system exception occurred

deleteDLFileEntry

public void deleteDLFileEntry(DLFileEntry dlFileEntry)
                       throws SystemException
Deletes the d l file entry from the database. Also notifies the appropriate model listeners.

Specified by:
deleteDLFileEntry in interface DLFileEntryLocalService
Parameters:
dlFileEntry - the d l file entry 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 DLFileEntryLocalService
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 DLFileEntryLocalService
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 DLFileEntryLocalService
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 DLFileEntryLocalService
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

getDLFileEntry

public DLFileEntry getDLFileEntry(long fileEntryId)
                           throws PortalException,
                                  SystemException
Gets the d l file entry with the primary key.

Specified by:
getDLFileEntry in interface DLFileEntryLocalService
Parameters:
fileEntryId - the primary key of the d l file entry to get
Returns:
the d l file entry
Throws:
PortalException - if a d l file entry with the primary key could not be found
SystemException - if a system exception occurred

getDLFileEntryByUuidAndGroupId

public DLFileEntry getDLFileEntryByUuidAndGroupId(String uuid,
                                                  long groupId)
                                           throws PortalException,
                                                  SystemException
Gets the d l file entry with the UUID and group id.

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

getDLFileEntries

public List<DLFileEntry> getDLFileEntries(int start,
                                          int end)
                                   throws SystemException
Gets a range of all the d l file entries.

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

getDLFileEntriesCount

public int getDLFileEntriesCount()
                          throws SystemException
Gets the number of d l file entries.

Specified by:
getDLFileEntriesCount in interface DLFileEntryLocalService
Returns:
the number of d l file entries
Throws:
SystemException - if a system exception occurred

updateDLFileEntry

public DLFileEntry updateDLFileEntry(DLFileEntry dlFileEntry)
                              throws SystemException
Updates the d l file entry in the database. Also notifies the appropriate model listeners.

Specified by:
updateDLFileEntry in interface DLFileEntryLocalService
Parameters:
dlFileEntry - the d l file entry to update
Returns:
the d l file entry that was updated
Throws:
SystemException - if a system exception occurred

updateDLFileEntry

public DLFileEntry updateDLFileEntry(DLFileEntry dlFileEntry,
                                     boolean merge)
                              throws SystemException
Updates the d l file entry in the database. Also notifies the appropriate model listeners.

Specified by:
updateDLFileEntry in interface DLFileEntryLocalService
Parameters:
dlFileEntry - the d l file entry to update
merge - whether to merge the d l file entry 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 entry 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

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

getWorkflowInstanceLinkLocalService

public WorkflowInstanceLinkLocalService getWorkflowInstanceLinkLocalService()
Gets the workflow instance link local service.

Returns:
the workflow instance link local service

setWorkflowInstanceLinkLocalService

public void setWorkflowInstanceLinkLocalService(WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService)
Sets the workflow instance link local service.

Parameters:
workflowInstanceLinkLocalService - the workflow instance link local service

getWorkflowInstanceLinkPersistence

public WorkflowInstanceLinkPersistence getWorkflowInstanceLinkPersistence()
Gets the workflow instance link persistence.

Returns:
the workflow instance link persistence

setWorkflowInstanceLinkPersistence

public void setWorkflowInstanceLinkPersistence(WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence)
Sets the workflow instance link persistence.

Parameters:
workflowInstanceLinkPersistence - the workflow instance link persistence

getAssetCategoryLocalService

public AssetCategoryLocalService getAssetCategoryLocalService()
Gets the asset category local service.

Returns:
the asset category local service

setAssetCategoryLocalService

public void setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
Sets the asset category local service.

Parameters:
assetCategoryLocalService - the asset category local service

getAssetCategoryService

public AssetCategoryService getAssetCategoryService()
Gets the asset category remote service.

Returns:
the asset category remote service

setAssetCategoryService

public void setAssetCategoryService(AssetCategoryService assetCategoryService)
Sets the asset category remote service.

Parameters:
assetCategoryService - the asset category remote service

getAssetCategoryPersistence

public AssetCategoryPersistence getAssetCategoryPersistence()
Gets the asset category persistence.

Returns:
the asset category persistence

setAssetCategoryPersistence

public void setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
Sets the asset category persistence.

Parameters:
assetCategoryPersistence - the asset category persistence

getAssetCategoryFinder

public AssetCategoryFinder getAssetCategoryFinder()
Gets the asset category finder.

Returns:
the asset category finder

setAssetCategoryFinder

public void setAssetCategoryFinder(AssetCategoryFinder assetCategoryFinder)
Sets the asset category finder.

Parameters:
assetCategoryFinder - the asset category 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

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

getMBDiscussionLocalService

public MBDiscussionLocalService getMBDiscussionLocalService()
Gets the message boards discussion local service.

Returns:
the message boards discussion local service

setMBDiscussionLocalService

public void setMBDiscussionLocalService(MBDiscussionLocalService mbDiscussionLocalService)
Sets the message boards discussion local service.

Parameters:
mbDiscussionLocalService - the message boards discussion local service

getMBDiscussionPersistence

public MBDiscussionPersistence getMBDiscussionPersistence()
Gets the message boards discussion persistence.

Returns:
the message boards discussion persistence

setMBDiscussionPersistence

public void setMBDiscussionPersistence(MBDiscussionPersistence mbDiscussionPersistence)
Sets the message boards discussion persistence.

Parameters:
mbDiscussionPersistence - the message boards discussion persistence

getMBMessageLocalService

public MBMessageLocalService getMBMessageLocalService()
Gets the message-boards message local service.

Returns:
the message-boards message local service

setMBMessageLocalService

public void setMBMessageLocalService(MBMessageLocalService mbMessageLocalService)
Sets the message-boards message local service.

Parameters:
mbMessageLocalService - the message-boards message local service

getMBMessageService

public MBMessageService getMBMessageService()
Gets the message-boards message remote service.

Returns:
the message-boards message remote service

setMBMessageService

public void setMBMessageService(MBMessageService mbMessageService)
Sets the message-boards message remote service.

Parameters:
mbMessageService - the message-boards message remote service

getMBMessagePersistence

public MBMessagePersistence getMBMessagePersistence()
Gets the message-boards message persistence.

Returns:
the message-boards message persistence

setMBMessagePersistence

public void setMBMessagePersistence(MBMessagePersistence mbMessagePersistence)
Sets the message-boards message persistence.

Parameters:
mbMessagePersistence - the message-boards message persistence

getMBMessageFinder

public MBMessageFinder getMBMessageFinder()
Gets the message-boards message finder.

Returns:
the message-boards message finder

setMBMessageFinder

public void setMBMessageFinder(MBMessageFinder mbMessageFinder)
Sets the message-boards message finder.

Parameters:
mbMessageFinder - the message-boards message finder

getRatingsEntryLocalService

public RatingsEntryLocalService getRatingsEntryLocalService()
Gets the ratings entry local service.

Returns:
the ratings entry local service

setRatingsEntryLocalService

public void setRatingsEntryLocalService(RatingsEntryLocalService ratingsEntryLocalService)
Sets the ratings entry local service.

Parameters:
ratingsEntryLocalService - the ratings entry local service

getRatingsEntryService

public RatingsEntryService getRatingsEntryService()
Gets the ratings entry remote service.

Returns:
the ratings entry remote service

setRatingsEntryService

public void setRatingsEntryService(RatingsEntryService ratingsEntryService)
Sets the ratings entry remote service.

Parameters:
ratingsEntryService - the ratings entry remote service

getRatingsEntryPersistence

public RatingsEntryPersistence getRatingsEntryPersistence()
Gets the ratings entry persistence.

Returns:
the ratings entry persistence

setRatingsEntryPersistence

public void setRatingsEntryPersistence(RatingsEntryPersistence ratingsEntryPersistence)
Sets the ratings entry persistence.

Parameters:
ratingsEntryPersistence - the ratings entry persistence

getRatingsEntryFinder

public RatingsEntryFinder getRatingsEntryFinder()
Gets the ratings entry finder.

Returns:
the ratings entry finder

setRatingsEntryFinder

public void setRatingsEntryFinder(RatingsEntryFinder ratingsEntryFinder)
Sets the ratings entry finder.

Parameters:
ratingsEntryFinder - the ratings entry finder

getRatingsStatsLocalService

public RatingsStatsLocalService getRatingsStatsLocalService()
Gets the ratings stats local service.

Returns:
the ratings stats local service

setRatingsStatsLocalService

public void setRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)
Sets the ratings stats local service.

Parameters:
ratingsStatsLocalService - the ratings stats local service

getRatingsStatsPersistence

public RatingsStatsPersistence getRatingsStatsPersistence()
Gets the ratings stats persistence.

Returns:
the ratings stats persistence

setRatingsStatsPersistence

public void setRatingsStatsPersistence(RatingsStatsPersistence ratingsStatsPersistence)
Sets the ratings stats persistence.

Parameters:
ratingsStatsPersistence - the ratings stats persistence

getRatingsStatsFinder

public RatingsStatsFinder getRatingsStatsFinder()
Gets the ratings stats finder.

Returns:
the ratings stats finder

setRatingsStatsFinder

public void setRatingsStatsFinder(RatingsStatsFinder ratingsStatsFinder)
Sets the ratings stats finder.

Parameters:
ratingsStatsFinder - the ratings stats finder

getSocialActivityLocalService

public SocialActivityLocalService getSocialActivityLocalService()
Gets the social activity local service.

Returns:
the social activity local service

setSocialActivityLocalService

public void setSocialActivityLocalService(SocialActivityLocalService socialActivityLocalService)
Sets the social activity local service.

Parameters:
socialActivityLocalService - the social activity local service

getSocialActivityPersistence

public SocialActivityPersistence getSocialActivityPersistence()
Gets the social activity persistence.

Returns:
the social activity persistence

setSocialActivityPersistence

public void setSocialActivityPersistence(SocialActivityPersistence socialActivityPersistence)
Sets the social activity persistence.

Parameters:
socialActivityPersistence - the social activity persistence

getSocialActivityFinder

public SocialActivityFinder getSocialActivityFinder()
Gets the social activity finder.

Returns:
the social activity finder

setSocialActivityFinder

public void setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
Sets the social activity finder.

Parameters:
socialActivityFinder - the social activity 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