|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.blogs.service.base.BlogsEntryLocalServiceBaseImpl
public abstract class BlogsEntryLocalServiceBaseImpl
The base implementation of the blogs 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 BlogsEntryLocalServiceImpl
.
Never modify or reference this class directly. Always use BlogsEntryLocalServiceUtil
to access the blogs entry local service.
BlogsEntryLocalServiceImpl
,
BlogsEntryLocalServiceUtil
Constructor Summary | |
---|---|
BlogsEntryLocalServiceBaseImpl()
|
Method Summary | |
---|---|
BlogsEntry |
addBlogsEntry(BlogsEntry blogsEntry)
Adds the blogs entry to the database. |
BlogsEntry |
createBlogsEntry(long entryId)
Creates a new blogs entry with the primary key. |
void |
deleteBlogsEntry(BlogsEntry blogsEntry)
Deletes the blogs entry from the database. |
void |
deleteBlogsEntry(long entryId)
Deletes the blogs 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. |
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. |
List<BlogsEntry> |
getBlogsEntries(int start,
int end)
Gets a range of all the blogs entries. |
int |
getBlogsEntriesCount()
Gets the number of blogs entries. |
BlogsEntry |
getBlogsEntry(long entryId)
Gets the blogs entry with the primary key. |
BlogsEntry |
getBlogsEntryByUuidAndGroupId(String uuid,
long groupId)
Gets the blogs entry with the UUID and group id. |
BlogsEntryFinder |
getBlogsEntryFinder()
Gets the blogs entry finder. |
BlogsEntryLocalService |
getBlogsEntryLocalService()
Gets the blogs entry local service. |
BlogsEntryPersistence |
getBlogsEntryPersistence()
Gets the blogs entry persistence. |
BlogsEntryService |
getBlogsEntryService()
Gets the blogs entry remote service. |
BlogsStatsUserFinder |
getBlogsStatsUserFinder()
Gets the blogs stats user finder. |
BlogsStatsUserLocalService |
getBlogsStatsUserLocalService()
Gets the blogs stats user local service. |
BlogsStatsUserPersistence |
getBlogsStatsUserPersistence()
Gets the blogs stats user persistence. |
CompanyLocalService |
getCompanyLocalService()
Gets the company local service. |
CompanyPersistence |
getCompanyPersistence()
Gets the company persistence. |
CompanyService |
getCompanyService()
Gets the company remote service. |
CounterLocalService |
getCounterLocalService()
Gets the counter local service. |
ExpandoValueLocalService |
getExpandoValueLocalService()
Gets the expando value local service. |
ExpandoValuePersistence |
getExpandoValuePersistence()
Gets the expando value persistence. |
ExpandoValueService |
getExpandoValueService()
Gets the expando value remote service. |
GroupFinder |
getGroupFinder()
Gets the group finder. |
GroupLocalService |
getGroupLocalService()
Gets the group local service. |
GroupPersistence |
getGroupPersistence()
Gets the group persistence. |
GroupService |
getGroupService()
Gets the group remote service. |
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. |
OrganizationFinder |
getOrganizationFinder()
Gets the organization finder. |
OrganizationLocalService |
getOrganizationLocalService()
Gets the organization local service. |
OrganizationPersistence |
getOrganizationPersistence()
Gets the organization persistence. |
OrganizationService |
getOrganizationService()
Gets the organization remote service. |
PortletPreferencesFinder |
getPortletPreferencesFinder()
Gets the portlet preferences finder. |
PortletPreferencesLocalService |
getPortletPreferencesLocalService()
Gets the portlet preferences local service. |
PortletPreferencesPersistence |
getPortletPreferencesPersistence()
Gets the portlet preferences persistence. |
PortletPreferencesService |
getPortletPreferencesService()
Gets the portlet preferences 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. |
SocialEquityLogLocalService |
getSocialEquityLogLocalService()
Gets the social equity log local service. |
SocialEquityLogPersistence |
getSocialEquityLogPersistence()
Gets the social equity log 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. |
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 |
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 |
setBlogsEntryFinder(BlogsEntryFinder blogsEntryFinder)
Sets the blogs entry finder. |
void |
setBlogsEntryLocalService(BlogsEntryLocalService blogsEntryLocalService)
Sets the blogs entry local service. |
void |
setBlogsEntryPersistence(BlogsEntryPersistence blogsEntryPersistence)
Sets the blogs entry persistence. |
void |
setBlogsEntryService(BlogsEntryService blogsEntryService)
Sets the blogs entry remote service. |
void |
setBlogsStatsUserFinder(BlogsStatsUserFinder blogsStatsUserFinder)
Sets the blogs stats user finder. |
void |
setBlogsStatsUserLocalService(BlogsStatsUserLocalService blogsStatsUserLocalService)
Sets the blogs stats user local service. |
void |
setBlogsStatsUserPersistence(BlogsStatsUserPersistence blogsStatsUserPersistence)
Sets the blogs stats user persistence. |
void |
setCompanyLocalService(CompanyLocalService companyLocalService)
Sets the company local service. |
void |
setCompanyPersistence(CompanyPersistence companyPersistence)
Sets the company persistence. |
void |
setCompanyService(CompanyService companyService)
Sets the company remote service. |
void |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service. |
void |
setExpandoValueLocalService(ExpandoValueLocalService expandoValueLocalService)
Sets the expando value local service. |
void |
setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
Sets the expando value persistence. |
void |
setExpandoValueService(ExpandoValueService expandoValueService)
Sets the expando value remote service. |
void |
setGroupFinder(GroupFinder groupFinder)
Sets the group finder. |
void |
setGroupLocalService(GroupLocalService groupLocalService)
Sets the group local service. |
void |
setGroupPersistence(GroupPersistence groupPersistence)
Sets the group persistence. |
void |
setGroupService(GroupService groupService)
Sets the group remote service. |
void |
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 |
setOrganizationFinder(OrganizationFinder organizationFinder)
Sets the organization finder. |
void |
setOrganizationLocalService(OrganizationLocalService organizationLocalService)
Sets the organization local service. |
void |
setOrganizationPersistence(OrganizationPersistence organizationPersistence)
Sets the organization persistence. |
void |
setOrganizationService(OrganizationService organizationService)
Sets the organization remote service. |
void |
setPortletPreferencesFinder(PortletPreferencesFinder portletPreferencesFinder)
Sets the portlet preferences finder. |
void |
setPortletPreferencesLocalService(PortletPreferencesLocalService portletPreferencesLocalService)
Sets the portlet preferences local service. |
void |
setPortletPreferencesPersistence(PortletPreferencesPersistence portletPreferencesPersistence)
Sets the portlet preferences persistence. |
void |
setPortletPreferencesService(PortletPreferencesService portletPreferencesService)
Sets the portlet preferences 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 |
setSocialEquityLogLocalService(SocialEquityLogLocalService socialEquityLogLocalService)
Sets the social equity log local service. |
void |
setSocialEquityLogPersistence(SocialEquityLogPersistence socialEquityLogPersistence)
Sets the social equity log 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 |
setWorkflowInstanceLinkLocalService(WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService)
Sets the workflow instance link local service. |
void |
setWorkflowInstanceLinkPersistence(WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence)
Sets the workflow instance link persistence. |
BlogsEntry |
updateBlogsEntry(BlogsEntry blogsEntry)
Updates the blogs entry in the database. |
BlogsEntry |
updateBlogsEntry(BlogsEntry blogsEntry,
boolean merge)
Updates the blogs 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.blogs.service.BlogsEntryLocalService |
---|
addEntry, addEntryResources, addEntryResources, addEntryResources, addEntryResources, deleteEntries, deleteEntry, deleteEntry, getCompanyEntries, getCompanyEntries, getCompanyEntriesCount, getEntriesPrevAndNext, getEntry, getEntry, getGroupEntries, getGroupEntries, getGroupEntriesCount, getGroupsEntries, getGroupUserEntries, getGroupUserEntries, getGroupUserEntriesCount, getNoAssetEntries, getOrganizationEntries, getOrganizationEntriesCount, updateAsset, updateEntry, updateEntryResources, updateStatus |
Field Detail |
---|
@BeanReference(type=BlogsEntryLocalService.class) protected BlogsEntryLocalService blogsEntryLocalService
@BeanReference(type=BlogsEntryService.class) protected BlogsEntryService blogsEntryService
@BeanReference(type=BlogsEntryPersistence.class) protected BlogsEntryPersistence blogsEntryPersistence
@BeanReference(type=BlogsEntryFinder.class) protected BlogsEntryFinder blogsEntryFinder
@BeanReference(type=BlogsStatsUserLocalService.class) protected BlogsStatsUserLocalService blogsStatsUserLocalService
@BeanReference(type=BlogsStatsUserPersistence.class) protected BlogsStatsUserPersistence blogsStatsUserPersistence
@BeanReference(type=BlogsStatsUserFinder.class) protected BlogsStatsUserFinder blogsStatsUserFinder
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=CompanyLocalService.class) protected CompanyLocalService companyLocalService
@BeanReference(type=CompanyService.class) protected CompanyService companyService
@BeanReference(type=CompanyPersistence.class) protected CompanyPersistence companyPersistence
@BeanReference(type=GroupLocalService.class) protected GroupLocalService groupLocalService
@BeanReference(type=GroupService.class) protected GroupService groupService
@BeanReference(type=GroupPersistence.class) protected GroupPersistence groupPersistence
@BeanReference(type=GroupFinder.class) protected GroupFinder groupFinder
@BeanReference(type=OrganizationLocalService.class) protected OrganizationLocalService organizationLocalService
@BeanReference(type=OrganizationService.class) protected OrganizationService organizationService
@BeanReference(type=OrganizationPersistence.class) protected OrganizationPersistence organizationPersistence
@BeanReference(type=OrganizationFinder.class) protected OrganizationFinder organizationFinder
@BeanReference(type=PortletPreferencesLocalService.class) protected PortletPreferencesLocalService portletPreferencesLocalService
@BeanReference(type=PortletPreferencesService.class) protected PortletPreferencesService portletPreferencesService
@BeanReference(type=PortletPreferencesPersistence.class) protected PortletPreferencesPersistence portletPreferencesPersistence
@BeanReference(type=PortletPreferencesFinder.class) protected PortletPreferencesFinder portletPreferencesFinder
@BeanReference(type=ResourceLocalService.class) protected ResourceLocalService resourceLocalService
@BeanReference(type=ResourceService.class) protected ResourceService resourceService
@BeanReference(type=ResourcePersistence.class) protected ResourcePersistence resourcePersistence
@BeanReference(type=ResourceFinder.class) protected ResourceFinder resourceFinder
@BeanReference(type=UserLocalService.class) protected UserLocalService userLocalService
@BeanReference(type=UserService.class) protected UserService userService
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
@BeanReference(type=UserFinder.class) protected UserFinder userFinder
@BeanReference(type=WorkflowInstanceLinkLocalService.class) protected WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService
@BeanReference(type=WorkflowInstanceLinkPersistence.class) protected WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence
@BeanReference(type=AssetEntryLocalService.class) protected AssetEntryLocalService assetEntryLocalService
@BeanReference(type=AssetEntryService.class) protected AssetEntryService assetEntryService
@BeanReference(type=AssetEntryPersistence.class) protected AssetEntryPersistence assetEntryPersistence
@BeanReference(type=AssetEntryFinder.class) protected AssetEntryFinder assetEntryFinder
@BeanReference(type=AssetTagLocalService.class) protected AssetTagLocalService assetTagLocalService
@BeanReference(type=AssetTagService.class) protected AssetTagService assetTagService
@BeanReference(type=AssetTagPersistence.class) protected AssetTagPersistence assetTagPersistence
@BeanReference(type=AssetTagFinder.class) protected AssetTagFinder assetTagFinder
@BeanReference(type=ExpandoValueLocalService.class) protected ExpandoValueLocalService expandoValueLocalService
@BeanReference(type=ExpandoValueService.class) protected ExpandoValueService expandoValueService
@BeanReference(type=ExpandoValuePersistence.class) protected ExpandoValuePersistence expandoValuePersistence
@BeanReference(type=MBMessageLocalService.class) protected MBMessageLocalService mbMessageLocalService
@BeanReference(type=MBMessageService.class) protected MBMessageService mbMessageService
@BeanReference(type=MBMessagePersistence.class) protected MBMessagePersistence mbMessagePersistence
@BeanReference(type=MBMessageFinder.class) protected MBMessageFinder mbMessageFinder
@BeanReference(type=RatingsStatsLocalService.class) protected RatingsStatsLocalService ratingsStatsLocalService
@BeanReference(type=RatingsStatsPersistence.class) protected RatingsStatsPersistence ratingsStatsPersistence
@BeanReference(type=RatingsStatsFinder.class) protected RatingsStatsFinder ratingsStatsFinder
@BeanReference(type=SocialActivityLocalService.class) protected SocialActivityLocalService socialActivityLocalService
@BeanReference(type=SocialActivityPersistence.class) protected SocialActivityPersistence socialActivityPersistence
@BeanReference(type=SocialActivityFinder.class) protected SocialActivityFinder socialActivityFinder
@BeanReference(type=SocialEquityLogLocalService.class) protected SocialEquityLogLocalService socialEquityLogLocalService
@BeanReference(type=SocialEquityLogPersistence.class) protected SocialEquityLogPersistence socialEquityLogPersistence
Constructor Detail |
---|
public BlogsEntryLocalServiceBaseImpl()
Method Detail |
---|
public BlogsEntry addBlogsEntry(BlogsEntry blogsEntry) throws SystemException
addBlogsEntry
in interface BlogsEntryLocalService
blogsEntry
- the blogs entry to add
SystemException
- if a system exception occurredpublic BlogsEntry createBlogsEntry(long entryId)
createBlogsEntry
in interface BlogsEntryLocalService
entryId
- the primary key for the new blogs entry
public void deleteBlogsEntry(long entryId) throws PortalException, SystemException
deleteBlogsEntry
in interface BlogsEntryLocalService
entryId
- the primary key of the blogs entry to delete
PortalException
- if a blogs entry with the primary key could not be found
SystemException
- if a system exception occurredpublic void deleteBlogsEntry(BlogsEntry blogsEntry) throws SystemException
deleteBlogsEntry
in interface BlogsEntryLocalService
blogsEntry
- the blogs entry to delete
SystemException
- if a system exception occurredpublic List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery
in interface BlogsEntryLocalService
dynamicQuery
- the dynamic query to search with
SystemException
- if a system exception occurredpublic List dynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
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.
dynamicQuery
in interface BlogsEntryLocalService
dynamicQuery
- the dynamic query to search withstart
- the lower bound of the range of model instances to returnend
- the upper bound of the range of model instances to return (not inclusive)
SystemException
- if a system exception occurredpublic List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
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.
dynamicQuery
in interface BlogsEntryLocalService
dynamicQuery
- the dynamic query to search withstart
- the lower bound of the range of model instances to returnend
- the upper bound of the range of model instances to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic long dynamicQueryCount(DynamicQuery dynamicQuery) throws SystemException
dynamicQueryCount
in interface BlogsEntryLocalService
dynamicQuery
- the dynamic query to search with
SystemException
- if a system exception occurredpublic BlogsEntry getBlogsEntry(long entryId) throws PortalException, SystemException
getBlogsEntry
in interface BlogsEntryLocalService
entryId
- the primary key of the blogs entry to get
PortalException
- if a blogs entry with the primary key could not be found
SystemException
- if a system exception occurredpublic BlogsEntry getBlogsEntryByUuidAndGroupId(String uuid, long groupId) throws PortalException, SystemException
getBlogsEntryByUuidAndGroupId
in interface BlogsEntryLocalService
uuid
- the UUID of blogs entry to getgroupId
- the group id of the blogs entry to get
PortalException
- if a blogs entry with the UUID and group id could not be found
SystemException
- if a system exception occurredpublic List<BlogsEntry> getBlogsEntries(int start, int end) throws SystemException
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.
getBlogsEntries
in interface BlogsEntryLocalService
start
- the lower bound of the range of blogs entries to returnend
- the upper bound of the range of blogs entries to return (not inclusive)
SystemException
- if a system exception occurredpublic int getBlogsEntriesCount() throws SystemException
getBlogsEntriesCount
in interface BlogsEntryLocalService
SystemException
- if a system exception occurredpublic BlogsEntry updateBlogsEntry(BlogsEntry blogsEntry) throws SystemException
updateBlogsEntry
in interface BlogsEntryLocalService
blogsEntry
- the blogs entry to update
SystemException
- if a system exception occurredpublic BlogsEntry updateBlogsEntry(BlogsEntry blogsEntry, boolean merge) throws SystemException
updateBlogsEntry
in interface BlogsEntryLocalService
blogsEntry
- the blogs entry to updatemerge
- whether to merge the blogs entry with the current session. See BatchSession.update(com.liferay.portal.kernel.dao.orm.Session, com.liferay.portal.model.BaseModel, boolean)
for an explanation.
SystemException
- if a system exception occurredpublic BlogsEntryLocalService getBlogsEntryLocalService()
public void setBlogsEntryLocalService(BlogsEntryLocalService blogsEntryLocalService)
blogsEntryLocalService
- the blogs entry local servicepublic BlogsEntryService getBlogsEntryService()
public void setBlogsEntryService(BlogsEntryService blogsEntryService)
blogsEntryService
- the blogs entry remote servicepublic BlogsEntryPersistence getBlogsEntryPersistence()
public void setBlogsEntryPersistence(BlogsEntryPersistence blogsEntryPersistence)
blogsEntryPersistence
- the blogs entry persistencepublic BlogsEntryFinder getBlogsEntryFinder()
public void setBlogsEntryFinder(BlogsEntryFinder blogsEntryFinder)
blogsEntryFinder
- the blogs entry finderpublic BlogsStatsUserLocalService getBlogsStatsUserLocalService()
public void setBlogsStatsUserLocalService(BlogsStatsUserLocalService blogsStatsUserLocalService)
blogsStatsUserLocalService
- the blogs stats user local servicepublic BlogsStatsUserPersistence getBlogsStatsUserPersistence()
public void setBlogsStatsUserPersistence(BlogsStatsUserPersistence blogsStatsUserPersistence)
blogsStatsUserPersistence
- the blogs stats user persistencepublic BlogsStatsUserFinder getBlogsStatsUserFinder()
public void setBlogsStatsUserFinder(BlogsStatsUserFinder blogsStatsUserFinder)
blogsStatsUserFinder
- the blogs stats user finderpublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService
- the counter local servicepublic CompanyLocalService getCompanyLocalService()
public void setCompanyLocalService(CompanyLocalService companyLocalService)
companyLocalService
- the company local servicepublic CompanyService getCompanyService()
public void setCompanyService(CompanyService companyService)
companyService
- the company remote servicepublic CompanyPersistence getCompanyPersistence()
public void setCompanyPersistence(CompanyPersistence companyPersistence)
companyPersistence
- the company persistencepublic GroupLocalService getGroupLocalService()
public void setGroupLocalService(GroupLocalService groupLocalService)
groupLocalService
- the group local servicepublic GroupService getGroupService()
public void setGroupService(GroupService groupService)
groupService
- the group remote servicepublic GroupPersistence getGroupPersistence()
public void setGroupPersistence(GroupPersistence groupPersistence)
groupPersistence
- the group persistencepublic GroupFinder getGroupFinder()
public void setGroupFinder(GroupFinder groupFinder)
groupFinder
- the group finderpublic OrganizationLocalService getOrganizationLocalService()
public void setOrganizationLocalService(OrganizationLocalService organizationLocalService)
organizationLocalService
- the organization local servicepublic OrganizationService getOrganizationService()
public void setOrganizationService(OrganizationService organizationService)
organizationService
- the organization remote servicepublic OrganizationPersistence getOrganizationPersistence()
public void setOrganizationPersistence(OrganizationPersistence organizationPersistence)
organizationPersistence
- the organization persistencepublic OrganizationFinder getOrganizationFinder()
public void setOrganizationFinder(OrganizationFinder organizationFinder)
organizationFinder
- the organization finderpublic PortletPreferencesLocalService getPortletPreferencesLocalService()
public void setPortletPreferencesLocalService(PortletPreferencesLocalService portletPreferencesLocalService)
portletPreferencesLocalService
- the portlet preferences local servicepublic PortletPreferencesService getPortletPreferencesService()
public void setPortletPreferencesService(PortletPreferencesService portletPreferencesService)
portletPreferencesService
- the portlet preferences remote servicepublic PortletPreferencesPersistence getPortletPreferencesPersistence()
public void setPortletPreferencesPersistence(PortletPreferencesPersistence portletPreferencesPersistence)
portletPreferencesPersistence
- the portlet preferences persistencepublic PortletPreferencesFinder getPortletPreferencesFinder()
public void setPortletPreferencesFinder(PortletPreferencesFinder portletPreferencesFinder)
portletPreferencesFinder
- the portlet preferences finderpublic ResourceLocalService getResourceLocalService()
public void setResourceLocalService(ResourceLocalService resourceLocalService)
resourceLocalService
- the resource local servicepublic ResourceService getResourceService()
public void setResourceService(ResourceService resourceService)
resourceService
- the resource remote servicepublic ResourcePersistence getResourcePersistence()
public void setResourcePersistence(ResourcePersistence resourcePersistence)
resourcePersistence
- the resource persistencepublic ResourceFinder getResourceFinder()
public void setResourceFinder(ResourceFinder resourceFinder)
resourceFinder
- the resource finderpublic UserLocalService getUserLocalService()
public void setUserLocalService(UserLocalService userLocalService)
userLocalService
- the user local servicepublic UserService getUserService()
public void setUserService(UserService userService)
userService
- the user remote servicepublic UserPersistence getUserPersistence()
public void setUserPersistence(UserPersistence userPersistence)
userPersistence
- the user persistencepublic UserFinder getUserFinder()
public void setUserFinder(UserFinder userFinder)
userFinder
- the user finderpublic WorkflowInstanceLinkLocalService getWorkflowInstanceLinkLocalService()
public void setWorkflowInstanceLinkLocalService(WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService)
workflowInstanceLinkLocalService
- the workflow instance link local servicepublic WorkflowInstanceLinkPersistence getWorkflowInstanceLinkPersistence()
public void setWorkflowInstanceLinkPersistence(WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence)
workflowInstanceLinkPersistence
- the workflow instance link persistencepublic AssetEntryLocalService getAssetEntryLocalService()
public void setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
assetEntryLocalService
- the asset entry local servicepublic AssetEntryService getAssetEntryService()
public void setAssetEntryService(AssetEntryService assetEntryService)
assetEntryService
- the asset entry remote servicepublic AssetEntryPersistence getAssetEntryPersistence()
public void setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
assetEntryPersistence
- the asset entry persistencepublic AssetEntryFinder getAssetEntryFinder()
public void setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
assetEntryFinder
- the asset entry finderpublic AssetTagLocalService getAssetTagLocalService()
public void setAssetTagLocalService(AssetTagLocalService assetTagLocalService)
assetTagLocalService
- the asset tag local servicepublic AssetTagService getAssetTagService()
public void setAssetTagService(AssetTagService assetTagService)
assetTagService
- the asset tag remote servicepublic AssetTagPersistence getAssetTagPersistence()
public void setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
assetTagPersistence
- the asset tag persistencepublic AssetTagFinder getAssetTagFinder()
public void setAssetTagFinder(AssetTagFinder assetTagFinder)
assetTagFinder
- the asset tag finderpublic ExpandoValueLocalService getExpandoValueLocalService()
public void setExpandoValueLocalService(ExpandoValueLocalService expandoValueLocalService)
expandoValueLocalService
- the expando value local servicepublic ExpandoValueService getExpandoValueService()
public void setExpandoValueService(ExpandoValueService expandoValueService)
expandoValueService
- the expando value remote servicepublic ExpandoValuePersistence getExpandoValuePersistence()
public void setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
expandoValuePersistence
- the expando value persistencepublic MBMessageLocalService getMBMessageLocalService()
public void setMBMessageLocalService(MBMessageLocalService mbMessageLocalService)
mbMessageLocalService
- the message-boards message local servicepublic MBMessageService getMBMessageService()
public void setMBMessageService(MBMessageService mbMessageService)
mbMessageService
- the message-boards message remote servicepublic MBMessagePersistence getMBMessagePersistence()
public void setMBMessagePersistence(MBMessagePersistence mbMessagePersistence)
mbMessagePersistence
- the message-boards message persistencepublic MBMessageFinder getMBMessageFinder()
public void setMBMessageFinder(MBMessageFinder mbMessageFinder)
mbMessageFinder
- the message-boards message finderpublic RatingsStatsLocalService getRatingsStatsLocalService()
public void setRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)
ratingsStatsLocalService
- the ratings stats local servicepublic RatingsStatsPersistence getRatingsStatsPersistence()
public void setRatingsStatsPersistence(RatingsStatsPersistence ratingsStatsPersistence)
ratingsStatsPersistence
- the ratings stats persistencepublic RatingsStatsFinder getRatingsStatsFinder()
public void setRatingsStatsFinder(RatingsStatsFinder ratingsStatsFinder)
ratingsStatsFinder
- the ratings stats finderpublic SocialActivityLocalService getSocialActivityLocalService()
public void setSocialActivityLocalService(SocialActivityLocalService socialActivityLocalService)
socialActivityLocalService
- the social activity local servicepublic SocialActivityPersistence getSocialActivityPersistence()
public void setSocialActivityPersistence(SocialActivityPersistence socialActivityPersistence)
socialActivityPersistence
- the social activity persistencepublic SocialActivityFinder getSocialActivityFinder()
public void setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
socialActivityFinder
- the social activity finderpublic SocialEquityLogLocalService getSocialEquityLogLocalService()
public void setSocialEquityLogLocalService(SocialEquityLogLocalService socialEquityLogLocalService)
socialEquityLogLocalService
- the social equity log local servicepublic SocialEquityLogPersistence getSocialEquityLogPersistence()
public void setSocialEquityLogPersistence(SocialEquityLogPersistence socialEquityLogPersistence)
socialEquityLogPersistence
- the social equity log persistenceprotected void runSQL(String sql) throws SystemException
sql
- the sql query to perform
SystemException
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |