|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
This interface defines the service. The default implementation is
com.liferay.portlet.messageboards.service.impl.MBThreadLocalServiceImpl
.
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.
MBThreadLocalServiceFactory
,
MBThreadLocalServiceUtil
Method Detail |
public MBThread addMBThread(MBThread model) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public MBThread updateMBThread(MBThread model) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public MBBanPersistence getMBBanPersistence()
public void setMBBanPersistence(MBBanPersistence mbBanPersistence)
public MBCategoryPersistence getMBCategoryPersistence()
public void setMBCategoryPersistence(MBCategoryPersistence mbCategoryPersistence)
public MBCategoryFinder getMBCategoryFinder()
public void setMBCategoryFinder(MBCategoryFinder mbCategoryFinder)
public MBDiscussionPersistence getMBDiscussionPersistence()
public void setMBDiscussionPersistence(MBDiscussionPersistence mbDiscussionPersistence)
public MBMessagePersistence getMBMessagePersistence()
public void setMBMessagePersistence(MBMessagePersistence mbMessagePersistence)
public MBMessageFinder getMBMessageFinder()
public void setMBMessageFinder(MBMessageFinder mbMessageFinder)
public MBMessageFlagPersistence getMBMessageFlagPersistence()
public void setMBMessageFlagPersistence(MBMessageFlagPersistence mbMessageFlagPersistence)
public MBMessageFlagFinder getMBMessageFlagFinder()
public void setMBMessageFlagFinder(MBMessageFlagFinder mbMessageFlagFinder)
public MBStatsUserPersistence getMBStatsUserPersistence()
public void setMBStatsUserPersistence(MBStatsUserPersistence mbStatsUserPersistence)
public MBThreadPersistence getMBThreadPersistence()
public void setMBThreadPersistence(MBThreadPersistence mbThreadPersistence)
public MBThreadFinder getMBThreadFinder()
public void setMBThreadFinder(MBThreadFinder mbThreadFinder)
public ActivityTrackerPersistence getActivityTrackerPersistence()
public void setActivityTrackerPersistence(ActivityTrackerPersistence activityTrackerPersistence)
public ActivityTrackerFinder getActivityTrackerFinder()
public void setActivityTrackerFinder(ActivityTrackerFinder activityTrackerFinder)
public ResourcePersistence getResourcePersistence()
public void setResourcePersistence(ResourcePersistence resourcePersistence)
public ResourceFinder getResourceFinder()
public void setResourceFinder(ResourceFinder resourceFinder)
public UserPersistence getUserPersistence()
public void setUserPersistence(UserPersistence userPersistence)
public UserFinder getUserFinder()
public void setUserFinder(UserFinder userFinder)
public TagsAssetPersistence getTagsAssetPersistence()
public void setTagsAssetPersistence(TagsAssetPersistence tagsAssetPersistence)
public TagsAssetFinder getTagsAssetFinder()
public void setTagsAssetFinder(TagsAssetFinder tagsAssetFinder)
public void afterPropertiesSet()
public void deleteThread(long threadId) throws com.liferay.portal.SystemException, com.liferay.portal.PortalException
com.liferay.portal.SystemException
com.liferay.portal.PortalException
public void deleteThread(MBThread thread) throws com.liferay.portal.SystemException, com.liferay.portal.PortalException
com.liferay.portal.SystemException
com.liferay.portal.PortalException
public void deleteThreads(long categoryId) throws com.liferay.portal.SystemException, com.liferay.portal.PortalException
com.liferay.portal.SystemException
com.liferay.portal.PortalException
public int getCategoriesThreadsCount(java.util.List categoryIds) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public java.util.List getGroupThreads(long groupId, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public java.util.List getGroupThreads(long groupId, long userId, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public java.util.List getGroupThreads(long groupId, long userId, boolean subscribed, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public int getGroupThreadsCount(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public int getGroupThreadsCount(long groupId, long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public int getGroupThreadsCount(long groupId, long userId, boolean subscribed) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public MBThread getThread(long threadId) throws com.liferay.portal.SystemException, com.liferay.portal.PortalException
com.liferay.portal.SystemException
com.liferay.portal.PortalException
public java.util.List getThreads(long categoryId, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public int getThreadsCount(long categoryId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public boolean hasReadThread(long userId, long threadId) throws com.liferay.portal.SystemException, com.liferay.portal.PortalException
com.liferay.portal.SystemException
com.liferay.portal.PortalException
public MBThread moveThread(long categoryId, long threadId) throws com.liferay.portal.SystemException, com.liferay.portal.PortalException
com.liferay.portal.SystemException
com.liferay.portal.PortalException
public MBThread splitThread(long messageId, javax.portlet.PortletPreferences prefs, ThemeDisplay themeDisplay) throws com.liferay.portal.SystemException, com.liferay.portal.PortalException
com.liferay.portal.SystemException
com.liferay.portal.PortalException
public MBThread updateThread(long threadId, int viewCount) throws com.liferay.portal.SystemException, com.liferay.portal.PortalException
com.liferay.portal.SystemException
com.liferay.portal.PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |