|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.service.BaseLocalServiceImpl com.liferay.portlet.messageboards.service.base.MBMessageLocalServiceBaseImpl
public abstract class MBMessageLocalServiceBaseImpl
The base implementation of the message-boards message 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 MBMessageLocalServiceImpl
.
MBMessageLocalServiceImpl
,
MBMessageLocalServiceUtil
Constructor Summary | |
---|---|
MBMessageLocalServiceBaseImpl()
|
Method Summary | |
---|---|
MBMessage |
addMBMessage(MBMessage mbMessage)
Adds the message-boards message to the database. |
void |
afterPropertiesSet()
|
MBMessage |
createMBMessage(long messageId)
Creates a new message-boards message with the primary key. |
MBMessage |
deleteMBMessage(long messageId)
Deletes the message-boards message with the primary key from the database. |
MBMessage |
deleteMBMessage(MBMessage mbMessage)
Deletes the message-boards message from the database. |
void |
destroy()
|
DynamicQuery |
dynamicQuery()
|
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)
Returns the number of rows that match the dynamic query. |
MBMessage |
fetchMBMessage(long messageId)
|
AssetEntryFinder |
getAssetEntryFinder()
Returns the asset entry finder. |
AssetEntryLocalService |
getAssetEntryLocalService()
Returns the asset entry local service. |
AssetEntryPersistence |
getAssetEntryPersistence()
Returns the asset entry persistence. |
AssetEntryService |
getAssetEntryService()
Returns the asset entry remote service. |
AssetLinkLocalService |
getAssetLinkLocalService()
Returns the asset link local service. |
AssetLinkPersistence |
getAssetLinkPersistence()
Returns the asset link persistence. |
AssetTagFinder |
getAssetTagFinder()
Returns the asset tag finder. |
AssetTagLocalService |
getAssetTagLocalService()
Returns the asset tag local service. |
AssetTagPersistence |
getAssetTagPersistence()
Returns the asset tag persistence. |
AssetTagService |
getAssetTagService()
Returns the asset tag remote service. |
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
BlogsEntryFinder |
getBlogsEntryFinder()
Returns the blogs entry finder. |
BlogsEntryLocalService |
getBlogsEntryLocalService()
Returns the blogs entry local service. |
BlogsEntryPersistence |
getBlogsEntryPersistence()
Returns the blogs entry persistence. |
BlogsEntryService |
getBlogsEntryService()
Returns the blogs entry remote service. |
CompanyLocalService |
getCompanyLocalService()
Returns the company local service. |
CompanyPersistence |
getCompanyPersistence()
Returns the company persistence. |
CompanyService |
getCompanyService()
Returns the company remote service. |
CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
ExpandoValueLocalService |
getExpandoValueLocalService()
Returns the expando value local service. |
ExpandoValuePersistence |
getExpandoValuePersistence()
Returns the expando value persistence. |
ExpandoValueService |
getExpandoValueService()
Returns the expando value remote service. |
GroupFinder |
getGroupFinder()
Returns the group finder. |
GroupLocalService |
getGroupLocalService()
Returns the group local service. |
GroupPersistence |
getGroupPersistence()
Returns the group persistence. |
GroupService |
getGroupService()
Returns the group remote service. |
LockFinder |
getLockFinder()
Returns the lock finder. |
LockLocalService |
getLockLocalService()
Returns the lock local service. |
LockPersistence |
getLockPersistence()
Returns the lock persistence. |
MailService |
getMailService()
Returns the mail remote service. |
MBBanLocalService |
getMBBanLocalService()
Returns the message boards ban local service. |
MBBanPersistence |
getMBBanPersistence()
Returns the message boards ban persistence. |
MBBanService |
getMBBanService()
Returns the message boards ban remote service. |
MBCategoryFinder |
getMBCategoryFinder()
Returns the message boards category finder. |
MBCategoryLocalService |
getMBCategoryLocalService()
Returns the message boards category local service. |
MBCategoryPersistence |
getMBCategoryPersistence()
Returns the message boards category persistence. |
MBCategoryService |
getMBCategoryService()
Returns the message boards category remote service. |
MBDiscussionLocalService |
getMBDiscussionLocalService()
Returns the message boards discussion local service. |
MBDiscussionPersistence |
getMBDiscussionPersistence()
Returns the message boards discussion persistence. |
MBMailingListLocalService |
getMBMailingListLocalService()
Returns the message boards mailing list local service. |
MBMailingListPersistence |
getMBMailingListPersistence()
Returns the message boards mailing list persistence. |
MBMessage |
getMBMessage(long messageId)
Returns the message-boards message with the primary key. |
MBMessage |
getMBMessageByUuidAndGroupId(String uuid,
long groupId)
Returns the message-boards message with the UUID in the group. |
MBMessageFinder |
getMBMessageFinder()
Returns the message-boards message finder. |
MBMessageLocalService |
getMBMessageLocalService()
Returns the message-boards message local service. |
MBMessagePersistence |
getMBMessagePersistence()
Returns the message-boards message persistence. |
List<MBMessage> |
getMBMessages(int start,
int end)
Returns a range of all the message-boards messages. |
int |
getMBMessagesCount()
Returns the number of message-boards messages. |
MBMessageService |
getMBMessageService()
Returns the message-boards message remote service. |
MBStatsUserLocalService |
getMBStatsUserLocalService()
Returns the message boards stats user local service. |
MBStatsUserPersistence |
getMBStatsUserPersistence()
Returns the message boards stats user persistence. |
MBThreadFinder |
getMBThreadFinder()
Returns the message boards thread finder. |
MBThreadFlagLocalService |
getMBThreadFlagLocalService()
Returns the message boards thread flag local service. |
MBThreadFlagPersistence |
getMBThreadFlagPersistence()
Returns the message boards thread flag persistence. |
MBThreadLocalService |
getMBThreadLocalService()
Returns the message boards thread local service. |
MBThreadPersistence |
getMBThreadPersistence()
Returns the message boards thread persistence. |
MBThreadService |
getMBThreadService()
Returns the message boards thread remote service. |
protected Class<?> |
getModelClass()
|
protected String |
getModelClassName()
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
PortletPreferencesFinder |
getPortletPreferencesFinder()
Returns the portlet preferences finder. |
PortletPreferencesLocalService |
getPortletPreferencesLocalService()
Returns the portlet preferences local service. |
PortletPreferencesPersistence |
getPortletPreferencesPersistence()
Returns the portlet preferences persistence. |
PortletPreferencesService |
getPortletPreferencesService()
Returns the portlet preferences remote service. |
RatingsStatsFinder |
getRatingsStatsFinder()
Returns the ratings stats finder. |
RatingsStatsLocalService |
getRatingsStatsLocalService()
Returns the ratings stats local service. |
RatingsStatsPersistence |
getRatingsStatsPersistence()
Returns the ratings stats persistence. |
ResourceFinder |
getResourceFinder()
Returns the resource finder. |
ResourceLocalService |
getResourceLocalService()
Returns the resource local service. |
ResourcePersistence |
getResourcePersistence()
Returns the resource persistence. |
ResourceService |
getResourceService()
Returns the resource remote service. |
SocialActivityFinder |
getSocialActivityFinder()
Returns the social activity finder. |
SocialActivityLocalService |
getSocialActivityLocalService()
Returns the social activity local service. |
SocialActivityPersistence |
getSocialActivityPersistence()
Returns the social activity persistence. |
SubscriptionLocalService |
getSubscriptionLocalService()
Returns the subscription local service. |
SubscriptionPersistence |
getSubscriptionPersistence()
Returns the subscription persistence. |
UserFinder |
getUserFinder()
Returns the user finder. |
UserLocalService |
getUserLocalService()
Returns the user local service. |
UserPersistence |
getUserPersistence()
Returns the user persistence. |
UserService |
getUserService()
Returns the user remote service. |
WikiPageFinder |
getWikiPageFinder()
Returns the wiki page finder. |
WikiPageLocalService |
getWikiPageLocalService()
Returns the wiki page local service. |
WikiPagePersistence |
getWikiPagePersistence()
Returns the wiki page persistence. |
WikiPageService |
getWikiPageService()
Returns the wiki page remote service. |
WorkflowInstanceLinkLocalService |
getWorkflowInstanceLinkLocalService()
Returns the workflow instance link local service. |
WorkflowInstanceLinkPersistence |
getWorkflowInstanceLinkPersistence()
Returns 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 |
setAssetLinkLocalService(AssetLinkLocalService assetLinkLocalService)
Sets the asset link local service. |
void |
setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
Sets the asset link persistence. |
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 |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
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 |
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 |
setLockFinder(LockFinder lockFinder)
Sets the lock finder. |
void |
setLockLocalService(LockLocalService lockLocalService)
Sets the lock local service. |
void |
setLockPersistence(LockPersistence lockPersistence)
Sets the lock persistence. |
void |
setMailService(MailService mailService)
Sets the mail remote service. |
void |
setMBBanLocalService(MBBanLocalService mbBanLocalService)
Sets the message boards ban local service. |
void |
setMBBanPersistence(MBBanPersistence mbBanPersistence)
Sets the message boards ban persistence. |
void |
setMBBanService(MBBanService mbBanService)
Sets the message boards ban remote service. |
void |
setMBCategoryFinder(MBCategoryFinder mbCategoryFinder)
Sets the message boards category finder. |
void |
setMBCategoryLocalService(MBCategoryLocalService mbCategoryLocalService)
Sets the message boards category local service. |
void |
setMBCategoryPersistence(MBCategoryPersistence mbCategoryPersistence)
Sets the message boards category persistence. |
void |
setMBCategoryService(MBCategoryService mbCategoryService)
Sets the message boards category remote service. |
void |
setMBDiscussionLocalService(MBDiscussionLocalService mbDiscussionLocalService)
Sets the message boards discussion local service. |
void |
setMBDiscussionPersistence(MBDiscussionPersistence mbDiscussionPersistence)
Sets the message boards discussion persistence. |
void |
setMBMailingListLocalService(MBMailingListLocalService mbMailingListLocalService)
Sets the message boards mailing list local service. |
void |
setMBMailingListPersistence(MBMailingListPersistence mbMailingListPersistence)
Sets the message boards mailing list 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 |
setMBStatsUserLocalService(MBStatsUserLocalService mbStatsUserLocalService)
Sets the message boards stats user local service. |
void |
setMBStatsUserPersistence(MBStatsUserPersistence mbStatsUserPersistence)
Sets the message boards stats user persistence. |
void |
setMBThreadFinder(MBThreadFinder mbThreadFinder)
Sets the message boards thread finder. |
void |
setMBThreadFlagLocalService(MBThreadFlagLocalService mbThreadFlagLocalService)
Sets the message boards thread flag local service. |
void |
setMBThreadFlagPersistence(MBThreadFlagPersistence mbThreadFlagPersistence)
Sets the message boards thread flag persistence. |
void |
setMBThreadLocalService(MBThreadLocalService mbThreadLocalService)
Sets the message boards thread local service. |
void |
setMBThreadPersistence(MBThreadPersistence mbThreadPersistence)
Sets the message boards thread persistence. |
void |
setMBThreadService(MBThreadService mbThreadService)
Sets the message boards thread 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 |
setSubscriptionLocalService(SubscriptionLocalService subscriptionLocalService)
Sets the subscription local service. |
void |
setSubscriptionPersistence(SubscriptionPersistence subscriptionPersistence)
Sets the subscription 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 |
setWikiPageFinder(WikiPageFinder wikiPageFinder)
Sets the wiki page finder. |
void |
setWikiPageLocalService(WikiPageLocalService wikiPageLocalService)
Sets the wiki page local service. |
void |
setWikiPagePersistence(WikiPagePersistence wikiPagePersistence)
Sets the wiki page persistence. |
void |
setWikiPageService(WikiPageService wikiPageService)
Sets the wiki page remote service. |
void |
setWorkflowInstanceLinkLocalService(WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService)
Sets the workflow instance link local service. |
void |
setWorkflowInstanceLinkPersistence(WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence)
Sets the workflow instance link persistence. |
MBMessage |
updateMBMessage(MBMessage mbMessage)
Updates the message-boards message in the database or adds it if it does not yet exist. |
MBMessage |
updateMBMessage(MBMessage mbMessage,
boolean merge)
Updates the message-boards message in the database or adds it if it does not yet exist. |
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl |
---|
getClassLoader |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
@BeanReference(type=MBBanLocalService.class) protected MBBanLocalService mbBanLocalService
@BeanReference(type=MBBanService.class) protected MBBanService mbBanService
@BeanReference(type=MBBanPersistence.class) protected MBBanPersistence mbBanPersistence
@BeanReference(type=MBCategoryLocalService.class) protected MBCategoryLocalService mbCategoryLocalService
@BeanReference(type=MBCategoryService.class) protected MBCategoryService mbCategoryService
@BeanReference(type=MBCategoryPersistence.class) protected MBCategoryPersistence mbCategoryPersistence
@BeanReference(type=MBCategoryFinder.class) protected MBCategoryFinder mbCategoryFinder
@BeanReference(type=MBDiscussionLocalService.class) protected MBDiscussionLocalService mbDiscussionLocalService
@BeanReference(type=MBDiscussionPersistence.class) protected MBDiscussionPersistence mbDiscussionPersistence
@BeanReference(type=MBMailingListLocalService.class) protected MBMailingListLocalService mbMailingListLocalService
@BeanReference(type=MBMailingListPersistence.class) protected MBMailingListPersistence mbMailingListPersistence
@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=MBStatsUserLocalService.class) protected MBStatsUserLocalService mbStatsUserLocalService
@BeanReference(type=MBStatsUserPersistence.class) protected MBStatsUserPersistence mbStatsUserPersistence
@BeanReference(type=MBThreadLocalService.class) protected MBThreadLocalService mbThreadLocalService
@BeanReference(type=MBThreadService.class) protected MBThreadService mbThreadService
@BeanReference(type=MBThreadPersistence.class) protected MBThreadPersistence mbThreadPersistence
@BeanReference(type=MBThreadFinder.class) protected MBThreadFinder mbThreadFinder
@BeanReference(type=MBThreadFlagLocalService.class) protected MBThreadFlagLocalService mbThreadFlagLocalService
@BeanReference(type=MBThreadFlagPersistence.class) protected MBThreadFlagPersistence mbThreadFlagPersistence
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=MailService.class) protected MailService mailService
@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=LockLocalService.class) protected LockLocalService lockLocalService
@BeanReference(type=LockPersistence.class) protected LockPersistence lockPersistence
@BeanReference(type=LockFinder.class) protected LockFinder lockFinder
@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=SubscriptionLocalService.class) protected SubscriptionLocalService subscriptionLocalService
@BeanReference(type=SubscriptionPersistence.class) protected SubscriptionPersistence subscriptionPersistence
@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=AssetLinkLocalService.class) protected AssetLinkLocalService assetLinkLocalService
@BeanReference(type=AssetLinkPersistence.class) protected AssetLinkPersistence assetLinkPersistence
@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=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=ExpandoValueLocalService.class) protected ExpandoValueLocalService expandoValueLocalService
@BeanReference(type=ExpandoValueService.class) protected ExpandoValueService expandoValueService
@BeanReference(type=ExpandoValuePersistence.class) protected ExpandoValuePersistence expandoValuePersistence
@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=WikiPageLocalService.class) protected WikiPageLocalService wikiPageLocalService
@BeanReference(type=WikiPageService.class) protected WikiPageService wikiPageService
@BeanReference(type=WikiPagePersistence.class) protected WikiPagePersistence wikiPagePersistence
@BeanReference(type=WikiPageFinder.class) protected WikiPageFinder wikiPageFinder
@BeanReference(type=PersistedModelLocalServiceRegistry.class) protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
Constructor Detail |
---|
public MBMessageLocalServiceBaseImpl()
Method Detail |
---|
@Indexable(type=REINDEX) public MBMessage addMBMessage(MBMessage mbMessage) throws SystemException
addMBMessage
in interface MBMessageLocalService
mbMessage
- the message-boards message
SystemException
- if a system exception occurredpublic MBMessage createMBMessage(long messageId)
createMBMessage
in interface MBMessageLocalService
messageId
- the primary key for the new message-boards message
@Indexable(type=DELETE) public MBMessage deleteMBMessage(long messageId) throws PortalException, SystemException
deleteMBMessage
in interface MBMessageLocalService
messageId
- the primary key of the message-boards message
PortalException
- if a message-boards message with the primary key could not be found
SystemException
- if a system exception occurred@Indexable(type=DELETE) public MBMessage deleteMBMessage(MBMessage mbMessage) throws SystemException
deleteMBMessage
in interface MBMessageLocalService
mbMessage
- the message-boards message
SystemException
- if a system exception occurredpublic DynamicQuery dynamicQuery()
dynamicQuery
in interface MBMessageLocalService
public List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery
in interface MBMessageLocalService
dynamicQuery
- the dynamic query
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 MBMessageLocalService
dynamicQuery
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (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 MBMessageLocalService
dynamicQuery
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic long dynamicQueryCount(DynamicQuery dynamicQuery) throws SystemException
dynamicQueryCount
in interface MBMessageLocalService
dynamicQuery
- the dynamic query
SystemException
- if a system exception occurredpublic MBMessage fetchMBMessage(long messageId) throws SystemException
fetchMBMessage
in interface MBMessageLocalService
SystemException
public MBMessage getMBMessage(long messageId) throws PortalException, SystemException
getMBMessage
in interface MBMessageLocalService
messageId
- the primary key of the message-boards message
PortalException
- if a message-boards message with the primary key could not be found
SystemException
- if a system exception occurredpublic PersistedModel getPersistedModel(Serializable primaryKeyObj) throws PortalException, SystemException
getPersistedModel
in interface PersistedModelLocalService
getPersistedModel
in interface MBMessageLocalService
PortalException
SystemException
public MBMessage getMBMessageByUuidAndGroupId(String uuid, long groupId) throws PortalException, SystemException
getMBMessageByUuidAndGroupId
in interface MBMessageLocalService
uuid
- the UUID of message-boards messagegroupId
- the group id of the message-boards message
PortalException
- if a message-boards message with the UUID in the group could not be found
SystemException
- if a system exception occurredpublic List<MBMessage> getMBMessages(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.
getMBMessages
in interface MBMessageLocalService
start
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)
SystemException
- if a system exception occurredpublic int getMBMessagesCount() throws SystemException
getMBMessagesCount
in interface MBMessageLocalService
SystemException
- if a system exception occurred@Indexable(type=REINDEX) public MBMessage updateMBMessage(MBMessage mbMessage) throws SystemException
updateMBMessage
in interface MBMessageLocalService
mbMessage
- the message-boards message
SystemException
- if a system exception occurred@Indexable(type=REINDEX) public MBMessage updateMBMessage(MBMessage mbMessage, boolean merge) throws SystemException
updateMBMessage
in interface MBMessageLocalService
mbMessage
- the message-boards messagemerge
- whether to merge the message-boards message 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 MBBanLocalService getMBBanLocalService()
public void setMBBanLocalService(MBBanLocalService mbBanLocalService)
mbBanLocalService
- the message boards ban local servicepublic MBBanService getMBBanService()
public void setMBBanService(MBBanService mbBanService)
mbBanService
- the message boards ban remote servicepublic MBBanPersistence getMBBanPersistence()
public void setMBBanPersistence(MBBanPersistence mbBanPersistence)
mbBanPersistence
- the message boards ban persistencepublic MBCategoryLocalService getMBCategoryLocalService()
public void setMBCategoryLocalService(MBCategoryLocalService mbCategoryLocalService)
mbCategoryLocalService
- the message boards category local servicepublic MBCategoryService getMBCategoryService()
public void setMBCategoryService(MBCategoryService mbCategoryService)
mbCategoryService
- the message boards category remote servicepublic MBCategoryPersistence getMBCategoryPersistence()
public void setMBCategoryPersistence(MBCategoryPersistence mbCategoryPersistence)
mbCategoryPersistence
- the message boards category persistencepublic MBCategoryFinder getMBCategoryFinder()
public void setMBCategoryFinder(MBCategoryFinder mbCategoryFinder)
mbCategoryFinder
- the message boards category finderpublic MBDiscussionLocalService getMBDiscussionLocalService()
public void setMBDiscussionLocalService(MBDiscussionLocalService mbDiscussionLocalService)
mbDiscussionLocalService
- the message boards discussion local servicepublic MBDiscussionPersistence getMBDiscussionPersistence()
public void setMBDiscussionPersistence(MBDiscussionPersistence mbDiscussionPersistence)
mbDiscussionPersistence
- the message boards discussion persistencepublic MBMailingListLocalService getMBMailingListLocalService()
public void setMBMailingListLocalService(MBMailingListLocalService mbMailingListLocalService)
mbMailingListLocalService
- the message boards mailing list local servicepublic MBMailingListPersistence getMBMailingListPersistence()
public void setMBMailingListPersistence(MBMailingListPersistence mbMailingListPersistence)
mbMailingListPersistence
- the message boards mailing list 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 MBStatsUserLocalService getMBStatsUserLocalService()
public void setMBStatsUserLocalService(MBStatsUserLocalService mbStatsUserLocalService)
mbStatsUserLocalService
- the message boards stats user local servicepublic MBStatsUserPersistence getMBStatsUserPersistence()
public void setMBStatsUserPersistence(MBStatsUserPersistence mbStatsUserPersistence)
mbStatsUserPersistence
- the message boards stats user persistencepublic MBThreadLocalService getMBThreadLocalService()
public void setMBThreadLocalService(MBThreadLocalService mbThreadLocalService)
mbThreadLocalService
- the message boards thread local servicepublic MBThreadService getMBThreadService()
public void setMBThreadService(MBThreadService mbThreadService)
mbThreadService
- the message boards thread remote servicepublic MBThreadPersistence getMBThreadPersistence()
public void setMBThreadPersistence(MBThreadPersistence mbThreadPersistence)
mbThreadPersistence
- the message boards thread persistencepublic MBThreadFinder getMBThreadFinder()
public void setMBThreadFinder(MBThreadFinder mbThreadFinder)
mbThreadFinder
- the message boards thread finderpublic MBThreadFlagLocalService getMBThreadFlagLocalService()
public void setMBThreadFlagLocalService(MBThreadFlagLocalService mbThreadFlagLocalService)
mbThreadFlagLocalService
- the message boards thread flag local servicepublic MBThreadFlagPersistence getMBThreadFlagPersistence()
public void setMBThreadFlagPersistence(MBThreadFlagPersistence mbThreadFlagPersistence)
mbThreadFlagPersistence
- the message boards thread flag persistencepublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService
- the counter local servicepublic MailService getMailService()
public void setMailService(MailService mailService)
mailService
- the mail remote 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 LockLocalService getLockLocalService()
public void setLockLocalService(LockLocalService lockLocalService)
lockLocalService
- the lock local servicepublic LockPersistence getLockPersistence()
public void setLockPersistence(LockPersistence lockPersistence)
lockPersistence
- the lock persistencepublic LockFinder getLockFinder()
public void setLockFinder(LockFinder lockFinder)
lockFinder
- the lock 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 SubscriptionLocalService getSubscriptionLocalService()
public void setSubscriptionLocalService(SubscriptionLocalService subscriptionLocalService)
subscriptionLocalService
- the subscription local servicepublic SubscriptionPersistence getSubscriptionPersistence()
public void setSubscriptionPersistence(SubscriptionPersistence subscriptionPersistence)
subscriptionPersistence
- the subscription persistencepublic 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 AssetLinkLocalService getAssetLinkLocalService()
public void setAssetLinkLocalService(AssetLinkLocalService assetLinkLocalService)
assetLinkLocalService
- the asset link local servicepublic AssetLinkPersistence getAssetLinkPersistence()
public void setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
assetLinkPersistence
- the asset link persistencepublic 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 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 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 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 WikiPageLocalService getWikiPageLocalService()
public void setWikiPageLocalService(WikiPageLocalService wikiPageLocalService)
wikiPageLocalService
- the wiki page local servicepublic WikiPageService getWikiPageService()
public void setWikiPageService(WikiPageService wikiPageService)
wikiPageService
- the wiki page remote servicepublic WikiPagePersistence getWikiPagePersistence()
public void setWikiPagePersistence(WikiPagePersistence wikiPagePersistence)
wikiPagePersistence
- the wiki page persistencepublic WikiPageFinder getWikiPageFinder()
public void setWikiPageFinder(WikiPageFinder wikiPageFinder)
wikiPageFinder
- the wiki page finderpublic void afterPropertiesSet()
public void destroy()
public String getBeanIdentifier()
getBeanIdentifier
in interface IdentifiableBean
getBeanIdentifier
in interface MBMessageLocalService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface IdentifiableBean
setBeanIdentifier
in interface MBMessageLocalService
beanIdentifier
- the Spring bean ID for this beanprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql) throws SystemException
sql
- the sql query
SystemException
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |