|
Liferay 6.2-ce-ga5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DDMContent | |
---|---|
com.liferay.portlet.dynamicdatamapping.model | |
com.liferay.portlet.dynamicdatamapping.service | |
com.liferay.portlet.dynamicdatamapping.service.persistence |
Uses of DDMContent in com.liferay.portlet.dynamicdatamapping.model |
---|
Classes in com.liferay.portlet.dynamicdatamapping.model that implement DDMContent | |
---|---|
class |
DDMContentWrapper
This class is a wrapper for DDMContent . |
Methods in com.liferay.portlet.dynamicdatamapping.model that return DDMContent | |
---|---|
DDMContent |
DDMContentWrapper.getWrappedDDMContent()
Deprecated. As of 6.1.0, replaced by DDMContentWrapper.getWrappedModel() |
DDMContent |
DDMContentWrapper.getWrappedModel()
|
DDMContent |
DDMContentModel.toEscapedModel()
|
DDMContent |
DDMContentWrapper.toEscapedModel()
|
DDMContent |
DDMContentModel.toUnescapedModel()
|
DDMContent |
DDMContentWrapper.toUnescapedModel()
|
Methods in com.liferay.portlet.dynamicdatamapping.model that return types with arguments of type DDMContent | |
---|---|
CacheModel<DDMContent> |
DDMContentModel.toCacheModel()
|
CacheModel<DDMContent> |
DDMContentWrapper.toCacheModel()
|
Methods in com.liferay.portlet.dynamicdatamapping.model with parameters of type DDMContent | |
---|---|
int |
DDMContentModel.compareTo(DDMContent ddmContent)
|
int |
DDMContentWrapper.compareTo(DDMContent ddmContent)
|
static DDMContentSoap |
DDMContentSoap.toSoapModel(DDMContent model)
|
static DDMContentSoap[] |
DDMContentSoap.toSoapModels(DDMContent[] models)
|
static DDMContentSoap[][] |
DDMContentSoap.toSoapModels(DDMContent[][] models)
|
Method parameters in com.liferay.portlet.dynamicdatamapping.model with type arguments of type DDMContent | |
---|---|
static DDMContentSoap[] |
DDMContentSoap.toSoapModels(List<DDMContent> models)
|
Constructors in com.liferay.portlet.dynamicdatamapping.model with parameters of type DDMContent | |
---|---|
DDMContentWrapper(DDMContent ddmContent)
|
Uses of DDMContent in com.liferay.portlet.dynamicdatamapping.service |
---|
Methods in com.liferay.portlet.dynamicdatamapping.service that return DDMContent | |
---|---|
static DDMContent |
DDMContentLocalServiceUtil.addContent(long userId,
long groupId,
String name,
String description,
String xml,
ServiceContext serviceContext)
|
DDMContent |
DDMContentLocalServiceWrapper.addContent(long userId,
long groupId,
String name,
String description,
String xml,
ServiceContext serviceContext)
|
DDMContent |
DDMContentLocalService.addContent(long userId,
long groupId,
String name,
String description,
String xml,
ServiceContext serviceContext)
|
static DDMContent |
DDMContentLocalServiceUtil.addDDMContent(DDMContent ddmContent)
Adds the d d m content to the database. |
DDMContent |
DDMContentLocalServiceWrapper.addDDMContent(DDMContent ddmContent)
Adds the d d m content to the database. |
DDMContent |
DDMContentLocalService.addDDMContent(DDMContent ddmContent)
Adds the d d m content to the database. |
static DDMContent |
DDMContentLocalServiceUtil.createDDMContent(long contentId)
Creates a new d d m content with the primary key. |
DDMContent |
DDMContentLocalServiceWrapper.createDDMContent(long contentId)
Creates a new d d m content with the primary key. |
DDMContent |
DDMContentLocalService.createDDMContent(long contentId)
Creates a new d d m content with the primary key. |
static DDMContent |
DDMContentLocalServiceUtil.deleteDDMContent(DDMContent ddmContent)
Deletes the d d m content from the database. |
DDMContent |
DDMContentLocalServiceWrapper.deleteDDMContent(DDMContent ddmContent)
Deletes the d d m content from the database. |
DDMContent |
DDMContentLocalService.deleteDDMContent(DDMContent ddmContent)
Deletes the d d m content from the database. |
static DDMContent |
DDMContentLocalServiceUtil.deleteDDMContent(long contentId)
Deletes the d d m content with the primary key from the database. |
DDMContent |
DDMContentLocalServiceWrapper.deleteDDMContent(long contentId)
Deletes the d d m content with the primary key from the database. |
DDMContent |
DDMContentLocalService.deleteDDMContent(long contentId)
Deletes the d d m content with the primary key from the database. |
static DDMContent |
DDMContentLocalServiceUtil.fetchDDMContent(long contentId)
|
DDMContent |
DDMContentLocalServiceWrapper.fetchDDMContent(long contentId)
|
DDMContent |
DDMContentLocalService.fetchDDMContent(long contentId)
|
static DDMContent |
DDMContentLocalServiceUtil.fetchDDMContentByUuidAndCompanyId(String uuid,
long companyId)
Returns the d d m content with the matching UUID and company. |
DDMContent |
DDMContentLocalServiceWrapper.fetchDDMContentByUuidAndCompanyId(String uuid,
long companyId)
Returns the d d m content with the matching UUID and company. |
DDMContent |
DDMContentLocalService.fetchDDMContentByUuidAndCompanyId(String uuid,
long companyId)
Returns the d d m content with the matching UUID and company. |
static DDMContent |
DDMContentLocalServiceUtil.fetchDDMContentByUuidAndGroupId(String uuid,
long groupId)
Returns the d d m content matching the UUID and group. |
DDMContent |
DDMContentLocalServiceWrapper.fetchDDMContentByUuidAndGroupId(String uuid,
long groupId)
Returns the d d m content matching the UUID and group. |
DDMContent |
DDMContentLocalService.fetchDDMContentByUuidAndGroupId(String uuid,
long groupId)
Returns the d d m content matching the UUID and group. |
static DDMContent |
DDMContentLocalServiceUtil.getContent(long contentId)
|
DDMContent |
DDMContentLocalServiceWrapper.getContent(long contentId)
|
DDMContent |
DDMContentLocalService.getContent(long contentId)
|
static DDMContent |
DDMContentLocalServiceUtil.getDDMContent(long contentId)
Returns the d d m content with the primary key. |
DDMContent |
DDMContentLocalServiceWrapper.getDDMContent(long contentId)
Returns the d d m content with the primary key. |
DDMContent |
DDMContentLocalService.getDDMContent(long contentId)
Returns the d d m content with the primary key. |
static DDMContent |
DDMContentLocalServiceUtil.getDDMContentByUuidAndCompanyId(String uuid,
long companyId)
Returns the d d m content with the matching UUID and company. |
DDMContent |
DDMContentLocalServiceWrapper.getDDMContentByUuidAndCompanyId(String uuid,
long companyId)
Returns the d d m content with the matching UUID and company. |
DDMContent |
DDMContentLocalService.getDDMContentByUuidAndCompanyId(String uuid,
long companyId)
Returns the d d m content with the matching UUID and company. |
static DDMContent |
DDMContentLocalServiceUtil.getDDMContentByUuidAndGroupId(String uuid,
long groupId)
Returns the d d m content matching the UUID and group. |
DDMContent |
DDMContentLocalServiceWrapper.getDDMContentByUuidAndGroupId(String uuid,
long groupId)
Returns the d d m content matching the UUID and group. |
DDMContent |
DDMContentLocalService.getDDMContentByUuidAndGroupId(String uuid,
long groupId)
Returns the d d m content matching the UUID and group. |
static DDMContent |
DDMContentLocalServiceUtil.updateContent(long contentId,
String name,
String description,
String xml,
ServiceContext serviceContext)
|
DDMContent |
DDMContentLocalServiceWrapper.updateContent(long contentId,
String name,
String description,
String xml,
ServiceContext serviceContext)
|
DDMContent |
DDMContentLocalService.updateContent(long contentId,
String name,
String description,
String xml,
ServiceContext serviceContext)
|
static DDMContent |
DDMContentLocalServiceUtil.updateDDMContent(DDMContent ddmContent)
Updates the d d m content in the database or adds it if it does not yet exist. |
DDMContent |
DDMContentLocalServiceWrapper.updateDDMContent(DDMContent ddmContent)
Updates the d d m content in the database or adds it if it does not yet exist. |
DDMContent |
DDMContentLocalService.updateDDMContent(DDMContent ddmContent)
Updates the d d m content in the database or adds it if it does not yet exist. |
Methods in com.liferay.portlet.dynamicdatamapping.service that return types with arguments of type DDMContent | |
---|---|
static List<DDMContent> |
DDMContentLocalServiceUtil.getContents()
|
List<DDMContent> |
DDMContentLocalServiceWrapper.getContents()
|
List<DDMContent> |
DDMContentLocalService.getContents()
|
static List<DDMContent> |
DDMContentLocalServiceUtil.getContents(long groupId)
|
List<DDMContent> |
DDMContentLocalServiceWrapper.getContents(long groupId)
|
List<DDMContent> |
DDMContentLocalService.getContents(long groupId)
|
static List<DDMContent> |
DDMContentLocalServiceUtil.getContents(long groupId,
int start,
int end)
|
List<DDMContent> |
DDMContentLocalServiceWrapper.getContents(long groupId,
int start,
int end)
|
List<DDMContent> |
DDMContentLocalService.getContents(long groupId,
int start,
int end)
|
static List<DDMContent> |
DDMContentLocalServiceUtil.getDDMContents(int start,
int end)
Returns a range of all the d d m contents. |
List<DDMContent> |
DDMContentLocalServiceWrapper.getDDMContents(int start,
int end)
Returns a range of all the d d m contents. |
List<DDMContent> |
DDMContentLocalService.getDDMContents(int start,
int end)
Returns a range of all the d d m contents. |
Methods in com.liferay.portlet.dynamicdatamapping.service with parameters of type DDMContent | |
---|---|
static DDMContent |
DDMContentLocalServiceUtil.addDDMContent(DDMContent ddmContent)
Adds the d d m content to the database. |
DDMContent |
DDMContentLocalServiceWrapper.addDDMContent(DDMContent ddmContent)
Adds the d d m content to the database. |
DDMContent |
DDMContentLocalService.addDDMContent(DDMContent ddmContent)
Adds the d d m content to the database. |
static void |
DDMContentLocalServiceUtil.deleteContent(DDMContent content)
|
void |
DDMContentLocalServiceWrapper.deleteContent(DDMContent content)
|
void |
DDMContentLocalService.deleteContent(DDMContent content)
|
static DDMContent |
DDMContentLocalServiceUtil.deleteDDMContent(DDMContent ddmContent)
Deletes the d d m content from the database. |
DDMContent |
DDMContentLocalServiceWrapper.deleteDDMContent(DDMContent ddmContent)
Deletes the d d m content from the database. |
DDMContent |
DDMContentLocalService.deleteDDMContent(DDMContent ddmContent)
Deletes the d d m content from the database. |
static DDMContent |
DDMContentLocalServiceUtil.updateDDMContent(DDMContent ddmContent)
Updates the d d m content in the database or adds it if it does not yet exist. |
DDMContent |
DDMContentLocalServiceWrapper.updateDDMContent(DDMContent ddmContent)
Updates the d d m content in the database or adds it if it does not yet exist. |
DDMContent |
DDMContentLocalService.updateDDMContent(DDMContent ddmContent)
Updates the d d m content in the database or adds it if it does not yet exist. |
Uses of DDMContent in com.liferay.portlet.dynamicdatamapping.service.persistence |
---|
Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that return DDMContent | |
---|---|
DDMContent |
DDMContentPersistence.create(long contentId)
Creates a new d d m content with the primary key. |
static DDMContent |
DDMContentUtil.create(long contentId)
Creates a new d d m content with the primary key. |
DDMContent |
DDMContentPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first d d m content in the ordered set where companyId = ?. |
static DDMContent |
DDMContentUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first d d m content in the ordered set where companyId = ?. |
DDMContent |
DDMContentPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last d d m content in the ordered set where companyId = ?. |
static DDMContent |
DDMContentUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last d d m content in the ordered set where companyId = ?. |
DDMContent |
DDMContentPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first d d m content in the ordered set where groupId = ?. |
static DDMContent |
DDMContentUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first d d m content in the ordered set where groupId = ?. |
DDMContent |
DDMContentPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last d d m content in the ordered set where groupId = ?. |
static DDMContent |
DDMContentUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last d d m content in the ordered set where groupId = ?. |
DDMContent |
DDMContentPersistence.fetchByPrimaryKey(long contentId)
Returns the d d m content with the primary key or returns null if it could not be found. |
static DDMContent |
DDMContentUtil.fetchByPrimaryKey(long contentId)
Returns the d d m content with the primary key or returns null if it could not be found. |
DDMContent |
DDMContentPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first d d m content in the ordered set where uuid = ? and companyId = ?. |
static DDMContent |
DDMContentUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first d d m content in the ordered set where uuid = ? and companyId = ?. |
DDMContent |
DDMContentPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last d d m content in the ordered set where uuid = ? and companyId = ?. |
static DDMContent |
DDMContentUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last d d m content in the ordered set where uuid = ? and companyId = ?. |
DDMContent |
DDMContentPersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d m content in the ordered set where uuid = ?. |
static DDMContent |
DDMContentUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d m content in the ordered set where uuid = ?. |
DDMContent |
DDMContentPersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the d d m content where uuid = ? and groupId = ? or returns null if it could not be found. |
static DDMContent |
DDMContentUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the d d m content where uuid = ? and groupId = ? or returns null if it could not be found. |
DDMContent |
DDMContentPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the d d m content where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static DDMContent |
DDMContentUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the d d m content where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
DDMContent |
DDMContentPersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m content in the ordered set where uuid = ?. |
static DDMContent |
DDMContentUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m content in the ordered set where uuid = ?. |
DDMContent |
DDMContentPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first d d m content in the ordered set where companyId = ?. |
static DDMContent |
DDMContentUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first d d m content in the ordered set where companyId = ?. |
DDMContent |
DDMContentPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last d d m content in the ordered set where companyId = ?. |
static DDMContent |
DDMContentUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last d d m content in the ordered set where companyId = ?. |
DDMContent[] |
DDMContentPersistence.findByCompanyId_PrevAndNext(long contentId,
long companyId,
OrderByComparator orderByComparator)
Returns the d d m contents before and after the current d d m content in the ordered set where companyId = ?. |
static DDMContent[] |
DDMContentUtil.findByCompanyId_PrevAndNext(long contentId,
long companyId,
OrderByComparator orderByComparator)
Returns the d d m contents before and after the current d d m content in the ordered set where companyId = ?. |
DDMContent |
DDMContentPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first d d m content in the ordered set where groupId = ?. |
static DDMContent |
DDMContentUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first d d m content in the ordered set where groupId = ?. |
DDMContent |
DDMContentPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last d d m content in the ordered set where groupId = ?. |
static DDMContent |
DDMContentUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last d d m content in the ordered set where groupId = ?. |
DDMContent[] |
DDMContentPersistence.findByGroupId_PrevAndNext(long contentId,
long groupId,
OrderByComparator orderByComparator)
Returns the d d m contents before and after the current d d m content in the ordered set where groupId = ?. |
static DDMContent[] |
DDMContentUtil.findByGroupId_PrevAndNext(long contentId,
long groupId,
OrderByComparator orderByComparator)
Returns the d d m contents before and after the current d d m content in the ordered set where groupId = ?. |
DDMContent |
DDMContentPersistence.findByPrimaryKey(long contentId)
Returns the d d m content with the primary key or throws a NoSuchContentException if it could not be found. |
static DDMContent |
DDMContentUtil.findByPrimaryKey(long contentId)
Returns the d d m content with the primary key or throws a NoSuchContentException if it could not be found. |
DDMContent |
DDMContentPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first d d m content in the ordered set where uuid = ? and companyId = ?. |
static DDMContent |
DDMContentUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first d d m content in the ordered set where uuid = ? and companyId = ?. |
DDMContent |
DDMContentPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last d d m content in the ordered set where uuid = ? and companyId = ?. |
static DDMContent |
DDMContentUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last d d m content in the ordered set where uuid = ? and companyId = ?. |
DDMContent[] |
DDMContentPersistence.findByUuid_C_PrevAndNext(long contentId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the d d m contents before and after the current d d m content in the ordered set where uuid = ? and companyId = ?. |
static DDMContent[] |
DDMContentUtil.findByUuid_C_PrevAndNext(long contentId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the d d m contents before and after the current d d m content in the ordered set where uuid = ? and companyId = ?. |
DDMContent |
DDMContentPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d m content in the ordered set where uuid = ?. |
static DDMContent |
DDMContentUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d m content in the ordered set where uuid = ?. |
DDMContent |
DDMContentPersistence.findByUUID_G(String uuid,
long groupId)
Returns the d d m content where uuid = ? and groupId = ? or throws a NoSuchContentException if it could not be found. |
static DDMContent |
DDMContentUtil.findByUUID_G(String uuid,
long groupId)
Returns the d d m content where uuid = ? and groupId = ? or throws a NoSuchContentException if it could not be found. |
DDMContent |
DDMContentPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m content in the ordered set where uuid = ?. |
static DDMContent |
DDMContentUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m content in the ordered set where uuid = ?. |
DDMContent[] |
DDMContentPersistence.findByUuid_PrevAndNext(long contentId,
String uuid,
OrderByComparator orderByComparator)
Returns the d d m contents before and after the current d d m content in the ordered set where uuid = ?. |
static DDMContent[] |
DDMContentUtil.findByUuid_PrevAndNext(long contentId,
String uuid,
OrderByComparator orderByComparator)
Returns the d d m contents before and after the current d d m content in the ordered set where uuid = ?. |
DDMContent |
DDMContentPersistence.remove(long contentId)
Removes the d d m content with the primary key from the database. |
static DDMContent |
DDMContentUtil.remove(long contentId)
Removes the d d m content with the primary key from the database. |
DDMContent |
DDMContentPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the d d m content where uuid = ? and groupId = ? from the database. |
static DDMContent |
DDMContentUtil.removeByUUID_G(String uuid,
long groupId)
Removes the d d m content where uuid = ? and groupId = ? from the database. |
static DDMContent |
DDMContentUtil.update(DDMContent ddmContent)
|
static DDMContent |
DDMContentUtil.update(DDMContent ddmContent,
ServiceContext serviceContext)
|
DDMContent |
DDMContentPersistence.updateImpl(DDMContent ddmContent)
|
static DDMContent |
DDMContentUtil.updateImpl(DDMContent ddmContent)
|
Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that return types with arguments of type DDMContent | |
---|---|
List<DDMContent> |
DDMContentPersistence.findAll()
Returns all the d d m contents. |
static List<DDMContent> |
DDMContentUtil.findAll()
Returns all the d d m contents. |
List<DDMContent> |
DDMContentPersistence.findAll(int start,
int end)
Returns a range of all the d d m contents. |
static List<DDMContent> |
DDMContentUtil.findAll(int start,
int end)
Returns a range of all the d d m contents. |
List<DDMContent> |
DDMContentPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m contents. |
static List<DDMContent> |
DDMContentUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m contents. |
List<DDMContent> |
DDMContentPersistence.findByCompanyId(long companyId)
Returns all the d d m contents where companyId = ?. |
static List<DDMContent> |
DDMContentUtil.findByCompanyId(long companyId)
Returns all the d d m contents where companyId = ?. |
List<DDMContent> |
DDMContentPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the d d m contents where companyId = ?. |
static List<DDMContent> |
DDMContentUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the d d m contents where companyId = ?. |
List<DDMContent> |
DDMContentPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m contents where companyId = ?. |
static List<DDMContent> |
DDMContentUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m contents where companyId = ?. |
List<DDMContent> |
DDMContentPersistence.findByGroupId(long groupId)
Returns all the d d m contents where groupId = ?. |
static List<DDMContent> |
DDMContentUtil.findByGroupId(long groupId)
Returns all the d d m contents where groupId = ?. |
List<DDMContent> |
DDMContentPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the d d m contents where groupId = ?. |
static List<DDMContent> |
DDMContentUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the d d m contents where groupId = ?. |
List<DDMContent> |
DDMContentPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m contents where groupId = ?. |
static List<DDMContent> |
DDMContentUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m contents where groupId = ?. |
List<DDMContent> |
DDMContentPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the d d m contents where uuid = ? and companyId = ?. |
static List<DDMContent> |
DDMContentUtil.findByUuid_C(String uuid,
long companyId)
Returns all the d d m contents where uuid = ? and companyId = ?. |
List<DDMContent> |
DDMContentPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the d d m contents where uuid = ? and companyId = ?. |
static List<DDMContent> |
DDMContentUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the d d m contents where uuid = ? and companyId = ?. |
List<DDMContent> |
DDMContentPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m contents where uuid = ? and companyId = ?. |
static List<DDMContent> |
DDMContentUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m contents where uuid = ? and companyId = ?. |
List<DDMContent> |
DDMContentPersistence.findByUuid(String uuid)
Returns all the d d m contents where uuid = ?. |
static List<DDMContent> |
DDMContentUtil.findByUuid(String uuid)
Returns all the d d m contents where uuid = ?. |
List<DDMContent> |
DDMContentPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the d d m contents where uuid = ?. |
static List<DDMContent> |
DDMContentUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the d d m contents where uuid = ?. |
List<DDMContent> |
DDMContentPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m contents where uuid = ?. |
static List<DDMContent> |
DDMContentUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m contents where uuid = ?. |
static List<DDMContent> |
DDMContentUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<DDMContent> |
DDMContentUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<DDMContent> |
DDMContentUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
Methods in com.liferay.portlet.dynamicdatamapping.service.persistence with parameters of type DDMContent | |
---|---|
void |
DDMContentPersistence.cacheResult(DDMContent ddmContent)
Caches the d d m content in the entity cache if it is enabled. |
static void |
DDMContentUtil.cacheResult(DDMContent ddmContent)
Caches the d d m content in the entity cache if it is enabled. |
static void |
DDMContentUtil.clearCache(DDMContent ddmContent)
|
static DDMContent |
DDMContentUtil.update(DDMContent ddmContent)
|
static DDMContent |
DDMContentUtil.update(DDMContent ddmContent,
ServiceContext serviceContext)
|
DDMContent |
DDMContentPersistence.updateImpl(DDMContent ddmContent)
|
static DDMContent |
DDMContentUtil.updateImpl(DDMContent ddmContent)
|
Method parameters in com.liferay.portlet.dynamicdatamapping.service.persistence with type arguments of type DDMContent | |
---|---|
void |
DDMContentPersistence.cacheResult(List<DDMContent> ddmContents)
Caches the d d m contents in the entity cache if it is enabled. |
static void |
DDMContentUtil.cacheResult(List<DDMContent> ddmContents)
Caches the d d m contents in the entity cache if it is enabled. |
|
Liferay 6.2-ce-ga5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |