|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface MBMessageFlagLocalService
This interface defines the service. The default implementation is
MBMessageFlagLocalServiceImpl.
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.
MBMessageFlagLocalServiceUtil| Method Detail |
|---|
MBMessageFlag addMBMessageFlag(MBMessageFlag mbMessageFlag)
throws SystemException
SystemExceptionMBMessageFlag createMBMessageFlag(long messageFlagId)
void deleteMBMessageFlag(long messageFlagId)
throws PortalException,
SystemException
PortalException
SystemException
void deleteMBMessageFlag(MBMessageFlag mbMessageFlag)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemException
long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
MBMessageFlag getMBMessageFlag(long messageFlagId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<MBMessageFlag> getMBMessageFlags(int start,
int end)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getMBMessageFlagsCount()
throws SystemException
SystemException
MBMessageFlag updateMBMessageFlag(MBMessageFlag mbMessageFlag)
throws SystemException
SystemException
MBMessageFlag updateMBMessageFlag(MBMessageFlag mbMessageFlag,
boolean merge)
throws SystemException
SystemException
void addReadFlags(long userId,
MBThread thread)
throws PortalException,
SystemException
PortalException
SystemException
void addQuestionFlag(long messageId)
throws PortalException,
SystemException
PortalException
SystemException
void deleteAnswerFlags(long threadId,
long messageId)
throws SystemException
SystemException
void deleteFlags(long userId)
throws SystemException
SystemException
void deleteFlags(long messageId,
int flag)
throws SystemException
SystemException
void deleteQuestionAndAnswerFlags(long threadId)
throws SystemException
SystemException
void deleteThreadFlags(long threadId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
MBMessageFlag getReadFlag(long userId,
MBThread thread)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
boolean hasAnswerFlag(long messageId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
boolean hasQuestionFlag(long messageId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
boolean hasReadFlag(long userId,
MBThread thread)
throws PortalException,
SystemException
PortalException
SystemException
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||