|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AnnouncementsFlag in com.liferay.portlet.announcements.model |
---|
Classes in com.liferay.portlet.announcements.model that implement AnnouncementsFlag | |
---|---|
class |
AnnouncementsFlagWrapper
This class is a wrapper for AnnouncementsFlag . |
Methods in com.liferay.portlet.announcements.model that return AnnouncementsFlag | |
---|---|
AnnouncementsFlag |
AnnouncementsFlagWrapper.getWrappedAnnouncementsFlag()
Deprecated. Renamed to AnnouncementsFlagWrapper.getWrappedModel() |
AnnouncementsFlag |
AnnouncementsFlagWrapper.getWrappedModel()
|
AnnouncementsFlag |
AnnouncementsFlagModel.toEscapedModel()
|
AnnouncementsFlag |
AnnouncementsFlagWrapper.toEscapedModel()
|
AnnouncementsFlag |
AnnouncementsFlagModel.toUnescapedModel()
|
AnnouncementsFlag |
AnnouncementsFlagWrapper.toUnescapedModel()
|
Methods in com.liferay.portlet.announcements.model that return types with arguments of type AnnouncementsFlag | |
---|---|
CacheModel<AnnouncementsFlag> |
AnnouncementsFlagModel.toCacheModel()
|
CacheModel<AnnouncementsFlag> |
AnnouncementsFlagWrapper.toCacheModel()
|
Methods in com.liferay.portlet.announcements.model with parameters of type AnnouncementsFlag | |
---|---|
int |
AnnouncementsFlagModel.compareTo(AnnouncementsFlag announcementsFlag)
|
int |
AnnouncementsFlagWrapper.compareTo(AnnouncementsFlag announcementsFlag)
|
static AnnouncementsFlagSoap |
AnnouncementsFlagSoap.toSoapModel(AnnouncementsFlag model)
|
static AnnouncementsFlagSoap[] |
AnnouncementsFlagSoap.toSoapModels(AnnouncementsFlag[] models)
|
static AnnouncementsFlagSoap[][] |
AnnouncementsFlagSoap.toSoapModels(AnnouncementsFlag[][] models)
|
Method parameters in com.liferay.portlet.announcements.model with type arguments of type AnnouncementsFlag | |
---|---|
static AnnouncementsFlagSoap[] |
AnnouncementsFlagSoap.toSoapModels(List<AnnouncementsFlag> models)
|
Constructors in com.liferay.portlet.announcements.model with parameters of type AnnouncementsFlag | |
---|---|
AnnouncementsFlagWrapper(AnnouncementsFlag announcementsFlag)
|
Uses of AnnouncementsFlag in com.liferay.portlet.announcements.model.impl |
---|
Classes in com.liferay.portlet.announcements.model.impl that implement AnnouncementsFlag | |
---|---|
class |
AnnouncementsFlagBaseImpl
The extended model base implementation for the AnnouncementsFlag service. |
class |
AnnouncementsFlagImpl
|
Methods in com.liferay.portlet.announcements.model.impl that return AnnouncementsFlag | |
---|---|
AnnouncementsFlag |
AnnouncementsFlagCacheModel.toEntityModel()
|
AnnouncementsFlag |
AnnouncementsFlagModelImpl.toEscapedModel()
|
static AnnouncementsFlag |
AnnouncementsFlagModelImpl.toModel(AnnouncementsFlagSoap soapModel)
Converts the soap model instance into a normal model instance. |
AnnouncementsFlag |
AnnouncementsFlagModelImpl.toUnescapedModel()
|
Methods in com.liferay.portlet.announcements.model.impl that return types with arguments of type AnnouncementsFlag | |
---|---|
CacheModel<AnnouncementsFlag> |
AnnouncementsFlagModelImpl.toCacheModel()
|
static List<AnnouncementsFlag> |
AnnouncementsFlagModelImpl.toModels(AnnouncementsFlagSoap[] soapModels)
Converts the soap model instances into normal model instances. |
Methods in com.liferay.portlet.announcements.model.impl with parameters of type AnnouncementsFlag | |
---|---|
int |
AnnouncementsFlagModelImpl.compareTo(AnnouncementsFlag announcementsFlag)
|
Uses of AnnouncementsFlag in com.liferay.portlet.announcements.service |
---|
Methods in com.liferay.portlet.announcements.service that return AnnouncementsFlag | |
---|---|
static AnnouncementsFlag |
AnnouncementsFlagLocalServiceUtil.addAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
Adds the announcements flag to the database. |
AnnouncementsFlag |
AnnouncementsFlagLocalService.addAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
Adds the announcements flag to the database. |
AnnouncementsFlag |
AnnouncementsFlagLocalServiceWrapper.addAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
Adds the announcements flag to the database. |
static AnnouncementsFlag |
AnnouncementsFlagLocalServiceUtil.addFlag(long userId,
long entryId,
int value)
|
AnnouncementsFlag |
AnnouncementsFlagLocalService.addFlag(long userId,
long entryId,
int value)
|
AnnouncementsFlag |
AnnouncementsFlagLocalServiceWrapper.addFlag(long userId,
long entryId,
int value)
|
static AnnouncementsFlag |
AnnouncementsFlagLocalServiceUtil.createAnnouncementsFlag(long flagId)
Creates a new announcements flag with the primary key. |
AnnouncementsFlag |
AnnouncementsFlagLocalService.createAnnouncementsFlag(long flagId)
Creates a new announcements flag with the primary key. |
AnnouncementsFlag |
AnnouncementsFlagLocalServiceWrapper.createAnnouncementsFlag(long flagId)
Creates a new announcements flag with the primary key. |
static AnnouncementsFlag |
AnnouncementsFlagLocalServiceUtil.deleteAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
Deletes the announcements flag from the database. |
AnnouncementsFlag |
AnnouncementsFlagLocalService.deleteAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
Deletes the announcements flag from the database. |
AnnouncementsFlag |
AnnouncementsFlagLocalServiceWrapper.deleteAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
Deletes the announcements flag from the database. |
static AnnouncementsFlag |
AnnouncementsFlagLocalServiceUtil.deleteAnnouncementsFlag(long flagId)
Deletes the announcements flag with the primary key from the database. |
AnnouncementsFlag |
AnnouncementsFlagLocalService.deleteAnnouncementsFlag(long flagId)
Deletes the announcements flag with the primary key from the database. |
AnnouncementsFlag |
AnnouncementsFlagLocalServiceWrapper.deleteAnnouncementsFlag(long flagId)
Deletes the announcements flag with the primary key from the database. |
static AnnouncementsFlag |
AnnouncementsFlagLocalServiceUtil.fetchAnnouncementsFlag(long flagId)
|
AnnouncementsFlag |
AnnouncementsFlagLocalService.fetchAnnouncementsFlag(long flagId)
|
AnnouncementsFlag |
AnnouncementsFlagLocalServiceWrapper.fetchAnnouncementsFlag(long flagId)
|
static AnnouncementsFlag |
AnnouncementsFlagLocalServiceUtil.getAnnouncementsFlag(long flagId)
Returns the announcements flag with the primary key. |
AnnouncementsFlag |
AnnouncementsFlagLocalService.getAnnouncementsFlag(long flagId)
Returns the announcements flag with the primary key. |
AnnouncementsFlag |
AnnouncementsFlagLocalServiceWrapper.getAnnouncementsFlag(long flagId)
Returns the announcements flag with the primary key. |
static AnnouncementsFlag |
AnnouncementsFlagServiceUtil.getFlag(long entryId,
int value)
|
AnnouncementsFlag |
AnnouncementsFlagServiceWrapper.getFlag(long entryId,
int value)
|
AnnouncementsFlag |
AnnouncementsFlagService.getFlag(long entryId,
int value)
|
static AnnouncementsFlag |
AnnouncementsFlagLocalServiceUtil.getFlag(long userId,
long entryId,
int value)
|
AnnouncementsFlag |
AnnouncementsFlagLocalService.getFlag(long userId,
long entryId,
int value)
|
AnnouncementsFlag |
AnnouncementsFlagLocalServiceWrapper.getFlag(long userId,
long entryId,
int value)
|
static AnnouncementsFlag |
AnnouncementsFlagLocalServiceUtil.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
Updates the announcements flag in the database or adds it if it does not yet exist. |
AnnouncementsFlag |
AnnouncementsFlagLocalService.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
Updates the announcements flag in the database or adds it if it does not yet exist. |
AnnouncementsFlag |
AnnouncementsFlagLocalServiceWrapper.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
Updates the announcements flag in the database or adds it if it does not yet exist. |
static AnnouncementsFlag |
AnnouncementsFlagLocalServiceUtil.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag,
boolean merge)
Updates the announcements flag in the database or adds it if it does not yet exist. |
AnnouncementsFlag |
AnnouncementsFlagLocalService.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag,
boolean merge)
Updates the announcements flag in the database or adds it if it does not yet exist. |
AnnouncementsFlag |
AnnouncementsFlagLocalServiceWrapper.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag,
boolean merge)
Updates the announcements flag in the database or adds it if it does not yet exist. |
Methods in com.liferay.portlet.announcements.service that return types with arguments of type AnnouncementsFlag | |
---|---|
static List<AnnouncementsFlag> |
AnnouncementsFlagLocalServiceUtil.getAnnouncementsFlags(int start,
int end)
Returns a range of all the announcements flags. |
List<AnnouncementsFlag> |
AnnouncementsFlagLocalService.getAnnouncementsFlags(int start,
int end)
Returns a range of all the announcements flags. |
List<AnnouncementsFlag> |
AnnouncementsFlagLocalServiceWrapper.getAnnouncementsFlags(int start,
int end)
Returns a range of all the announcements flags. |
Methods in com.liferay.portlet.announcements.service with parameters of type AnnouncementsFlag | |
---|---|
static AnnouncementsFlag |
AnnouncementsFlagLocalServiceUtil.addAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
Adds the announcements flag to the database. |
AnnouncementsFlag |
AnnouncementsFlagLocalService.addAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
Adds the announcements flag to the database. |
AnnouncementsFlag |
AnnouncementsFlagLocalServiceWrapper.addAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
Adds the announcements flag to the database. |
static AnnouncementsFlag |
AnnouncementsFlagLocalServiceUtil.deleteAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
Deletes the announcements flag from the database. |
AnnouncementsFlag |
AnnouncementsFlagLocalService.deleteAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
Deletes the announcements flag from the database. |
AnnouncementsFlag |
AnnouncementsFlagLocalServiceWrapper.deleteAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
Deletes the announcements flag from the database. |
static void |
AnnouncementsFlagLocalServiceUtil.deleteFlag(AnnouncementsFlag flag)
|
void |
AnnouncementsFlagLocalService.deleteFlag(AnnouncementsFlag flag)
|
void |
AnnouncementsFlagLocalServiceWrapper.deleteFlag(AnnouncementsFlag flag)
|
static AnnouncementsFlag |
AnnouncementsFlagLocalServiceUtil.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
Updates the announcements flag in the database or adds it if it does not yet exist. |
AnnouncementsFlag |
AnnouncementsFlagLocalService.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
Updates the announcements flag in the database or adds it if it does not yet exist. |
AnnouncementsFlag |
AnnouncementsFlagLocalServiceWrapper.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
Updates the announcements flag in the database or adds it if it does not yet exist. |
static AnnouncementsFlag |
AnnouncementsFlagLocalServiceUtil.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag,
boolean merge)
Updates the announcements flag in the database or adds it if it does not yet exist. |
AnnouncementsFlag |
AnnouncementsFlagLocalService.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag,
boolean merge)
Updates the announcements flag in the database or adds it if it does not yet exist. |
AnnouncementsFlag |
AnnouncementsFlagLocalServiceWrapper.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag,
boolean merge)
Updates the announcements flag in the database or adds it if it does not yet exist. |
Uses of AnnouncementsFlag in com.liferay.portlet.announcements.service.base |
---|
Methods in com.liferay.portlet.announcements.service.base that return AnnouncementsFlag | |
---|---|
AnnouncementsFlag |
AnnouncementsFlagLocalServiceBaseImpl.addAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
Adds the announcements flag to the database. |
AnnouncementsFlag |
AnnouncementsFlagLocalServiceBaseImpl.createAnnouncementsFlag(long flagId)
Creates a new announcements flag with the primary key. |
AnnouncementsFlag |
AnnouncementsFlagLocalServiceBaseImpl.deleteAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
Deletes the announcements flag from the database. |
AnnouncementsFlag |
AnnouncementsFlagLocalServiceBaseImpl.deleteAnnouncementsFlag(long flagId)
Deletes the announcements flag with the primary key from the database. |
AnnouncementsFlag |
AnnouncementsFlagLocalServiceBaseImpl.fetchAnnouncementsFlag(long flagId)
|
AnnouncementsFlag |
AnnouncementsFlagLocalServiceBaseImpl.getAnnouncementsFlag(long flagId)
Returns the announcements flag with the primary key. |
AnnouncementsFlag |
AnnouncementsFlagLocalServiceBaseImpl.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
Updates the announcements flag in the database or adds it if it does not yet exist. |
AnnouncementsFlag |
AnnouncementsFlagLocalServiceBaseImpl.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag,
boolean merge)
Updates the announcements flag in the database or adds it if it does not yet exist. |
Methods in com.liferay.portlet.announcements.service.base that return types with arguments of type AnnouncementsFlag | |
---|---|
List<AnnouncementsFlag> |
AnnouncementsFlagLocalServiceBaseImpl.getAnnouncementsFlags(int start,
int end)
Returns a range of all the announcements flags. |
Methods in com.liferay.portlet.announcements.service.base with parameters of type AnnouncementsFlag | |
---|---|
AnnouncementsFlag |
AnnouncementsFlagLocalServiceBaseImpl.addAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
Adds the announcements flag to the database. |
AnnouncementsFlag |
AnnouncementsFlagLocalServiceBaseImpl.deleteAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
Deletes the announcements flag from the database. |
AnnouncementsFlag |
AnnouncementsFlagLocalServiceBaseImpl.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
Updates the announcements flag in the database or adds it if it does not yet exist. |
AnnouncementsFlag |
AnnouncementsFlagLocalServiceBaseImpl.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag,
boolean merge)
Updates the announcements flag in the database or adds it if it does not yet exist. |
Uses of AnnouncementsFlag in com.liferay.portlet.announcements.service.http |
---|
Methods in com.liferay.portlet.announcements.service.http that return AnnouncementsFlag | |
---|---|
static AnnouncementsFlag |
AnnouncementsFlagServiceHttp.getFlag(HttpPrincipal httpPrincipal,
long entryId,
int value)
|
Uses of AnnouncementsFlag in com.liferay.portlet.announcements.service.impl |
---|
Methods in com.liferay.portlet.announcements.service.impl that return AnnouncementsFlag | |
---|---|
AnnouncementsFlag |
AnnouncementsFlagLocalServiceImpl.addFlag(long userId,
long entryId,
int value)
|
AnnouncementsFlag |
AnnouncementsFlagServiceImpl.getFlag(long entryId,
int value)
|
AnnouncementsFlag |
AnnouncementsFlagLocalServiceImpl.getFlag(long userId,
long entryId,
int value)
|
Methods in com.liferay.portlet.announcements.service.impl with parameters of type AnnouncementsFlag | |
---|---|
void |
AnnouncementsFlagLocalServiceImpl.deleteFlag(AnnouncementsFlag flag)
|
Uses of AnnouncementsFlag in com.liferay.portlet.announcements.service.persistence |
---|
Methods in com.liferay.portlet.announcements.service.persistence that return AnnouncementsFlag | |
---|---|
static AnnouncementsFlag |
AnnouncementsFlagUtil.create(long flagId)
Creates a new announcements flag with the primary key. |
AnnouncementsFlag |
AnnouncementsFlagPersistence.create(long flagId)
Creates a new announcements flag with the primary key. |
AnnouncementsFlag |
AnnouncementsFlagPersistenceImpl.create(long flagId)
Creates a new announcements flag with the primary key. |
static AnnouncementsFlag |
AnnouncementsFlagUtil.fetchByEntryId_First(long entryId,
OrderByComparator orderByComparator)
Returns the first announcements flag in the ordered set where entryId = ?. |
AnnouncementsFlag |
AnnouncementsFlagPersistence.fetchByEntryId_First(long entryId,
OrderByComparator orderByComparator)
Returns the first announcements flag in the ordered set where entryId = ?. |
AnnouncementsFlag |
AnnouncementsFlagPersistenceImpl.fetchByEntryId_First(long entryId,
OrderByComparator orderByComparator)
Returns the first announcements flag in the ordered set where entryId = ?. |
static AnnouncementsFlag |
AnnouncementsFlagUtil.fetchByEntryId_Last(long entryId,
OrderByComparator orderByComparator)
Returns the last announcements flag in the ordered set where entryId = ?. |
AnnouncementsFlag |
AnnouncementsFlagPersistence.fetchByEntryId_Last(long entryId,
OrderByComparator orderByComparator)
Returns the last announcements flag in the ordered set where entryId = ?. |
AnnouncementsFlag |
AnnouncementsFlagPersistenceImpl.fetchByEntryId_Last(long entryId,
OrderByComparator orderByComparator)
Returns the last announcements flag in the ordered set where entryId = ?. |
static AnnouncementsFlag |
AnnouncementsFlagUtil.fetchByPrimaryKey(long flagId)
Returns the announcements flag with the primary key or returns null if it could not be found. |
AnnouncementsFlag |
AnnouncementsFlagPersistence.fetchByPrimaryKey(long flagId)
Returns the announcements flag with the primary key or returns null if it could not be found. |
AnnouncementsFlag |
AnnouncementsFlagPersistenceImpl.fetchByPrimaryKey(long flagId)
Returns the announcements flag with the primary key or returns null if it could not be found. |
AnnouncementsFlag |
AnnouncementsFlagPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Returns the announcements flag with the primary key or returns null if it could not be found. |
static AnnouncementsFlag |
AnnouncementsFlagUtil.fetchByU_E_V(long userId,
long entryId,
int value)
Returns the announcements flag where userId = ? and entryId = ? and value = ? or returns null if it could not be found. |
AnnouncementsFlag |
AnnouncementsFlagPersistence.fetchByU_E_V(long userId,
long entryId,
int value)
Returns the announcements flag where userId = ? and entryId = ? and value = ? or returns null if it could not be found. |
AnnouncementsFlag |
AnnouncementsFlagPersistenceImpl.fetchByU_E_V(long userId,
long entryId,
int value)
Returns the announcements flag where userId = ? and entryId = ? and value = ? or returns null if it could not be found. |
static AnnouncementsFlag |
AnnouncementsFlagUtil.fetchByU_E_V(long userId,
long entryId,
int value,
boolean retrieveFromCache)
Returns the announcements flag where userId = ? and entryId = ? and value = ? or returns null if it could not be found, optionally using the finder cache. |
AnnouncementsFlag |
AnnouncementsFlagPersistence.fetchByU_E_V(long userId,
long entryId,
int value,
boolean retrieveFromCache)
Returns the announcements flag where userId = ? and entryId = ? and value = ? or returns null if it could not be found, optionally using the finder cache. |
AnnouncementsFlag |
AnnouncementsFlagPersistenceImpl.fetchByU_E_V(long userId,
long entryId,
int value,
boolean retrieveFromCache)
Returns the announcements flag where userId = ? and entryId = ? and value = ? or returns null if it could not be found, optionally using the finder cache. |
static AnnouncementsFlag |
AnnouncementsFlagUtil.findByEntryId_First(long entryId,
OrderByComparator orderByComparator)
Returns the first announcements flag in the ordered set where entryId = ?. |
AnnouncementsFlag |
AnnouncementsFlagPersistence.findByEntryId_First(long entryId,
OrderByComparator orderByComparator)
Returns the first announcements flag in the ordered set where entryId = ?. |
AnnouncementsFlag |
AnnouncementsFlagPersistenceImpl.findByEntryId_First(long entryId,
OrderByComparator orderByComparator)
Returns the first announcements flag in the ordered set where entryId = ?. |
static AnnouncementsFlag |
AnnouncementsFlagUtil.findByEntryId_Last(long entryId,
OrderByComparator orderByComparator)
Returns the last announcements flag in the ordered set where entryId = ?. |
AnnouncementsFlag |
AnnouncementsFlagPersistence.findByEntryId_Last(long entryId,
OrderByComparator orderByComparator)
Returns the last announcements flag in the ordered set where entryId = ?. |
AnnouncementsFlag |
AnnouncementsFlagPersistenceImpl.findByEntryId_Last(long entryId,
OrderByComparator orderByComparator)
Returns the last announcements flag in the ordered set where entryId = ?. |
static AnnouncementsFlag[] |
AnnouncementsFlagUtil.findByEntryId_PrevAndNext(long flagId,
long entryId,
OrderByComparator orderByComparator)
Returns the announcements flags before and after the current announcements flag in the ordered set where entryId = ?. |
AnnouncementsFlag[] |
AnnouncementsFlagPersistence.findByEntryId_PrevAndNext(long flagId,
long entryId,
OrderByComparator orderByComparator)
Returns the announcements flags before and after the current announcements flag in the ordered set where entryId = ?. |
AnnouncementsFlag[] |
AnnouncementsFlagPersistenceImpl.findByEntryId_PrevAndNext(long flagId,
long entryId,
OrderByComparator orderByComparator)
Returns the announcements flags before and after the current announcements flag in the ordered set where entryId = ?. |
static AnnouncementsFlag |
AnnouncementsFlagUtil.findByPrimaryKey(long flagId)
Returns the announcements flag with the primary key or throws a NoSuchFlagException if it could not be found. |
AnnouncementsFlag |
AnnouncementsFlagPersistence.findByPrimaryKey(long flagId)
Returns the announcements flag with the primary key or throws a NoSuchFlagException if it could not be found. |
AnnouncementsFlag |
AnnouncementsFlagPersistenceImpl.findByPrimaryKey(long flagId)
Returns the announcements flag with the primary key or throws a NoSuchFlagException if it could not be found. |
AnnouncementsFlag |
AnnouncementsFlagPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the announcements flag with the primary key or throws a NoSuchModelException if it could not be found. |
static AnnouncementsFlag |
AnnouncementsFlagUtil.findByU_E_V(long userId,
long entryId,
int value)
Returns the announcements flag where userId = ? and entryId = ? and value = ? or throws a NoSuchFlagException if it could not be found. |
AnnouncementsFlag |
AnnouncementsFlagPersistence.findByU_E_V(long userId,
long entryId,
int value)
Returns the announcements flag where userId = ? and entryId = ? and value = ? or throws a NoSuchFlagException if it could not be found. |
AnnouncementsFlag |
AnnouncementsFlagPersistenceImpl.findByU_E_V(long userId,
long entryId,
int value)
Returns the announcements flag where userId = ? and entryId = ? and value = ? or throws a NoSuchFlagException if it could not be found. |
protected AnnouncementsFlag |
AnnouncementsFlagPersistenceImpl.getByEntryId_PrevAndNext(Session session,
AnnouncementsFlag announcementsFlag,
long entryId,
OrderByComparator orderByComparator,
boolean previous)
|
static AnnouncementsFlag |
AnnouncementsFlagUtil.remove(long flagId)
Removes the announcements flag with the primary key from the database. |
AnnouncementsFlag |
AnnouncementsFlagPersistence.remove(long flagId)
Removes the announcements flag with the primary key from the database. |
AnnouncementsFlag |
AnnouncementsFlagPersistenceImpl.remove(long flagId)
Removes the announcements flag with the primary key from the database. |
AnnouncementsFlag |
AnnouncementsFlagPersistenceImpl.remove(Serializable primaryKey)
Removes the announcements flag with the primary key from the database. |
static AnnouncementsFlag |
AnnouncementsFlagUtil.removeByU_E_V(long userId,
long entryId,
int value)
Removes the announcements flag where userId = ? and entryId = ? and value = ? from the database. |
AnnouncementsFlag |
AnnouncementsFlagPersistence.removeByU_E_V(long userId,
long entryId,
int value)
Removes the announcements flag where userId = ? and entryId = ? and value = ? from the database. |
AnnouncementsFlag |
AnnouncementsFlagPersistenceImpl.removeByU_E_V(long userId,
long entryId,
int value)
Removes the announcements flag where userId = ? and entryId = ? and value = ? from the database. |
protected AnnouncementsFlag |
AnnouncementsFlagPersistenceImpl.removeImpl(AnnouncementsFlag announcementsFlag)
|
protected AnnouncementsFlag |
AnnouncementsFlagPersistenceImpl.toUnwrappedModel(AnnouncementsFlag announcementsFlag)
|
static AnnouncementsFlag |
AnnouncementsFlagUtil.update(AnnouncementsFlag announcementsFlag,
boolean merge)
|
static AnnouncementsFlag |
AnnouncementsFlagUtil.update(AnnouncementsFlag announcementsFlag,
boolean merge,
ServiceContext serviceContext)
|
static AnnouncementsFlag |
AnnouncementsFlagUtil.updateImpl(AnnouncementsFlag announcementsFlag,
boolean merge)
|
AnnouncementsFlag |
AnnouncementsFlagPersistence.updateImpl(AnnouncementsFlag announcementsFlag,
boolean merge)
|
AnnouncementsFlag |
AnnouncementsFlagPersistenceImpl.updateImpl(AnnouncementsFlag announcementsFlag,
boolean merge)
|
Methods in com.liferay.portlet.announcements.service.persistence that return types with arguments of type AnnouncementsFlag | |
---|---|
static List<AnnouncementsFlag> |
AnnouncementsFlagUtil.findAll()
Returns all the announcements flags. |
List<AnnouncementsFlag> |
AnnouncementsFlagPersistence.findAll()
Returns all the announcements flags. |
List<AnnouncementsFlag> |
AnnouncementsFlagPersistenceImpl.findAll()
Returns all the announcements flags. |
static List<AnnouncementsFlag> |
AnnouncementsFlagUtil.findAll(int start,
int end)
Returns a range of all the announcements flags. |
List<AnnouncementsFlag> |
AnnouncementsFlagPersistence.findAll(int start,
int end)
Returns a range of all the announcements flags. |
List<AnnouncementsFlag> |
AnnouncementsFlagPersistenceImpl.findAll(int start,
int end)
Returns a range of all the announcements flags. |
static List<AnnouncementsFlag> |
AnnouncementsFlagUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the announcements flags. |
List<AnnouncementsFlag> |
AnnouncementsFlagPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the announcements flags. |
List<AnnouncementsFlag> |
AnnouncementsFlagPersistenceImpl.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the announcements flags. |
static List<AnnouncementsFlag> |
AnnouncementsFlagUtil.findByEntryId(long entryId)
Returns all the announcements flags where entryId = ?. |
List<AnnouncementsFlag> |
AnnouncementsFlagPersistence.findByEntryId(long entryId)
Returns all the announcements flags where entryId = ?. |
List<AnnouncementsFlag> |
AnnouncementsFlagPersistenceImpl.findByEntryId(long entryId)
Returns all the announcements flags where entryId = ?. |
static List<AnnouncementsFlag> |
AnnouncementsFlagUtil.findByEntryId(long entryId,
int start,
int end)
Returns a range of all the announcements flags where entryId = ?. |
List<AnnouncementsFlag> |
AnnouncementsFlagPersistence.findByEntryId(long entryId,
int start,
int end)
Returns a range of all the announcements flags where entryId = ?. |
List<AnnouncementsFlag> |
AnnouncementsFlagPersistenceImpl.findByEntryId(long entryId,
int start,
int end)
Returns a range of all the announcements flags where entryId = ?. |
static List<AnnouncementsFlag> |
AnnouncementsFlagUtil.findByEntryId(long entryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the announcements flags where entryId = ?. |
List<AnnouncementsFlag> |
AnnouncementsFlagPersistence.findByEntryId(long entryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the announcements flags where entryId = ?. |
List<AnnouncementsFlag> |
AnnouncementsFlagPersistenceImpl.findByEntryId(long entryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the announcements flags where entryId = ?. |
static List<AnnouncementsFlag> |
AnnouncementsFlagUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<AnnouncementsFlag> |
AnnouncementsFlagUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<AnnouncementsFlag> |
AnnouncementsFlagUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
Methods in com.liferay.portlet.announcements.service.persistence with parameters of type AnnouncementsFlag | |
---|---|
static void |
AnnouncementsFlagUtil.cacheResult(AnnouncementsFlag announcementsFlag)
Caches the announcements flag in the entity cache if it is enabled. |
void |
AnnouncementsFlagPersistence.cacheResult(AnnouncementsFlag announcementsFlag)
Caches the announcements flag in the entity cache if it is enabled. |
void |
AnnouncementsFlagPersistenceImpl.cacheResult(AnnouncementsFlag announcementsFlag)
Caches the announcements flag in the entity cache if it is enabled. |
protected void |
AnnouncementsFlagPersistenceImpl.cacheUniqueFindersCache(AnnouncementsFlag announcementsFlag)
|
static void |
AnnouncementsFlagUtil.clearCache(AnnouncementsFlag announcementsFlag)
|
void |
AnnouncementsFlagPersistenceImpl.clearCache(AnnouncementsFlag announcementsFlag)
Clears the cache for the announcements flag. |
protected void |
AnnouncementsFlagPersistenceImpl.clearUniqueFindersCache(AnnouncementsFlag announcementsFlag)
|
protected AnnouncementsFlag |
AnnouncementsFlagPersistenceImpl.getByEntryId_PrevAndNext(Session session,
AnnouncementsFlag announcementsFlag,
long entryId,
OrderByComparator orderByComparator,
boolean previous)
|
protected AnnouncementsFlag |
AnnouncementsFlagPersistenceImpl.removeImpl(AnnouncementsFlag announcementsFlag)
|
protected AnnouncementsFlag |
AnnouncementsFlagPersistenceImpl.toUnwrappedModel(AnnouncementsFlag announcementsFlag)
|
static AnnouncementsFlag |
AnnouncementsFlagUtil.update(AnnouncementsFlag announcementsFlag,
boolean merge)
|
static AnnouncementsFlag |
AnnouncementsFlagUtil.update(AnnouncementsFlag announcementsFlag,
boolean merge,
ServiceContext serviceContext)
|
static AnnouncementsFlag |
AnnouncementsFlagUtil.updateImpl(AnnouncementsFlag announcementsFlag,
boolean merge)
|
AnnouncementsFlag |
AnnouncementsFlagPersistence.updateImpl(AnnouncementsFlag announcementsFlag,
boolean merge)
|
AnnouncementsFlag |
AnnouncementsFlagPersistenceImpl.updateImpl(AnnouncementsFlag announcementsFlag,
boolean merge)
|
Method parameters in com.liferay.portlet.announcements.service.persistence with type arguments of type AnnouncementsFlag | |
---|---|
static void |
AnnouncementsFlagUtil.cacheResult(List<AnnouncementsFlag> announcementsFlags)
Caches the announcements flags in the entity cache if it is enabled. |
void |
AnnouncementsFlagPersistence.cacheResult(List<AnnouncementsFlag> announcementsFlags)
Caches the announcements flags in the entity cache if it is enabled. |
void |
AnnouncementsFlagPersistenceImpl.cacheResult(List<AnnouncementsFlag> announcementsFlags)
Caches the announcements flags in the entity cache if it is enabled. |
void |
AnnouncementsFlagPersistenceImpl.clearCache(List<AnnouncementsFlag> announcementsFlags)
|
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |