Liferay 7.0-ce-b4

com.liferay.portlet.messageboards.service.impl
Class MBThreadFlagLocalServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portlet.messageboards.service.base.MBThreadFlagLocalServiceBaseImpl
          extended by com.liferay.portlet.messageboards.service.impl.MBThreadFlagLocalServiceImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseLocalService, PersistedModelLocalService, MBThreadFlagLocalService

public class MBThreadFlagLocalServiceImpl
extends MBThreadFlagLocalServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.messageboards.service.base.MBThreadFlagLocalServiceBaseImpl
counterLocalService, mbThreadFlagLocalService, mbThreadFlagPersistence, persistedModelLocalServiceRegistry, userFinder, userLocalService, userPersistence
 
Constructor Summary
MBThreadFlagLocalServiceImpl()
           
 
Method Summary
 MBThreadFlag addThreadFlag(long userId, MBThread thread, ServiceContext serviceContext)
           
 void deleteThreadFlag(long threadFlagId)
           
 void deleteThreadFlag(MBThreadFlag threadFlag)
           
 void deleteThreadFlagsByThreadId(long threadId)
           
 void deleteThreadFlagsByUserId(long userId)
           
 MBThreadFlag getThreadFlag(long userId, MBThread thread)
           
 boolean hasThreadFlag(long userId, MBThread thread)
           
 
Methods inherited from class com.liferay.portlet.messageboards.service.base.MBThreadFlagLocalServiceBaseImpl
addMBThreadFlag, afterPropertiesSet, createMBThreadFlag, deleteMBThreadFlag, deleteMBThreadFlag, deletePersistedModel, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchMBThreadFlag, fetchMBThreadFlagByUuidAndGroupId, getActionableDynamicQuery, getCounterLocalService, getExportActionableDynamicQuery, getIndexableActionableDynamicQuery, getMBThreadFlag, getMBThreadFlagByUuidAndGroupId, getMBThreadFlagLocalService, getMBThreadFlagPersistence, getMBThreadFlags, getMBThreadFlagsByUuidAndCompanyId, getMBThreadFlagsByUuidAndCompanyId, getMBThreadFlagsCount, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getUserFinder, getUserLocalService, getUserPersistence, initActionableDynamicQuery, runSQL, setCounterLocalService, setMBThreadFlagLocalService, setMBThreadFlagPersistence, setUserFinder, setUserLocalService, setUserPersistence, updateMBThreadFlag
 
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBThreadFlagLocalServiceImpl

public MBThreadFlagLocalServiceImpl()
Method Detail

addThreadFlag

public MBThreadFlag addThreadFlag(long userId,
                                  MBThread thread,
                                  ServiceContext serviceContext)
                           throws PortalException
Throws:
PortalException

deleteThreadFlag

public void deleteThreadFlag(long threadFlagId)
                      throws PortalException
Throws:
PortalException

deleteThreadFlag

@SystemEvent(type=1)
public void deleteThreadFlag(MBThreadFlag threadFlag)

deleteThreadFlagsByThreadId

public void deleteThreadFlagsByThreadId(long threadId)

deleteThreadFlagsByUserId

public void deleteThreadFlagsByUserId(long userId)

getThreadFlag

public MBThreadFlag getThreadFlag(long userId,
                                  MBThread thread)
                           throws PortalException
Throws:
PortalException

hasThreadFlag

public boolean hasThreadFlag(long userId,
                             MBThread thread)
                      throws PortalException
Throws:
PortalException

Liferay 7.0-ce-b4