Package | Description |
---|---|
com.liferay.announcements.kernel.model | |
com.liferay.announcements.kernel.service | |
com.liferay.announcements.kernel.service.persistence | |
com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnouncementsDeliveryWrapper
This class is a wrapper for
AnnouncementsDelivery . |
Modifier and Type | Field and Description |
---|---|
static Accessor<AnnouncementsDelivery,Long> |
AnnouncementsDelivery.DELIVERY_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
AnnouncementsDelivery |
AnnouncementsDeliveryWrapper.getWrappedModel() |
AnnouncementsDelivery |
AnnouncementsDeliveryModel.toEscapedModel() |
AnnouncementsDelivery |
AnnouncementsDeliveryWrapper.toEscapedModel() |
AnnouncementsDelivery |
AnnouncementsDeliveryModel.toUnescapedModel() |
AnnouncementsDelivery |
AnnouncementsDeliveryWrapper.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
CacheModel<AnnouncementsDelivery> |
AnnouncementsDeliveryModel.toCacheModel() |
CacheModel<AnnouncementsDelivery> |
AnnouncementsDeliveryWrapper.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
int |
AnnouncementsDeliveryModel.compareTo(AnnouncementsDelivery announcementsDelivery) |
int |
AnnouncementsDeliveryWrapper.compareTo(AnnouncementsDelivery announcementsDelivery) |
static AnnouncementsDeliverySoap |
AnnouncementsDeliverySoap.toSoapModel(AnnouncementsDelivery model) |
static AnnouncementsDeliverySoap[] |
AnnouncementsDeliverySoap.toSoapModels(AnnouncementsDelivery[] models) |
static AnnouncementsDeliverySoap[][] |
AnnouncementsDeliverySoap.toSoapModels(AnnouncementsDelivery[][] models) |
Modifier and Type | Method and Description |
---|---|
static AnnouncementsDeliverySoap[] |
AnnouncementsDeliverySoap.toSoapModels(List<AnnouncementsDelivery> models) |
Constructor and Description |
---|
AnnouncementsDeliveryWrapper(AnnouncementsDelivery announcementsDelivery) |
Modifier and Type | Method and Description |
---|---|
AnnouncementsDelivery |
AnnouncementsDeliveryLocalService.addAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
Adds the announcements delivery to the database.
|
static AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceUtil.addAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
Adds the announcements delivery to the database.
|
AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceWrapper.addAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
Adds the announcements delivery to the database.
|
AnnouncementsDelivery |
AnnouncementsDeliveryLocalService.addUserDelivery(long userId,
String type) |
static AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceUtil.addUserDelivery(long userId,
String type) |
AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceWrapper.addUserDelivery(long userId,
String type) |
AnnouncementsDelivery |
AnnouncementsDeliveryLocalService.createAnnouncementsDelivery(long deliveryId)
Creates a new announcements delivery with the primary key.
|
static AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceUtil.createAnnouncementsDelivery(long deliveryId)
Creates a new announcements delivery with the primary key.
|
AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceWrapper.createAnnouncementsDelivery(long deliveryId)
Creates a new announcements delivery with the primary key.
|
AnnouncementsDelivery |
AnnouncementsDeliveryLocalService.deleteAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
Deletes the announcements delivery from the database.
|
static AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceUtil.deleteAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
Deletes the announcements delivery from the database.
|
AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceWrapper.deleteAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
Deletes the announcements delivery from the database.
|
AnnouncementsDelivery |
AnnouncementsDeliveryLocalService.deleteAnnouncementsDelivery(long deliveryId)
Deletes the announcements delivery with the primary key from the database.
|
static AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceUtil.deleteAnnouncementsDelivery(long deliveryId)
Deletes the announcements delivery with the primary key from the database.
|
AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceWrapper.deleteAnnouncementsDelivery(long deliveryId)
Deletes the announcements delivery with the primary key from the database.
|
AnnouncementsDelivery |
AnnouncementsDeliveryLocalService.fetchAnnouncementsDelivery(long deliveryId) |
static AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceUtil.fetchAnnouncementsDelivery(long deliveryId) |
AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceWrapper.fetchAnnouncementsDelivery(long deliveryId) |
AnnouncementsDelivery |
AnnouncementsDeliveryLocalService.getAnnouncementsDelivery(long deliveryId)
Returns the announcements delivery with the primary key.
|
static AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceUtil.getAnnouncementsDelivery(long deliveryId)
Returns the announcements delivery with the primary key.
|
AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceWrapper.getAnnouncementsDelivery(long deliveryId)
Returns the announcements delivery with the primary key.
|
AnnouncementsDelivery |
AnnouncementsDeliveryLocalService.getDelivery(long deliveryId) |
static AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceUtil.getDelivery(long deliveryId) |
AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceWrapper.getDelivery(long deliveryId) |
AnnouncementsDelivery |
AnnouncementsDeliveryLocalService.getUserDelivery(long userId,
String type) |
static AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceUtil.getUserDelivery(long userId,
String type) |
AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceWrapper.getUserDelivery(long userId,
String type) |
AnnouncementsDelivery |
AnnouncementsDeliveryLocalService.updateAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
Updates the announcements delivery in the database or adds it if it does not yet exist.
|
static AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceUtil.updateAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
Updates the announcements delivery in the database or adds it if it does not yet exist.
|
AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceWrapper.updateAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
Updates the announcements delivery in the database or adds it if it does not yet exist.
|
AnnouncementsDelivery |
AnnouncementsDeliveryServiceWrapper.updateDelivery(long userId,
String type,
boolean email,
boolean sms) |
static AnnouncementsDelivery |
AnnouncementsDeliveryServiceUtil.updateDelivery(long userId,
String type,
boolean email,
boolean sms) |
AnnouncementsDelivery |
AnnouncementsDeliveryLocalService.updateDelivery(long userId,
String type,
boolean email,
boolean sms) |
AnnouncementsDelivery |
AnnouncementsDeliveryService.updateDelivery(long userId,
String type,
boolean email,
boolean sms) |
static AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceUtil.updateDelivery(long userId,
String type,
boolean email,
boolean sms) |
AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceWrapper.updateDelivery(long userId,
String type,
boolean email,
boolean sms) |
AnnouncementsDelivery |
AnnouncementsDeliveryServiceWrapper.updateDelivery(long userId,
String type,
boolean email,
boolean sms,
boolean website)
Deprecated.
As of Judson (7.1.x), replaced by
AnnouncementsDeliveryServiceWrapper.updateDelivery(long, String, boolean, boolean) |
static AnnouncementsDelivery |
AnnouncementsDeliveryServiceUtil.updateDelivery(long userId,
String type,
boolean email,
boolean sms,
boolean website)
Deprecated.
As of Judson (7.1.x), replaced by
AnnouncementsDeliveryServiceUtil.updateDelivery(long, String, boolean, boolean) |
AnnouncementsDelivery |
AnnouncementsDeliveryLocalService.updateDelivery(long userId,
String type,
boolean email,
boolean sms,
boolean website)
Deprecated.
As of Judson (7.1.x), replaced by
AnnouncementsDeliveryLocalService.updateDelivery(long, String, boolean, boolean) |
AnnouncementsDelivery |
AnnouncementsDeliveryService.updateDelivery(long userId,
String type,
boolean email,
boolean sms,
boolean website)
Deprecated.
As of Judson (7.1.x), replaced by
AnnouncementsDeliveryService.updateDelivery(long, String, boolean, boolean) |
static AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceUtil.updateDelivery(long userId,
String type,
boolean email,
boolean sms,
boolean website)
Deprecated.
As of Judson (7.1.x), replaced by
AnnouncementsDeliveryLocalServiceUtil.updateDelivery(long, String, boolean, boolean) |
AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceWrapper.updateDelivery(long userId,
String type,
boolean email,
boolean sms,
boolean website)
Deprecated.
As of Judson (7.1.x), replaced by
AnnouncementsDeliveryLocalServiceWrapper.updateDelivery(long, String, boolean, boolean) |
Modifier and Type | Method and Description |
---|---|
List<AnnouncementsDelivery> |
AnnouncementsDeliveryLocalService.getAnnouncementsDeliveries(int start,
int end)
Returns a range of all the announcements deliveries.
|
static List<AnnouncementsDelivery> |
AnnouncementsDeliveryLocalServiceUtil.getAnnouncementsDeliveries(int start,
int end)
Returns a range of all the announcements deliveries.
|
List<AnnouncementsDelivery> |
AnnouncementsDeliveryLocalServiceWrapper.getAnnouncementsDeliveries(int start,
int end)
Returns a range of all the announcements deliveries.
|
List<AnnouncementsDelivery> |
AnnouncementsDeliveryLocalService.getUserDeliveries(long userId) |
static List<AnnouncementsDelivery> |
AnnouncementsDeliveryLocalServiceUtil.getUserDeliveries(long userId) |
List<AnnouncementsDelivery> |
AnnouncementsDeliveryLocalServiceWrapper.getUserDeliveries(long userId) |
Modifier and Type | Method and Description |
---|---|
AnnouncementsDelivery |
AnnouncementsDeliveryLocalService.addAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
Adds the announcements delivery to the database.
|
static AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceUtil.addAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
Adds the announcements delivery to the database.
|
AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceWrapper.addAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
Adds the announcements delivery to the database.
|
AnnouncementsDelivery |
AnnouncementsDeliveryLocalService.deleteAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
Deletes the announcements delivery from the database.
|
static AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceUtil.deleteAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
Deletes the announcements delivery from the database.
|
AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceWrapper.deleteAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
Deletes the announcements delivery from the database.
|
void |
AnnouncementsDeliveryLocalService.deleteDelivery(AnnouncementsDelivery delivery) |
static void |
AnnouncementsDeliveryLocalServiceUtil.deleteDelivery(AnnouncementsDelivery delivery) |
void |
AnnouncementsDeliveryLocalServiceWrapper.deleteDelivery(AnnouncementsDelivery delivery) |
AnnouncementsDelivery |
AnnouncementsDeliveryLocalService.updateAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
Updates the announcements delivery in the database or adds it if it does not yet exist.
|
static AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceUtil.updateAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
Updates the announcements delivery in the database or adds it if it does not yet exist.
|
AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceWrapper.updateAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
Updates the announcements delivery in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.create(long deliveryId)
Creates a new announcements delivery with the primary key.
|
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.create(long deliveryId)
Creates a new announcements delivery with the primary key.
|
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.fetchByPrimaryKey(long deliveryId)
Returns the announcements delivery with the primary key or returns
null if it could not be found. |
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.fetchByPrimaryKey(long deliveryId)
Returns the announcements delivery with the primary key or returns
null if it could not be found. |
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.fetchByU_T(long userId,
String type)
Returns the announcements delivery where userId = ? and type = ? or returns
null if it could not be found. |
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.fetchByU_T(long userId,
String type)
Returns the announcements delivery where userId = ? and type = ? or returns
null if it could not be found. |
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.fetchByU_T(long userId,
String type,
boolean retrieveFromCache)
Returns the announcements delivery where userId = ? and type = ? or returns
null if it could not be found, optionally using the finder cache. |
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.fetchByU_T(long userId,
String type,
boolean retrieveFromCache)
Returns the announcements delivery where userId = ? and type = ? or returns
null if it could not be found, optionally using the finder cache. |
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.fetchByUserId_First(long userId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the first announcements delivery in the ordered set where userId = ?.
|
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.fetchByUserId_First(long userId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the first announcements delivery in the ordered set where userId = ?.
|
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.fetchByUserId_Last(long userId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the last announcements delivery in the ordered set where userId = ?.
|
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.fetchByUserId_Last(long userId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the last announcements delivery in the ordered set where userId = ?.
|
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.findByPrimaryKey(long deliveryId)
Returns the announcements delivery with the primary key or throws a
NoSuchDeliveryException if it could not be found. |
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.findByPrimaryKey(long deliveryId)
Returns the announcements delivery with the primary key or throws a
NoSuchDeliveryException if it could not be found. |
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.findByU_T(long userId,
String type)
Returns the announcements delivery where userId = ? and type = ? or throws a
NoSuchDeliveryException if it could not be found. |
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.findByU_T(long userId,
String type)
Returns the announcements delivery where userId = ? and type = ? or throws a
NoSuchDeliveryException if it could not be found. |
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.findByUserId_First(long userId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the first announcements delivery in the ordered set where userId = ?.
|
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.findByUserId_First(long userId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the first announcements delivery in the ordered set where userId = ?.
|
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.findByUserId_Last(long userId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the last announcements delivery in the ordered set where userId = ?.
|
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.findByUserId_Last(long userId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the last announcements delivery in the ordered set where userId = ?.
|
AnnouncementsDelivery[] |
AnnouncementsDeliveryPersistence.findByUserId_PrevAndNext(long deliveryId,
long userId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the announcements deliveries before and after the current announcements delivery in the ordered set where userId = ?.
|
static AnnouncementsDelivery[] |
AnnouncementsDeliveryUtil.findByUserId_PrevAndNext(long deliveryId,
long userId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the announcements deliveries before and after the current announcements delivery in the ordered set where userId = ?.
|
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.remove(long deliveryId)
Removes the announcements delivery with the primary key from the database.
|
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.remove(long deliveryId)
Removes the announcements delivery with the primary key from the database.
|
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.removeByU_T(long userId,
String type)
Removes the announcements delivery where userId = ? and type = ? from the database.
|
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.removeByU_T(long userId,
String type)
Removes the announcements delivery where userId = ? and type = ? from the database.
|
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.update(AnnouncementsDelivery announcementsDelivery) |
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.update(AnnouncementsDelivery announcementsDelivery,
ServiceContext serviceContext) |
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.updateImpl(AnnouncementsDelivery announcementsDelivery) |
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.updateImpl(AnnouncementsDelivery announcementsDelivery) |
Modifier and Type | Method and Description |
---|---|
Map<Serializable,AnnouncementsDelivery> |
AnnouncementsDeliveryPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static Map<Serializable,AnnouncementsDelivery> |
AnnouncementsDeliveryUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
List<AnnouncementsDelivery> |
AnnouncementsDeliveryPersistence.findAll()
Returns all the announcements deliveries.
|
static List<AnnouncementsDelivery> |
AnnouncementsDeliveryUtil.findAll()
Returns all the announcements deliveries.
|
List<AnnouncementsDelivery> |
AnnouncementsDeliveryPersistence.findAll(int start,
int end)
Returns a range of all the announcements deliveries.
|
static List<AnnouncementsDelivery> |
AnnouncementsDeliveryUtil.findAll(int start,
int end)
Returns a range of all the announcements deliveries.
|
List<AnnouncementsDelivery> |
AnnouncementsDeliveryPersistence.findAll(int start,
int end,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns an ordered range of all the announcements deliveries.
|
static List<AnnouncementsDelivery> |
AnnouncementsDeliveryUtil.findAll(int start,
int end,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns an ordered range of all the announcements deliveries.
|
List<AnnouncementsDelivery> |
AnnouncementsDeliveryPersistence.findAll(int start,
int end,
OrderByComparator<AnnouncementsDelivery> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the announcements deliveries.
|
static List<AnnouncementsDelivery> |
AnnouncementsDeliveryUtil.findAll(int start,
int end,
OrderByComparator<AnnouncementsDelivery> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the announcements deliveries.
|
List<AnnouncementsDelivery> |
AnnouncementsDeliveryPersistence.findByUserId(long userId)
Returns all the announcements deliveries where userId = ?.
|
static List<AnnouncementsDelivery> |
AnnouncementsDeliveryUtil.findByUserId(long userId)
Returns all the announcements deliveries where userId = ?.
|
List<AnnouncementsDelivery> |
AnnouncementsDeliveryPersistence.findByUserId(long userId,
int start,
int end)
Returns a range of all the announcements deliveries where userId = ?.
|
static List<AnnouncementsDelivery> |
AnnouncementsDeliveryUtil.findByUserId(long userId,
int start,
int end)
Returns a range of all the announcements deliveries where userId = ?.
|
List<AnnouncementsDelivery> |
AnnouncementsDeliveryPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns an ordered range of all the announcements deliveries where userId = ?.
|
static List<AnnouncementsDelivery> |
AnnouncementsDeliveryUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns an ordered range of all the announcements deliveries where userId = ?.
|
List<AnnouncementsDelivery> |
AnnouncementsDeliveryPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<AnnouncementsDelivery> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the announcements deliveries where userId = ?.
|
static List<AnnouncementsDelivery> |
AnnouncementsDeliveryUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<AnnouncementsDelivery> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the announcements deliveries where userId = ?.
|
static List<AnnouncementsDelivery> |
AnnouncementsDeliveryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) |
static List<AnnouncementsDelivery> |
AnnouncementsDeliveryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static List<AnnouncementsDelivery> |
AnnouncementsDeliveryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<AnnouncementsDelivery> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
void |
AnnouncementsDeliveryPersistence.cacheResult(AnnouncementsDelivery announcementsDelivery)
Caches the announcements delivery in the entity cache if it is enabled.
|
static void |
AnnouncementsDeliveryUtil.cacheResult(AnnouncementsDelivery announcementsDelivery)
Caches the announcements delivery in the entity cache if it is enabled.
|
static void |
AnnouncementsDeliveryUtil.clearCache(AnnouncementsDelivery announcementsDelivery) |
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.update(AnnouncementsDelivery announcementsDelivery) |
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.update(AnnouncementsDelivery announcementsDelivery,
ServiceContext serviceContext) |
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.updateImpl(AnnouncementsDelivery announcementsDelivery) |
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.updateImpl(AnnouncementsDelivery announcementsDelivery) |
Modifier and Type | Method and Description |
---|---|
void |
AnnouncementsDeliveryPersistence.cacheResult(List<AnnouncementsDelivery> announcementsDeliveries)
Caches the announcements deliveries in the entity cache if it is enabled.
|
static void |
AnnouncementsDeliveryUtil.cacheResult(List<AnnouncementsDelivery> announcementsDeliveries)
Caches the announcements deliveries in the entity cache if it is enabled.
|
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.fetchByUserId_First(long userId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the first announcements delivery in the ordered set where userId = ?.
|
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.fetchByUserId_First(long userId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the first announcements delivery in the ordered set where userId = ?.
|
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.fetchByUserId_Last(long userId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the last announcements delivery in the ordered set where userId = ?.
|
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.fetchByUserId_Last(long userId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the last announcements delivery in the ordered set where userId = ?.
|
List<AnnouncementsDelivery> |
AnnouncementsDeliveryPersistence.findAll(int start,
int end,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns an ordered range of all the announcements deliveries.
|
static List<AnnouncementsDelivery> |
AnnouncementsDeliveryUtil.findAll(int start,
int end,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns an ordered range of all the announcements deliveries.
|
List<AnnouncementsDelivery> |
AnnouncementsDeliveryPersistence.findAll(int start,
int end,
OrderByComparator<AnnouncementsDelivery> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the announcements deliveries.
|
static List<AnnouncementsDelivery> |
AnnouncementsDeliveryUtil.findAll(int start,
int end,
OrderByComparator<AnnouncementsDelivery> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the announcements deliveries.
|
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.findByUserId_First(long userId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the first announcements delivery in the ordered set where userId = ?.
|
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.findByUserId_First(long userId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the first announcements delivery in the ordered set where userId = ?.
|
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.findByUserId_Last(long userId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the last announcements delivery in the ordered set where userId = ?.
|
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.findByUserId_Last(long userId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the last announcements delivery in the ordered set where userId = ?.
|
AnnouncementsDelivery[] |
AnnouncementsDeliveryPersistence.findByUserId_PrevAndNext(long deliveryId,
long userId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the announcements deliveries before and after the current announcements delivery in the ordered set where userId = ?.
|
static AnnouncementsDelivery[] |
AnnouncementsDeliveryUtil.findByUserId_PrevAndNext(long deliveryId,
long userId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the announcements deliveries before and after the current announcements delivery in the ordered set where userId = ?.
|
List<AnnouncementsDelivery> |
AnnouncementsDeliveryPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns an ordered range of all the announcements deliveries where userId = ?.
|
static List<AnnouncementsDelivery> |
AnnouncementsDeliveryUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns an ordered range of all the announcements deliveries where userId = ?.
|
List<AnnouncementsDelivery> |
AnnouncementsDeliveryPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<AnnouncementsDelivery> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the announcements deliveries where userId = ?.
|
static List<AnnouncementsDelivery> |
AnnouncementsDeliveryUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<AnnouncementsDelivery> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the announcements deliveries where userId = ?.
|
static List<AnnouncementsDelivery> |
AnnouncementsDeliveryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<AnnouncementsDelivery> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
static User |
UserServiceUtil.addUser(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
List<AnnouncementsDelivery> announcementsDelivers,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user with additional parameters.
|
User |
UserService.addUser(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
List<AnnouncementsDelivery> announcementsDelivers,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user with additional parameters.
|
User |
UserServiceWrapper.addUser(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
List<AnnouncementsDelivery> announcementsDelivers,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user with additional parameters.
|
static User |
UserServiceUtil.addUserWithWorkflow(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
List<AnnouncementsDelivery> announcementsDelivers,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user with workflow and additional parameters.
|
User |
UserService.addUserWithWorkflow(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
List<AnnouncementsDelivery> announcementsDelivers,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user with workflow and additional parameters.
|
User |
UserServiceWrapper.addUserWithWorkflow(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
List<AnnouncementsDelivery> announcementsDelivers,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user with workflow and additional parameters.
|
static User |
UserServiceUtil.updateUser(long userId,
String oldPassword,
String newPassword1,
String newPassword2,
boolean passwordReset,
String reminderQueryQuestion,
String reminderQueryAnswer,
String screenName,
String emailAddress,
long facebookId,
String openId,
boolean portrait,
byte[] portraitBytes,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String facebookSn,
String jabberSn,
String skypeSn,
String twitterSn,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
List<UserGroupRole> userGroupRoles,
long[] userGroupIds,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
List<AnnouncementsDelivery> announcementsDelivers,
ServiceContext serviceContext)
Updates the user with additional parameters.
|
User |
UserService.updateUser(long userId,
String oldPassword,
String newPassword1,
String newPassword2,
boolean passwordReset,
String reminderQueryQuestion,
String reminderQueryAnswer,
String screenName,
String emailAddress,
long facebookId,
String openId,
boolean portrait,
byte[] portraitBytes,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String facebookSn,
String jabberSn,
String skypeSn,
String twitterSn,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
List<UserGroupRole> userGroupRoles,
long[] userGroupIds,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
List<AnnouncementsDelivery> announcementsDelivers,
ServiceContext serviceContext)
Updates the user with additional parameters.
|
User |
UserServiceWrapper.updateUser(long userId,
String oldPassword,
String newPassword1,
String newPassword2,
boolean passwordReset,
String reminderQueryQuestion,
String reminderQueryAnswer,
String screenName,
String emailAddress,
long facebookId,
String openId,
boolean portrait,
byte[] portraitBytes,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String facebookSn,
String jabberSn,
String skypeSn,
String twitterSn,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
List<UserGroupRole> userGroupRoles,
long[] userGroupIds,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
List<AnnouncementsDelivery> announcementsDelivers,
ServiceContext serviceContext)
Updates the user with additional parameters.
|
static User |
UserServiceUtil.updateUser(long userId,
String oldPassword,
String newPassword1,
String newPassword2,
boolean passwordReset,
String reminderQueryQuestion,
String reminderQueryAnswer,
String screenName,
String emailAddress,
long facebookId,
String openId,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String facebookSn,
String jabberSn,
String skypeSn,
String twitterSn,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
List<UserGroupRole> userGroupRoles,
long[] userGroupIds,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
List<AnnouncementsDelivery> announcementsDelivers,
ServiceContext serviceContext)
Deprecated.
|
User |
UserService.updateUser(long userId,
String oldPassword,
String newPassword1,
String newPassword2,
boolean passwordReset,
String reminderQueryQuestion,
String reminderQueryAnswer,
String screenName,
String emailAddress,
long facebookId,
String openId,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String facebookSn,
String jabberSn,
String skypeSn,
String twitterSn,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
List<UserGroupRole> userGroupRoles,
long[] userGroupIds,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
List<AnnouncementsDelivery> announcementsDelivers,
ServiceContext serviceContext)
Deprecated.
As of Wilberforce (7.0.x), replaced by
UserService.updateUser(long, String, String, String, boolean, String,
String, String, String, long, String, boolean, byte[],
String, String, String, String, String, String, String, long,
long, boolean, int, int, int, String, String, String, String,
String, String, long[], long[], long[], List, long[], List,
List, List, List, List, ServiceContext) |
User |
UserServiceWrapper.updateUser(long userId,
String oldPassword,
String newPassword1,
String newPassword2,
boolean passwordReset,
String reminderQueryQuestion,
String reminderQueryAnswer,
String screenName,
String emailAddress,
long facebookId,
String openId,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String facebookSn,
String jabberSn,
String skypeSn,
String twitterSn,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
List<UserGroupRole> userGroupRoles,
long[] userGroupIds,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
List<AnnouncementsDelivery> announcementsDelivers,
ServiceContext serviceContext)
Deprecated.
|