|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchThreadFlagException | |
---|---|
com.liferay.portlet.messageboards.service.persistence |
Uses of NoSuchThreadFlagException in com.liferay.portlet.messageboards.service.persistence |
---|
Methods in com.liferay.portlet.messageboards.service.persistence that throw NoSuchThreadFlagException | |
---|---|
static MBThreadFlag |
MBThreadFlagUtil.findByPrimaryKey(long threadFlagId)
Returns the message boards thread flag with the primary key or throws a NoSuchThreadFlagException if it could not be found. |
MBThreadFlag |
MBThreadFlagPersistence.findByPrimaryKey(long threadFlagId)
Returns the message boards thread flag with the primary key or throws a NoSuchThreadFlagException if it could not be found. |
MBThreadFlag |
MBThreadFlagPersistenceImpl.findByPrimaryKey(long threadFlagId)
Returns the message boards thread flag with the primary key or throws a NoSuchThreadFlagException if it could not be found. |
static MBThreadFlag |
MBThreadFlagUtil.findByThreadId_First(long threadId,
OrderByComparator orderByComparator)
Returns the first message boards thread flag in the ordered set where threadId = ?. |
MBThreadFlag |
MBThreadFlagPersistence.findByThreadId_First(long threadId,
OrderByComparator orderByComparator)
Returns the first message boards thread flag in the ordered set where threadId = ?. |
MBThreadFlag |
MBThreadFlagPersistenceImpl.findByThreadId_First(long threadId,
OrderByComparator orderByComparator)
Returns the first message boards thread flag in the ordered set where threadId = ?. |
static MBThreadFlag |
MBThreadFlagUtil.findByThreadId_Last(long threadId,
OrderByComparator orderByComparator)
Returns the last message boards thread flag in the ordered set where threadId = ?. |
MBThreadFlag |
MBThreadFlagPersistence.findByThreadId_Last(long threadId,
OrderByComparator orderByComparator)
Returns the last message boards thread flag in the ordered set where threadId = ?. |
MBThreadFlag |
MBThreadFlagPersistenceImpl.findByThreadId_Last(long threadId,
OrderByComparator orderByComparator)
Returns the last message boards thread flag in the ordered set where threadId = ?. |
static MBThreadFlag[] |
MBThreadFlagUtil.findByThreadId_PrevAndNext(long threadFlagId,
long threadId,
OrderByComparator orderByComparator)
Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where threadId = ?. |
MBThreadFlag[] |
MBThreadFlagPersistence.findByThreadId_PrevAndNext(long threadFlagId,
long threadId,
OrderByComparator orderByComparator)
Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where threadId = ?. |
MBThreadFlag[] |
MBThreadFlagPersistenceImpl.findByThreadId_PrevAndNext(long threadFlagId,
long threadId,
OrderByComparator orderByComparator)
Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where threadId = ?. |
static MBThreadFlag |
MBThreadFlagUtil.findByU_T(long userId,
long threadId)
Returns the message boards thread flag where userId = ? and threadId = ? or throws a NoSuchThreadFlagException if it could not be found. |
MBThreadFlag |
MBThreadFlagPersistence.findByU_T(long userId,
long threadId)
Returns the message boards thread flag where userId = ? and threadId = ? or throws a NoSuchThreadFlagException if it could not be found. |
MBThreadFlag |
MBThreadFlagPersistenceImpl.findByU_T(long userId,
long threadId)
Returns the message boards thread flag where userId = ? and threadId = ? or throws a NoSuchThreadFlagException if it could not be found. |
static MBThreadFlag |
MBThreadFlagUtil.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first message boards thread flag in the ordered set where userId = ?. |
MBThreadFlag |
MBThreadFlagPersistence.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first message boards thread flag in the ordered set where userId = ?. |
MBThreadFlag |
MBThreadFlagPersistenceImpl.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first message boards thread flag in the ordered set where userId = ?. |
static MBThreadFlag |
MBThreadFlagUtil.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last message boards thread flag in the ordered set where userId = ?. |
MBThreadFlag |
MBThreadFlagPersistence.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last message boards thread flag in the ordered set where userId = ?. |
MBThreadFlag |
MBThreadFlagPersistenceImpl.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last message boards thread flag in the ordered set where userId = ?. |
static MBThreadFlag[] |
MBThreadFlagUtil.findByUserId_PrevAndNext(long threadFlagId,
long userId,
OrderByComparator orderByComparator)
Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where userId = ?. |
MBThreadFlag[] |
MBThreadFlagPersistence.findByUserId_PrevAndNext(long threadFlagId,
long userId,
OrderByComparator orderByComparator)
Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where userId = ?. |
MBThreadFlag[] |
MBThreadFlagPersistenceImpl.findByUserId_PrevAndNext(long threadFlagId,
long userId,
OrderByComparator orderByComparator)
Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where userId = ?. |
static MBThreadFlag |
MBThreadFlagUtil.remove(long threadFlagId)
Removes the message boards thread flag with the primary key from the database. |
MBThreadFlag |
MBThreadFlagPersistence.remove(long threadFlagId)
Removes the message boards thread flag with the primary key from the database. |
MBThreadFlag |
MBThreadFlagPersistenceImpl.remove(long threadFlagId)
Removes the message boards thread flag with the primary key from the database. |
MBThreadFlag |
MBThreadFlagPersistenceImpl.remove(Serializable primaryKey)
Removes the message boards thread flag with the primary key from the database. |
static MBThreadFlag |
MBThreadFlagUtil.removeByU_T(long userId,
long threadId)
Removes the message boards thread flag where userId = ? and threadId = ? from the database. |
MBThreadFlag |
MBThreadFlagPersistence.removeByU_T(long userId,
long threadId)
Removes the message boards thread flag where userId = ? and threadId = ? from the database. |
MBThreadFlag |
MBThreadFlagPersistenceImpl.removeByU_T(long userId,
long threadId)
Removes the message boards thread flag where userId = ? and threadId = ? from the database. |
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |