|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.messageboards.service.MBThreadServiceWrapper
@ProviderType public class MBThreadServiceWrapper
Provides a wrapper for MBThreadService.
MBThreadService| Constructor Summary | |
|---|---|
MBThreadServiceWrapper(MBThreadService mbThreadService)
|
|
| Method Summary | |
|---|---|
void |
deleteThread(long threadId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
List<MBThread> |
getGroupThreads(long groupId,
long userId,
Date modifiedDate,
int status,
int start,
int end)
|
List<MBThread> |
getGroupThreads(long groupId,
long userId,
int status,
boolean subscribed,
boolean includeAnonymous,
int start,
int end)
|
List<MBThread> |
getGroupThreads(long groupId,
long userId,
int status,
boolean subscribed,
int start,
int end)
|
List<MBThread> |
getGroupThreads(long groupId,
long userId,
int status,
int start,
int end)
|
int |
getGroupThreadsCount(long groupId,
long userId,
Date modifiedDate,
int status)
|
int |
getGroupThreadsCount(long groupId,
long userId,
int status)
|
int |
getGroupThreadsCount(long groupId,
long userId,
int status,
boolean subscribed)
|
int |
getGroupThreadsCount(long groupId,
long userId,
int status,
boolean subscribed,
boolean includeAnonymous)
|
List<MBThread> |
getThreads(long groupId,
long categoryId,
int status,
int start,
int end)
|
int |
getThreadsCount(long groupId,
long categoryId,
int status)
|
MBThreadService |
getWrappedMBThreadService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
MBThreadService |
getWrappedService()
|
Lock |
lockThread(long threadId)
|
MBThread |
moveThread(long categoryId,
long threadId)
|
MBThread |
moveThreadFromTrash(long categoryId,
long threadId)
|
MBThread |
moveThreadToTrash(long threadId)
|
void |
restoreThreadFromTrash(long threadId)
|
Hits |
search(long groupId,
long creatorUserId,
int status,
int start,
int end)
|
Hits |
search(long groupId,
long creatorUserId,
long startDate,
long endDate,
int status,
int start,
int end)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedMBThreadService(MBThreadService mbThreadService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.messageboards.service.MBThreadService) |
void |
setWrappedService(MBThreadService mbThreadService)
|
MBThread |
splitThread(long messageId,
String subject,
ServiceContext serviceContext)
|
void |
unlockThread(long threadId)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MBThreadServiceWrapper(MBThreadService mbThreadService)
| Method Detail |
|---|
public void deleteThread(long threadId)
throws PortalException
deleteThread in interface MBThreadServicePortalExceptionpublic String getBeanIdentifier()
getBeanIdentifier in interface MBThreadService
public List<MBThread> getGroupThreads(long groupId,
long userId,
Date modifiedDate,
int status,
int start,
int end)
throws PortalException
getGroupThreads in interface MBThreadServicePortalException
public List<MBThread> getGroupThreads(long groupId,
long userId,
int status,
int start,
int end)
throws PortalException
getGroupThreads in interface MBThreadServicePortalException
public List<MBThread> getGroupThreads(long groupId,
long userId,
int status,
boolean subscribed,
boolean includeAnonymous,
int start,
int end)
throws PortalException
getGroupThreads in interface MBThreadServicePortalException
public List<MBThread> getGroupThreads(long groupId,
long userId,
int status,
boolean subscribed,
int start,
int end)
throws PortalException
getGroupThreads in interface MBThreadServicePortalException
public int getGroupThreadsCount(long groupId,
long userId,
Date modifiedDate,
int status)
getGroupThreadsCount in interface MBThreadService
public int getGroupThreadsCount(long groupId,
long userId,
int status)
getGroupThreadsCount in interface MBThreadService
public int getGroupThreadsCount(long groupId,
long userId,
int status,
boolean subscribed)
getGroupThreadsCount in interface MBThreadService
public int getGroupThreadsCount(long groupId,
long userId,
int status,
boolean subscribed,
boolean includeAnonymous)
getGroupThreadsCount in interface MBThreadService
public List<MBThread> getThreads(long groupId,
long categoryId,
int status,
int start,
int end)
getThreads in interface MBThreadService
public int getThreadsCount(long groupId,
long categoryId,
int status)
getThreadsCount in interface MBThreadService
public Lock lockThread(long threadId)
throws PortalException
lockThread in interface MBThreadServicePortalException
public MBThread moveThread(long categoryId,
long threadId)
throws PortalException
moveThread in interface MBThreadServicePortalException
public MBThread moveThreadFromTrash(long categoryId,
long threadId)
throws PortalException
moveThreadFromTrash in interface MBThreadServicePortalException
public MBThread moveThreadToTrash(long threadId)
throws PortalException
moveThreadToTrash in interface MBThreadServicePortalException
public void restoreThreadFromTrash(long threadId)
throws PortalException
restoreThreadFromTrash in interface MBThreadServicePortalException
public Hits search(long groupId,
long creatorUserId,
long startDate,
long endDate,
int status,
int start,
int end)
throws PortalException
search in interface MBThreadServicePortalException
public Hits search(long groupId,
long creatorUserId,
int status,
int start,
int end)
throws PortalException
search in interface MBThreadServicePortalExceptionpublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface MBThreadServicebeanIdentifier - the Spring bean ID for this bean
public MBThread splitThread(long messageId,
String subject,
ServiceContext serviceContext)
throws PortalException
splitThread in interface MBThreadServicePortalException
public void unlockThread(long threadId)
throws PortalException
unlockThread in interface MBThreadServicePortalException@Deprecated public MBThreadService getWrappedMBThreadService()
getWrappedService()
@Deprecated public void setWrappedMBThreadService(MBThreadService mbThreadService)
setWrappedService(com.liferay.portlet.messageboards.service.MBThreadService)
public MBThreadService getWrappedService()
getWrappedService in interface ServiceWrapper<MBThreadService>public void setWrappedService(MBThreadService mbThreadService)
setWrappedService in interface ServiceWrapper<MBThreadService>
|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||