|
Liferay 6.2.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DDMStructure | |
|---|---|
| com.liferay.portal.kernel.search | |
| com.liferay.portlet.asset.model | |
| com.liferay.portlet.documentlibrary.model | |
| com.liferay.portlet.documentlibrary.service | This package defines the document library portlet service local and remote interfaces, utilities, and wrappers. |
| com.liferay.portlet.documentlibrary.service.persistence | |
| com.liferay.portlet.dynamicdatalists.model | |
| com.liferay.portlet.dynamicdatamapping.model | |
| com.liferay.portlet.dynamicdatamapping.service | |
| com.liferay.portlet.dynamicdatamapping.service.persistence | |
| com.liferay.portlet.dynamicdatamapping.storage | |
| com.liferay.portlet.dynamicdatamapping.util | |
| com.liferay.portlet.journal.model | |
| com.liferay.portlet.journal.util | |
| Uses of DDMStructure in com.liferay.portal.kernel.search |
|---|
| Methods in com.liferay.portal.kernel.search with parameters of type DDMStructure | |
|---|---|
protected void |
BaseIndexer.addSearchDDMStruture(BooleanQuery searchQuery,
SearchContext searchContext,
DDMStructure ddmStructure)
|
| Uses of DDMStructure in com.liferay.portlet.asset.model |
|---|
| Methods in com.liferay.portlet.asset.model with parameters of type DDMStructure | |
|---|---|
protected List<Tuple> |
BaseAssetRendererFactory.getDDMStructureFieldNames(DDMStructure ddmStructure,
Locale locale)
|
| Uses of DDMStructure in com.liferay.portlet.documentlibrary.model |
|---|
| Methods in com.liferay.portlet.documentlibrary.model that return DDMStructure | |
|---|---|
DDMStructure |
DLFileEntryMetadataWrapper.getDDMStructure()
|
abstract DDMStructure |
DLFileEntryMetadata.getDDMStructure()
|
| Methods in com.liferay.portlet.documentlibrary.model that return types with arguments of type DDMStructure | |
|---|---|
List<DDMStructure> |
DLFileEntryTypeWrapper.getDDMStructures()
|
abstract List<DDMStructure> |
DLFileEntryType.getDDMStructures()
|
| Uses of DDMStructure in com.liferay.portlet.documentlibrary.service |
|---|
| Method parameters in com.liferay.portlet.documentlibrary.service with type arguments of type DDMStructure | |
|---|---|
void |
DLFileEntryMetadataLocalServiceWrapper.updateFileEntryMetadata(long companyId,
List<DDMStructure> ddmStructures,
long fileEntryTypeId,
long fileEntryId,
long fileVersionId,
Map<String,Fields> fieldsMap,
ServiceContext serviceContext)
|
static void |
DLFileEntryMetadataLocalServiceUtil.updateFileEntryMetadata(long companyId,
List<DDMStructure> ddmStructures,
long fileEntryTypeId,
long fileEntryId,
long fileVersionId,
Map<String,Fields> fieldsMap,
ServiceContext serviceContext)
|
abstract void |
DLFileEntryMetadataLocalService.updateFileEntryMetadata(long companyId,
List<DDMStructure> ddmStructures,
long fileEntryTypeId,
long fileEntryId,
long fileVersionId,
Map<String,Fields> fieldsMap,
ServiceContext serviceContext)
|
| Uses of DDMStructure in com.liferay.portlet.documentlibrary.service.persistence |
|---|
| Methods in com.liferay.portlet.documentlibrary.service.persistence that return types with arguments of type DDMStructure | |
|---|---|
static List<DDMStructure> |
DLFileEntryTypeUtil.getDDMStructures(long pk)
Returns all the d d m structures associated with the document library file entry type. |
abstract List<DDMStructure> |
DLFileEntryTypePersistence.getDDMStructures(long pk)
Returns all the d d m structures associated with the document library file entry type. |
static List<DDMStructure> |
DLFileEntryTypeUtil.getDDMStructures(long pk,
int start,
int end)
Returns a range of all the d d m structures associated with the document library file entry type. |
abstract List<DDMStructure> |
DLFileEntryTypePersistence.getDDMStructures(long pk,
int start,
int end)
Returns a range of all the d d m structures associated with the document library file entry type. |
static List<DDMStructure> |
DLFileEntryTypeUtil.getDDMStructures(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures associated with the document library file entry type. |
abstract List<DDMStructure> |
DLFileEntryTypePersistence.getDDMStructures(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures associated with the document library file entry type. |
| Methods in com.liferay.portlet.documentlibrary.service.persistence with parameters of type DDMStructure | |
|---|---|
static void |
DLFileEntryTypeUtil.addDDMStructure(long pk,
DDMStructure ddmStructure)
Adds an association between the document library file entry type and the d d m structure. |
abstract void |
DLFileEntryTypePersistence.addDDMStructure(long pk,
DDMStructure ddmStructure)
Adds an association between the document library file entry type and the d d m structure. |
static void |
DLFileEntryTypeUtil.removeDDMStructure(long pk,
DDMStructure ddmStructure)
Removes the association between the document library file entry type and the d d m structure. |
abstract void |
DLFileEntryTypePersistence.removeDDMStructure(long pk,
DDMStructure ddmStructure)
Removes the association between the document library file entry type and the d d m structure. |
| Method parameters in com.liferay.portlet.documentlibrary.service.persistence with type arguments of type DDMStructure | |
|---|---|
static void |
DLFileEntryTypeUtil.addDDMStructures(long pk,
List<DDMStructure> ddmStructures)
Adds an association between the document library file entry type and the d d m structures. |
abstract void |
DLFileEntryTypePersistence.addDDMStructures(long pk,
List<DDMStructure> ddmStructures)
Adds an association between the document library file entry type and the d d m structures. |
static void |
DLFileEntryTypeUtil.removeDDMStructures(long pk,
List<DDMStructure> ddmStructures)
Removes the association between the document library file entry type and the d d m structures. |
abstract void |
DLFileEntryTypePersistence.removeDDMStructures(long pk,
List<DDMStructure> ddmStructures)
Removes the association between the document library file entry type and the d d m structures. |
static void |
DLFileEntryTypeUtil.setDDMStructures(long pk,
List<DDMStructure> ddmStructures)
Sets the d d m structures associated with the document library file entry type, removing and adding associations as necessary. |
abstract void |
DLFileEntryTypePersistence.setDDMStructures(long pk,
List<DDMStructure> ddmStructures)
Sets the d d m structures associated with the document library file entry type, removing and adding associations as necessary. |
| Uses of DDMStructure in com.liferay.portlet.dynamicdatalists.model |
|---|
| Methods in com.liferay.portlet.dynamicdatalists.model that return DDMStructure | |
|---|---|
abstract DDMStructure |
DDLRecordSet.getDDMStructure()
|
DDMStructure |
DDLRecordSetWrapper.getDDMStructure()
|
abstract DDMStructure |
DDLRecordSet.getDDMStructure(long formDDMTemplateId)
|
DDMStructure |
DDLRecordSetWrapper.getDDMStructure(long formDDMTemplateId)
|
| Uses of DDMStructure in com.liferay.portlet.dynamicdatamapping.model |
|---|
| Classes in com.liferay.portlet.dynamicdatamapping.model that implement DDMStructure | |
|---|---|
class |
DDMStructureWrapper
This class is a wrapper for DDMStructure. |
| Methods in com.liferay.portlet.dynamicdatamapping.model that return DDMStructure | |
|---|---|
abstract DDMStructure |
DDMStructureLink.getStructure()
|
abstract DDMStructure |
DDMStorageLink.getStructure()
|
DDMStructure |
DDMStorageLinkWrapper.getStructure()
|
DDMStructure |
DDMStructureLinkWrapper.getStructure()
|
DDMStructure |
DDMStructureWrapper.getWrappedDDMStructure()
Deprecated. As of 6.1.0, replaced by DDMStructureWrapper.getWrappedModel() |
DDMStructure |
DDMStructureWrapper.getWrappedModel()
|
abstract DDMStructure |
DDMStructureModel.toEscapedModel()
|
DDMStructure |
DDMStructureWrapper.toEscapedModel()
|
abstract DDMStructure |
DDMStructureModel.toUnescapedModel()
|
DDMStructure |
DDMStructureWrapper.toUnescapedModel()
|
| Methods in com.liferay.portlet.dynamicdatamapping.model that return types with arguments of type DDMStructure | |
|---|---|
abstract CacheModel<DDMStructure> |
DDMStructureModel.toCacheModel()
|
CacheModel<DDMStructure> |
DDMStructureWrapper.toCacheModel()
|
| Methods in com.liferay.portlet.dynamicdatamapping.model with parameters of type DDMStructure | |
|---|---|
abstract int |
DDMStructureModel.compareTo(DDMStructure ddmStructure)
|
int |
DDMStructureWrapper.compareTo(DDMStructure ddmStructure)
|
static DDMStructureSoap |
DDMStructureSoap.toSoapModel(DDMStructure model)
|
static DDMStructureSoap[] |
DDMStructureSoap.toSoapModels(DDMStructure[] models)
|
static DDMStructureSoap[][] |
DDMStructureSoap.toSoapModels(DDMStructure[][] models)
|
| Method parameters in com.liferay.portlet.dynamicdatamapping.model with type arguments of type DDMStructure | |
|---|---|
abstract String |
DDMStructure.getUnambiguousName(List<DDMStructure> structures,
long groupId,
Locale locale)
|
String |
DDMStructureWrapper.getUnambiguousName(List<DDMStructure> structures,
long groupId,
Locale locale)
|
static DDMStructureSoap[] |
DDMStructureSoap.toSoapModels(List<DDMStructure> models)
|
| Constructors in com.liferay.portlet.dynamicdatamapping.model with parameters of type DDMStructure | |
|---|---|
DDMStructureWrapper(DDMStructure ddmStructure)
|
|
| Uses of DDMStructure in com.liferay.portlet.dynamicdatamapping.service |
|---|
| Methods in com.liferay.portlet.dynamicdatamapping.service that return DDMStructure | |
|---|---|
DDMStructure |
DDMStructureLocalServiceWrapper.addDDMStructure(DDMStructure ddmStructure)
Adds the d d m structure to the database. |
abstract DDMStructure |
DDMStructureLocalService.addDDMStructure(DDMStructure ddmStructure)
Adds the d d m structure to the database. |
static DDMStructure |
DDMStructureLocalServiceUtil.addDDMStructure(DDMStructure ddmStructure)
Adds the d d m structure to the database. |
DDMStructure |
DDMStructureLocalServiceWrapper.addStructure(long userId,
long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
Adds a structure referencing its parent structure. |
abstract DDMStructure |
DDMStructureLocalService.addStructure(long userId,
long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
Adds a structure referencing its parent structure. |
static DDMStructure |
DDMStructureLocalServiceUtil.addStructure(long userId,
long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
Adds a structure referencing its parent structure. |
DDMStructure |
DDMStructureLocalServiceWrapper.addStructure(long userId,
long groupId,
long classNameId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
Adds a structure referencing a default parent structure, using the portal property dynamic.data.lists.storage.type storage type and
default structure type. |
abstract DDMStructure |
DDMStructureLocalService.addStructure(long userId,
long groupId,
long classNameId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
Adds a structure referencing a default parent structure, using the portal property dynamic.data.lists.storage.type storage type and
default structure type. |
abstract DDMStructure |
DDMStructureService.addStructure(long userId,
long groupId,
long classNameId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
Adds a structure referencing a default parent structure, using the portal property dynamic.data.lists.storage.type storage type and
default structure type. |
static DDMStructure |
DDMStructureServiceUtil.addStructure(long userId,
long groupId,
long classNameId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
Adds a structure referencing a default parent structure, using the portal property dynamic.data.lists.storage.type storage type and
default structure type. |
DDMStructure |
DDMStructureServiceWrapper.addStructure(long userId,
long groupId,
long classNameId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
Adds a structure referencing a default parent structure, using the portal property dynamic.data.lists.storage.type storage type and
default structure type. |
static DDMStructure |
DDMStructureLocalServiceUtil.addStructure(long userId,
long groupId,
long classNameId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
Adds a structure referencing a default parent structure, using the portal property dynamic.data.lists.storage.type storage type and
default structure type. |
abstract DDMStructure |
DDMStructureService.addStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
Adds a structure referencing its parent structure. |
static DDMStructure |
DDMStructureServiceUtil.addStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
Adds a structure referencing its parent structure. |
DDMStructure |
DDMStructureServiceWrapper.addStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
Adds a structure referencing its parent structure. |
DDMStructure |
DDMStructureLocalServiceWrapper.addStructure(long userId,
long groupId,
String parentStructureKey,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
Adds a structure referencing a default parent structure if the parent structure is not found. |
abstract DDMStructure |
DDMStructureLocalService.addStructure(long userId,
long groupId,
String parentStructureKey,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
Adds a structure referencing a default parent structure if the parent structure is not found. |
abstract DDMStructure |
DDMStructureService.addStructure(long userId,
long groupId,
String parentStructureKey,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
Adds a structure referencing the parent structure by its structure key. |
static DDMStructure |
DDMStructureServiceUtil.addStructure(long userId,
long groupId,
String parentStructureKey,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
Adds a structure referencing the parent structure by its structure key. |
DDMStructure |
DDMStructureServiceWrapper.addStructure(long userId,
long groupId,
String parentStructureKey,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
Adds a structure referencing the parent structure by its structure key. |
static DDMStructure |
DDMStructureLocalServiceUtil.addStructure(long userId,
long groupId,
String parentStructureKey,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
Adds a structure referencing a default parent structure if the parent structure is not found. |
DDMStructure |
DDMStructureLocalServiceWrapper.copyStructure(long userId,
long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
Copies a structure, creating a new structure with all the values extracted from the original one. |
abstract DDMStructure |
DDMStructureLocalService.copyStructure(long userId,
long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
Copies a structure, creating a new structure with all the values extracted from the original one. |
static DDMStructure |
DDMStructureLocalServiceUtil.copyStructure(long userId,
long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
Copies a structure, creating a new structure with all the values extracted from the original one. |
DDMStructure |
DDMStructureLocalServiceWrapper.copyStructure(long userId,
long structureId,
ServiceContext serviceContext)
|
abstract DDMStructure |
DDMStructureLocalService.copyStructure(long userId,
long structureId,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureLocalServiceUtil.copyStructure(long userId,
long structureId,
ServiceContext serviceContext)
|
abstract DDMStructure |
DDMStructureService.copyStructure(long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
Copies a structure, creating a new structure with all the values extracted from the original one. |
static DDMStructure |
DDMStructureServiceUtil.copyStructure(long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
Copies a structure, creating a new structure with all the values extracted from the original one. |
DDMStructure |
DDMStructureServiceWrapper.copyStructure(long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
Copies a structure, creating a new structure with all the values extracted from the original one. |
abstract DDMStructure |
DDMStructureService.copyStructure(long structureId,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureServiceUtil.copyStructure(long structureId,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureServiceWrapper.copyStructure(long structureId,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalServiceWrapper.createDDMStructure(long structureId)
Creates a new d d m structure with the primary key. |
abstract DDMStructure |
DDMStructureLocalService.createDDMStructure(long structureId)
Creates a new d d m structure with the primary key. |
static DDMStructure |
DDMStructureLocalServiceUtil.createDDMStructure(long structureId)
Creates a new d d m structure with the primary key. |
DDMStructure |
DDMStructureLocalServiceWrapper.deleteDDMStructure(DDMStructure ddmStructure)
Deletes the d d m structure from the database. |
abstract DDMStructure |
DDMStructureLocalService.deleteDDMStructure(DDMStructure ddmStructure)
Deletes the d d m structure from the database. |
static DDMStructure |
DDMStructureLocalServiceUtil.deleteDDMStructure(DDMStructure ddmStructure)
Deletes the d d m structure from the database. |
DDMStructure |
DDMStructureLocalServiceWrapper.deleteDDMStructure(long structureId)
Deletes the d d m structure with the primary key from the database. |
abstract DDMStructure |
DDMStructureLocalService.deleteDDMStructure(long structureId)
Deletes the d d m structure with the primary key from the database. |
static DDMStructure |
DDMStructureLocalServiceUtil.deleteDDMStructure(long structureId)
Deletes the d d m structure with the primary key from the database. |
DDMStructure |
DDMStructureLocalServiceWrapper.fetchDDMStructure(long structureId)
|
abstract DDMStructure |
DDMStructureLocalService.fetchDDMStructure(long structureId)
|
static DDMStructure |
DDMStructureLocalServiceUtil.fetchDDMStructure(long structureId)
|
DDMStructure |
DDMStructureLocalServiceWrapper.fetchDDMStructureByUuidAndCompanyId(String uuid,
long companyId)
Returns the d d m structure with the matching UUID and company. |
abstract DDMStructure |
DDMStructureLocalService.fetchDDMStructureByUuidAndCompanyId(String uuid,
long companyId)
Returns the d d m structure with the matching UUID and company. |
static DDMStructure |
DDMStructureLocalServiceUtil.fetchDDMStructureByUuidAndCompanyId(String uuid,
long companyId)
Returns the d d m structure with the matching UUID and company. |
DDMStructure |
DDMStructureLocalServiceWrapper.fetchDDMStructureByUuidAndGroupId(String uuid,
long groupId)
Returns the d d m structure matching the UUID and group. |
abstract DDMStructure |
DDMStructureLocalService.fetchDDMStructureByUuidAndGroupId(String uuid,
long groupId)
Returns the d d m structure matching the UUID and group. |
static DDMStructure |
DDMStructureLocalServiceUtil.fetchDDMStructureByUuidAndGroupId(String uuid,
long groupId)
Returns the d d m structure matching the UUID and group. |
DDMStructure |
DDMStructureLocalServiceWrapper.fetchStructure(long structureId)
Returns the structure with the ID. |
abstract DDMStructure |
DDMStructureLocalService.fetchStructure(long structureId)
Returns the structure with the ID. |
static DDMStructure |
DDMStructureLocalServiceUtil.fetchStructure(long structureId)
Returns the structure with the ID. |
DDMStructure |
DDMStructureLocalServiceWrapper.fetchStructure(long groupId,
long classNameId,
String structureKey)
Returns the structure matching the class name ID, structure key, and group. |
abstract DDMStructure |
DDMStructureLocalService.fetchStructure(long groupId,
long classNameId,
String structureKey)
Returns the structure matching the class name ID, structure key, and group. |
abstract DDMStructure |
DDMStructureService.fetchStructure(long groupId,
long classNameId,
String structureKey)
Returns the structure matching the class name ID, structure key, and group. |
static DDMStructure |
DDMStructureServiceUtil.fetchStructure(long groupId,
long classNameId,
String structureKey)
Returns the structure matching the class name ID, structure key, and group. |
DDMStructure |
DDMStructureServiceWrapper.fetchStructure(long groupId,
long classNameId,
String structureKey)
Returns the structure matching the class name ID, structure key, and group. |
static DDMStructure |
DDMStructureLocalServiceUtil.fetchStructure(long groupId,
long classNameId,
String structureKey)
Returns the structure matching the class name ID, structure key, and group. |
DDMStructure |
DDMStructureLocalServiceWrapper.fetchStructure(long groupId,
long classNameId,
String structureKey,
boolean includeGlobalStructures)
Returns the structure matching the class name ID, structure key, and group, optionally in the global scope. |
abstract DDMStructure |
DDMStructureLocalService.fetchStructure(long groupId,
long classNameId,
String structureKey,
boolean includeGlobalStructures)
Returns the structure matching the class name ID, structure key, and group, optionally in the global scope. |
abstract DDMStructure |
DDMStructureService.fetchStructure(long groupId,
long classNameId,
String structureKey,
boolean includeAncestorStructures)
|
static DDMStructure |
DDMStructureServiceUtil.fetchStructure(long groupId,
long classNameId,
String structureKey,
boolean includeAncestorStructures)
|
DDMStructure |
DDMStructureServiceWrapper.fetchStructure(long groupId,
long classNameId,
String structureKey,
boolean includeAncestorStructures)
|
static DDMStructure |
DDMStructureLocalServiceUtil.fetchStructure(long groupId,
long classNameId,
String structureKey,
boolean includeGlobalStructures)
Returns the structure matching the class name ID, structure key, and group, optionally in the global scope. |
DDMStructure |
DDMStructureLocalServiceWrapper.getDDMStructure(long structureId)
Returns the d d m structure with the primary key. |
abstract DDMStructure |
DDMStructureLocalService.getDDMStructure(long structureId)
Returns the d d m structure with the primary key. |
static DDMStructure |
DDMStructureLocalServiceUtil.getDDMStructure(long structureId)
Returns the d d m structure with the primary key. |
DDMStructure |
DDMStructureLocalServiceWrapper.getDDMStructureByUuidAndCompanyId(String uuid,
long companyId)
Returns the d d m structure with the matching UUID and company. |
abstract DDMStructure |
DDMStructureLocalService.getDDMStructureByUuidAndCompanyId(String uuid,
long companyId)
Returns the d d m structure with the matching UUID and company. |
static DDMStructure |
DDMStructureLocalServiceUtil.getDDMStructureByUuidAndCompanyId(String uuid,
long companyId)
Returns the d d m structure with the matching UUID and company. |
DDMStructure |
DDMStructureLocalServiceWrapper.getDDMStructureByUuidAndGroupId(String uuid,
long groupId)
Returns the d d m structure matching the UUID and group. |
abstract DDMStructure |
DDMStructureLocalService.getDDMStructureByUuidAndGroupId(String uuid,
long groupId)
Returns the d d m structure matching the UUID and group. |
static DDMStructure |
DDMStructureLocalServiceUtil.getDDMStructureByUuidAndGroupId(String uuid,
long groupId)
Returns the d d m structure matching the UUID and group. |
DDMStructure |
DDMStructureLocalServiceWrapper.getStructure(long structureId)
Returns the structure with the ID. |
abstract DDMStructure |
DDMStructureLocalService.getStructure(long structureId)
Returns the structure with the ID. |
abstract DDMStructure |
DDMStructureService.getStructure(long structureId)
Returns the structure with the ID. |
static DDMStructure |
DDMStructureServiceUtil.getStructure(long structureId)
Returns the structure with the ID. |
DDMStructure |
DDMStructureServiceWrapper.getStructure(long structureId)
Returns the structure with the ID. |
static DDMStructure |
DDMStructureLocalServiceUtil.getStructure(long structureId)
Returns the structure with the ID. |
DDMStructure |
DDMStructureLocalServiceWrapper.getStructure(long groupId,
long classNameId,
String structureKey)
Returns the structure matching the class name ID, structure key, and group. |
abstract DDMStructure |
DDMStructureLocalService.getStructure(long groupId,
long classNameId,
String structureKey)
Returns the structure matching the class name ID, structure key, and group. |
abstract DDMStructure |
DDMStructureService.getStructure(long groupId,
long classNameId,
String structureKey)
Returns the structure matching the class name ID, structure key, and group. |
static DDMStructure |
DDMStructureServiceUtil.getStructure(long groupId,
long classNameId,
String structureKey)
Returns the structure matching the class name ID, structure key, and group. |
DDMStructure |
DDMStructureServiceWrapper.getStructure(long groupId,
long classNameId,
String structureKey)
Returns the structure matching the class name ID, structure key, and group. |
static DDMStructure |
DDMStructureLocalServiceUtil.getStructure(long groupId,
long classNameId,
String structureKey)
Returns the structure matching the class name ID, structure key, and group. |
DDMStructure |
DDMStructureLocalServiceWrapper.getStructure(long groupId,
long classNameId,
String structureKey,
boolean includeGlobalStructures)
Returns the structure matching the class name ID, structure key, and group, optionally in the global scope. |
abstract DDMStructure |
DDMStructureLocalService.getStructure(long groupId,
long classNameId,
String structureKey,
boolean includeGlobalStructures)
Returns the structure matching the class name ID, structure key, and group, optionally in the global scope. |
abstract DDMStructure |
DDMStructureService.getStructure(long groupId,
long classNameId,
String structureKey,
boolean includeGlobalStructures)
Returns the structure matching the class name ID, structure key, and group, optionally in the global scope. |
static DDMStructure |
DDMStructureServiceUtil.getStructure(long groupId,
long classNameId,
String structureKey,
boolean includeGlobalStructures)
Returns the structure matching the class name ID, structure key, and group, optionally in the global scope. |
DDMStructure |
DDMStructureServiceWrapper.getStructure(long groupId,
long classNameId,
String structureKey,
boolean includeGlobalStructures)
Returns the structure matching the class name ID, structure key, and group, optionally in the global scope. |
static DDMStructure |
DDMStructureLocalServiceUtil.getStructure(long groupId,
long classNameId,
String structureKey,
boolean includeGlobalStructures)
Returns the structure matching the class name ID, structure key, and group, optionally in the global scope. |
DDMStructure |
DDMStructureLocalServiceWrapper.updateDDMStructure(DDMStructure ddmStructure)
Updates the d d m structure in the database or adds it if it does not yet exist. |
abstract DDMStructure |
DDMStructureLocalService.updateDDMStructure(DDMStructure ddmStructure)
Updates the d d m structure in the database or adds it if it does not yet exist. |
static DDMStructure |
DDMStructureLocalServiceUtil.updateDDMStructure(DDMStructure ddmStructure)
Updates the d d m structure in the database or adds it if it does not yet exist. |
DDMStructure |
DDMStructureLocalServiceWrapper.updateStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
Updates the structure matching the class name ID, structure key, and group, replacing its old parent structure, name map, description map, and XSD with new ones. |
abstract DDMStructure |
DDMStructureLocalService.updateStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
Updates the structure matching the class name ID, structure key, and group, replacing its old parent structure, name map, description map, and XSD with new ones. |
abstract DDMStructure |
DDMStructureService.updateStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
Updates the structure matching the class name ID, structure key, and group, replacing its old parent structure, name map, description map, and XSD with new ones. |
static DDMStructure |
DDMStructureServiceUtil.updateStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
Updates the structure matching the class name ID, structure key, and group, replacing its old parent structure, name map, description map, and XSD with new ones. |
DDMStructure |
DDMStructureServiceWrapper.updateStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
Updates the structure matching the class name ID, structure key, and group, replacing its old parent structure, name map, description map, and XSD with new ones. |
static DDMStructure |
DDMStructureLocalServiceUtil.updateStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
Updates the structure matching the class name ID, structure key, and group, replacing its old parent structure, name map, description map, and XSD with new ones. |
DDMStructure |
DDMStructureLocalServiceWrapper.updateStructure(long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
Updates the structure matching the structure ID, replacing its old parent structure, name map, description map, and XSD with new ones. |
abstract DDMStructure |
DDMStructureLocalService.updateStructure(long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
Updates the structure matching the structure ID, replacing its old parent structure, name map, description map, and XSD with new ones. |
abstract DDMStructure |
DDMStructureService.updateStructure(long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
Updates the structure matching the structure ID, replacing the old parent structure ID, name map, description map, and XSD with the new values. |
static DDMStructure |
DDMStructureServiceUtil.updateStructure(long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
Updates the structure matching the structure ID, replacing the old parent structure ID, name map, description map, and XSD with the new values. |
DDMStructure |
DDMStructureServiceWrapper.updateStructure(long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
Updates the structure matching the structure ID, replacing the old parent structure ID, name map, description map, and XSD with the new values. |
static DDMStructure |
DDMStructureLocalServiceUtil.updateStructure(long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
Updates the structure matching the structure ID, replacing its old parent structure, name map, description map, and XSD with new ones. |
DDMStructure |
DDMStructureLocalServiceWrapper.updateXSD(long structureId,
String xsd,
ServiceContext serviceContext)
Updates the structure matching the structure ID, replacing its XSD with a new one. |
abstract DDMStructure |
DDMStructureLocalService.updateXSD(long structureId,
String xsd,
ServiceContext serviceContext)
Updates the structure matching the structure ID, replacing its XSD with a new one. |
static DDMStructure |
DDMStructureLocalServiceUtil.updateXSD(long structureId,
String xsd,
ServiceContext serviceContext)
Updates the structure matching the structure ID, replacing its XSD with a new one. |
| Methods in com.liferay.portlet.dynamicdatamapping.service that return types with arguments of type DDMStructure | |
|---|---|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getClassStructures(long classNameId)
Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceWrapper.getClassStructures(long,
long) |
abstract List<DDMStructure> |
DDMStructureLocalService.getClassStructures(long classNameId)
Deprecated. As of 6.2.0, replaced by DDMStructureLocalService.getClassStructures(long,
long) |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getClassStructures(long classNameId)
Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceUtil.getClassStructures(long,
long) |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getClassStructures(long classNameId,
int start,
int end)
Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceWrapper.getClassStructures(long,
long, int, int) |
abstract List<DDMStructure> |
DDMStructureLocalService.getClassStructures(long classNameId,
int start,
int end)
Deprecated. As of 6.2.0, replaced by DDMStructureLocalService.getClassStructures(long,
long, int, int) |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getClassStructures(long classNameId,
int start,
int end)
Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceUtil.getClassStructures(long,
long, int, int) |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getClassStructures(long companyId,
long classNameId)
Returns all the structures matching the class name ID. |
abstract List<DDMStructure> |
DDMStructureLocalService.getClassStructures(long companyId,
long classNameId)
Returns all the structures matching the class name ID. |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getClassStructures(long companyId,
long classNameId)
Returns all the structures matching the class name ID. |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getClassStructures(long companyId,
long classNameId,
int start,
int end)
Returns a range of all the structures matching the class name ID. |
abstract List<DDMStructure> |
DDMStructureLocalService.getClassStructures(long companyId,
long classNameId,
int start,
int end)
Returns a range of all the structures matching the class name ID. |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getClassStructures(long companyId,
long classNameId,
int start,
int end)
Returns a range of all the structures matching the class name ID. |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getClassStructures(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns all the structures matching the class name ID ordered by the comparator. |
abstract List<DDMStructure> |
DDMStructureLocalService.getClassStructures(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns all the structures matching the class name ID ordered by the comparator. |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getClassStructures(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns all the structures matching the class name ID ordered by the comparator. |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getClassStructures(long classNameId,
OrderByComparator orderByComparator)
Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceWrapper.getClassStructures(long,
long, OrderByComparator) |
abstract List<DDMStructure> |
DDMStructureLocalService.getClassStructures(long classNameId,
OrderByComparator orderByComparator)
Deprecated. As of 6.2.0, replaced by DDMStructureLocalService.getClassStructures(long,
long, OrderByComparator) |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getClassStructures(long classNameId,
OrderByComparator orderByComparator)
Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceUtil.getClassStructures(long,
long, OrderByComparator) |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getDDMStructures(int start,
int end)
Returns a range of all the d d m structures. |
abstract List<DDMStructure> |
DDMStructureLocalService.getDDMStructures(int start,
int end)
Returns a range of all the d d m structures. |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getDDMStructures(int start,
int end)
Returns a range of all the d d m structures. |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getDLFileEntryTypeDDMStructures(long fileEntryTypeId)
|
abstract List<DDMStructure> |
DDMStructureLocalService.getDLFileEntryTypeDDMStructures(long fileEntryTypeId)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getDLFileEntryTypeDDMStructures(long fileEntryTypeId)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getDLFileEntryTypeDDMStructures(long fileEntryTypeId,
int start,
int end)
|
abstract List<DDMStructure> |
DDMStructureLocalService.getDLFileEntryTypeDDMStructures(long fileEntryTypeId,
int start,
int end)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getDLFileEntryTypeDDMStructures(long fileEntryTypeId,
int start,
int end)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getDLFileEntryTypeDDMStructures(long fileEntryTypeId,
int start,
int end,
OrderByComparator orderByComparator)
|
abstract List<DDMStructure> |
DDMStructureLocalService.getDLFileEntryTypeDDMStructures(long fileEntryTypeId,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getDLFileEntryTypeDDMStructures(long fileEntryTypeId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getDLFileEntryTypeStructures(long dlFileEntryTypeId)
Returns all the structures for the document library file entry type. |
abstract List<DDMStructure> |
DDMStructureLocalService.getDLFileEntryTypeStructures(long dlFileEntryTypeId)
Returns all the structures for the document library file entry type. |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getDLFileEntryTypeStructures(long dlFileEntryTypeId)
Returns all the structures for the document library file entry type. |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructure(long groupId,
String name,
String description)
Returns all the structures matching the group, name, and description. |
abstract List<DDMStructure> |
DDMStructureLocalService.getStructure(long groupId,
String name,
String description)
Returns all the structures matching the group, name, and description. |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructure(long groupId,
String name,
String description)
Returns all the structures matching the group, name, and description. |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructureEntries()
Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceWrapper.getStructures() |
abstract List<DDMStructure> |
DDMStructureLocalService.getStructureEntries()
Deprecated. As of 6.2.0, replaced by DDMStructureLocalService.getStructures() |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructureEntries()
Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceUtil.getStructures() |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructureEntries(long groupId)
Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceWrapper.getStructures(long) |
abstract List<DDMStructure> |
DDMStructureLocalService.getStructureEntries(long groupId)
Deprecated. As of 6.2.0, replaced by DDMStructureLocalService.getStructures(long) |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructureEntries(long groupId)
Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceUtil.getStructures(long) |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructureEntries(long groupId,
int start,
int end)
Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceWrapper.getStructures(long, int,
int) |
abstract List<DDMStructure> |
DDMStructureLocalService.getStructureEntries(long groupId,
int start,
int end)
Deprecated. As of 6.2.0, replaced by DDMStructureLocalService.getStructures(long, int,
int) |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructureEntries(long groupId,
int start,
int end)
Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceUtil.getStructures(long, int,
int) |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructures()
Returns all the structures present in the system. |
abstract List<DDMStructure> |
DDMStructureLocalService.getStructures()
Returns all the structures present in the system. |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructures()
Returns all the structures present in the system. |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructures(long groupId)
Returns all the structures present in the group. |
abstract List<DDMStructure> |
DDMStructureLocalService.getStructures(long groupId)
Returns all the structures present in the group. |
abstract List<DDMStructure> |
DDMStructureService.getStructures(long groupId)
Returns all the structures in the group that the user has permission to view. |
static List<DDMStructure> |
DDMStructureServiceUtil.getStructures(long groupId)
Returns all the structures in the group that the user has permission to view. |
List<DDMStructure> |
DDMStructureServiceWrapper.getStructures(long groupId)
Returns all the structures in the group that the user has permission to view. |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructures(long groupId)
Returns all the structures present in the group. |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructures(long[] groupIds)
Returns all the structures belonging to the groups. |
abstract List<DDMStructure> |
DDMStructureLocalService.getStructures(long[] groupIds)
Returns all the structures belonging to the groups. |
abstract List<DDMStructure> |
DDMStructureService.getStructures(long[] groupIds)
Returns all the structures in the groups that the user has permission to view. |
static List<DDMStructure> |
DDMStructureServiceUtil.getStructures(long[] groupIds)
Returns all the structures in the groups that the user has permission to view. |
List<DDMStructure> |
DDMStructureServiceWrapper.getStructures(long[] groupIds)
Returns all the structures in the groups that the user has permission to view. |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructures(long[] groupIds)
Returns all the structures belonging to the groups. |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructures(long[] groupIds,
long classNameId)
Returns all the structures matching the class name ID and belonging to the groups. |
abstract List<DDMStructure> |
DDMStructureLocalService.getStructures(long[] groupIds,
long classNameId)
Returns all the structures matching the class name ID and belonging to the groups. |
abstract List<DDMStructure> |
DDMStructureService.getStructures(long[] groupIds,
long classNameId)
|
static List<DDMStructure> |
DDMStructureServiceUtil.getStructures(long[] groupIds,
long classNameId)
|
List<DDMStructure> |
DDMStructureServiceWrapper.getStructures(long[] groupIds,
long classNameId)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructures(long[] groupIds,
long classNameId)
Returns all the structures matching the class name ID and belonging to the groups. |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructures(long[] groupIds,
long classNameId,
int start,
int end)
Returns a range of all the structures matching the class name ID and belonging to the groups. |
abstract List<DDMStructure> |
DDMStructureLocalService.getStructures(long[] groupIds,
long classNameId,
int start,
int end)
Returns a range of all the structures matching the class name ID and belonging to the groups. |
abstract List<DDMStructure> |
DDMStructureService.getStructures(long[] groupIds,
long classNameId,
int start,
int end)
|
static List<DDMStructure> |
DDMStructureServiceUtil.getStructures(long[] groupIds,
long classNameId,
int start,
int end)
|
List<DDMStructure> |
DDMStructureServiceWrapper.getStructures(long[] groupIds,
long classNameId,
int start,
int end)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructures(long[] groupIds,
long classNameId,
int start,
int end)
Returns a range of all the structures matching the class name ID and belonging to the groups. |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructures(long groupId,
int start,
int end)
Returns a range of all the structures belonging to the group. |
abstract List<DDMStructure> |
DDMStructureLocalService.getStructures(long groupId,
int start,
int end)
Returns a range of all the structures belonging to the group. |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructures(long groupId,
int start,
int end)
Returns a range of all the structures belonging to the group. |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructures(long groupId,
long classNameId)
Returns all the structures matching class name ID and group. |
abstract List<DDMStructure> |
DDMStructureLocalService.getStructures(long groupId,
long classNameId)
Returns all the structures matching class name ID and group. |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructures(long groupId,
long classNameId)
Returns all the structures matching class name ID and group. |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructures(long groupId,
long classNameId,
int start,
int end)
Returns a range of all the structures that match the class name ID and group. |
abstract List<DDMStructure> |
DDMStructureLocalService.getStructures(long groupId,
long classNameId,
int start,
int end)
Returns a range of all the structures that match the class name ID and group. |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructures(long groupId,
long classNameId,
int start,
int end)
Returns a range of all the structures that match the class name ID and group. |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructures(long groupId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the structures matching the class name ID and group. |
abstract List<DDMStructure> |
DDMStructureLocalService.getStructures(long groupId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the structures matching the class name ID and group. |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructures(long groupId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the structures matching the class name ID and group. |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructures(long groupId,
String name,
String description)
|
abstract List<DDMStructure> |
DDMStructureLocalService.getStructures(long groupId,
String name,
String description)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructures(long groupId,
String name,
String description)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.search(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the structures matching the groups and class name IDs, and matching the keywords in the structure names and descriptions. |
abstract List<DDMStructure> |
DDMStructureLocalService.search(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the structures matching the groups and class name IDs, and matching the keywords in the structure names and descriptions. |
abstract List<DDMStructure> |
DDMStructureService.search(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the structures matching the groups and class name IDs, and matching the keywords in the structure names and descriptions. |
static List<DDMStructure> |
DDMStructureServiceUtil.search(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the structures matching the groups and class name IDs, and matching the keywords in the structure names and descriptions. |
List<DDMStructure> |
DDMStructureServiceWrapper.search(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the structures matching the groups and class name IDs, and matching the keywords in the structure names and descriptions. |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.search(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the structures matching the groups and class name IDs, and matching the keywords in the structure names and descriptions. |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.search(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the structures matching the groups, class name IDs, name keyword, description keyword, storage type, and type. |
abstract List<DDMStructure> |
DDMStructureLocalService.search(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the structures matching the groups, class name IDs, name keyword, description keyword, storage type, and type. |
abstract List<DDMStructure> |
DDMStructureService.search(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the structures matching the groups, class name IDs, name keyword, description keyword, storage type, and type. |
static List<DDMStructure> |
DDMStructureServiceUtil.search(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the structures matching the groups, class name IDs, name keyword, description keyword, storage type, and type. |
List<DDMStructure> |
DDMStructureServiceWrapper.search(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the structures matching the groups, class name IDs, name keyword, description keyword, storage type, and type. |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.search(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the structures matching the groups, class name IDs, name keyword, description keyword, storage type, and type. |
| Methods in com.liferay.portlet.dynamicdatamapping.service with parameters of type DDMStructure | |
|---|---|
DDMStructure |
DDMStructureLocalServiceWrapper.addDDMStructure(DDMStructure ddmStructure)
Adds the d d m structure to the database. |
abstract DDMStructure |
DDMStructureLocalService.addDDMStructure(DDMStructure ddmStructure)
Adds the d d m structure to the database. |
static DDMStructure |
DDMStructureLocalServiceUtil.addDDMStructure(DDMStructure ddmStructure)
Adds the d d m structure to the database. |
void |
DDMStructureLocalServiceWrapper.addDLFileEntryTypeDDMStructure(long fileEntryTypeId,
DDMStructure ddmStructure)
|
abstract void |
DDMStructureLocalService.addDLFileEntryTypeDDMStructure(long fileEntryTypeId,
DDMStructure ddmStructure)
|
static void |
DDMStructureLocalServiceUtil.addDLFileEntryTypeDDMStructure(long fileEntryTypeId,
DDMStructure ddmStructure)
|
void |
DDMStructureLocalServiceWrapper.addStructureResources(DDMStructure structure,
boolean addGroupPermissions,
boolean addGuestPermissions)
Adds the resources to the structure. |
abstract void |
DDMStructureLocalService.addStructureResources(DDMStructure structure,
boolean addGroupPermissions,
boolean addGuestPermissions)
Adds the resources to the structure. |
static void |
DDMStructureLocalServiceUtil.addStructureResources(DDMStructure structure,
boolean addGroupPermissions,
boolean addGuestPermissions)
Adds the resources to the structure. |
void |
DDMStructureLocalServiceWrapper.addStructureResources(DDMStructure structure,
String[] groupPermissions,
String[] guestPermissions)
Adds the model resources with the permissions to the structure. |
abstract void |
DDMStructureLocalService.addStructureResources(DDMStructure structure,
String[] groupPermissions,
String[] guestPermissions)
Adds the model resources with the permissions to the structure. |
static void |
DDMStructureLocalServiceUtil.addStructureResources(DDMStructure structure,
String[] groupPermissions,
String[] guestPermissions)
Adds the model resources with the permissions to the structure. |
DDMStructure |
DDMStructureLocalServiceWrapper.deleteDDMStructure(DDMStructure ddmStructure)
Deletes the d d m structure from the database. |
abstract DDMStructure |
DDMStructureLocalService.deleteDDMStructure(DDMStructure ddmStructure)
Deletes the d d m structure from the database. |
static DDMStructure |
DDMStructureLocalServiceUtil.deleteDDMStructure(DDMStructure ddmStructure)
Deletes the d d m structure from the database. |
void |
DDMStructureLocalServiceWrapper.deleteDLFileEntryTypeDDMStructure(long fileEntryTypeId,
DDMStructure ddmStructure)
|
abstract void |
DDMStructureLocalService.deleteDLFileEntryTypeDDMStructure(long fileEntryTypeId,
DDMStructure ddmStructure)
|
static void |
DDMStructureLocalServiceUtil.deleteDLFileEntryTypeDDMStructure(long fileEntryTypeId,
DDMStructure ddmStructure)
|
void |
DDMStructureLocalServiceWrapper.deleteStructure(DDMStructure structure)
Deletes the structure and its resources. |
abstract void |
DDMStructureLocalService.deleteStructure(DDMStructure structure)
Deletes the structure and its resources. |
static void |
DDMStructureLocalServiceUtil.deleteStructure(DDMStructure structure)
Deletes the structure and its resources. |
DDMStructure |
DDMStructureLocalServiceWrapper.updateDDMStructure(DDMStructure ddmStructure)
Updates the d d m structure in the database or adds it if it does not yet exist. |
abstract DDMStructure |
DDMStructureLocalService.updateDDMStructure(DDMStructure ddmStructure)
Updates the d d m structure in the database or adds it if it does not yet exist. |
static DDMStructure |
DDMStructureLocalServiceUtil.updateDDMStructure(DDMStructure ddmStructure)
Updates the d d m structure in the database or adds it if it does not yet exist. |
| Method parameters in com.liferay.portlet.dynamicdatamapping.service with type arguments of type DDMStructure | |
|---|---|
void |
DDMStructureLocalServiceWrapper.addDLFileEntryTypeDDMStructures(long fileEntryTypeId,
List<DDMStructure> DDMStructures)
|
abstract void |
DDMStructureLocalService.addDLFileEntryTypeDDMStructures(long fileEntryTypeId,
List<DDMStructure> DDMStructures)
|
static void |
DDMStructureLocalServiceUtil.addDLFileEntryTypeDDMStructures(long fileEntryTypeId,
List<DDMStructure> DDMStructures)
|
void |
DDMStructureLocalServiceWrapper.deleteDLFileEntryTypeDDMStructures(long fileEntryTypeId,
List<DDMStructure> DDMStructures)
|
abstract void |
DDMStructureLocalService.deleteDLFileEntryTypeDDMStructures(long fileEntryTypeId,
List<DDMStructure> DDMStructures)
|
static void |
DDMStructureLocalServiceUtil.deleteDLFileEntryTypeDDMStructures(long fileEntryTypeId,
List<DDMStructure> DDMStructures)
|
| Uses of DDMStructure in com.liferay.portlet.dynamicdatamapping.service.persistence |
|---|
| Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that return DDMStructure | |
|---|---|
abstract DDMStructure |
DDMStructurePersistence.create(long structureId)
Creates a new d d m structure with the primary key. |
static DDMStructure |
DDMStructureUtil.create(long structureId)
Creates a new d d m structure with the primary key. |
abstract DDMStructure |
DDMStructurePersistence.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?. |
abstract DDMStructure |
DDMStructurePersistence.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?. |
abstract DDMStructure |
DDMStructurePersistence.fetchByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where classNameId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where classNameId = ?. |
abstract DDMStructure |
DDMStructurePersistence.fetchByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where classNameId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where classNameId = ?. |
abstract DDMStructure |
DDMStructurePersistence.fetchByG_C_First(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and classNameId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByG_C_First(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and classNameId = ?. |
abstract DDMStructure |
DDMStructurePersistence.fetchByG_C_Last(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and classNameId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByG_C_Last(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and classNameId = ?. |
abstract DDMStructure |
DDMStructurePersistence.fetchByG_C_S(long groupId,
long classNameId,
String structureKey)
Returns the d d m structure where groupId = ? and classNameId = ? and structureKey = ? or returns null if it could not be found. |
static DDMStructure |
DDMStructureUtil.fetchByG_C_S(long groupId,
long classNameId,
String structureKey)
Returns the d d m structure where groupId = ? and classNameId = ? and structureKey = ? or returns null if it could not be found. |
abstract DDMStructure |
DDMStructurePersistence.fetchByG_C_S(long groupId,
long classNameId,
String structureKey,
boolean retrieveFromCache)
Returns the d d m structure where groupId = ? and classNameId = ? and structureKey = ? or returns null if it could not be found, optionally using the finder cache. |
static DDMStructure |
DDMStructureUtil.fetchByG_C_S(long groupId,
long classNameId,
String structureKey,
boolean retrieveFromCache)
Returns the d d m structure where groupId = ? and classNameId = ? and structureKey = ? or returns null if it could not be found, optionally using the finder cache. |
abstract DDMStructure |
DDMStructurePersistence.fetchByG_N_D_First(long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
static DDMStructure |
DDMStructureUtil.fetchByG_N_D_First(long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
abstract DDMStructure |
DDMStructurePersistence.fetchByG_N_D_Last(long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
static DDMStructure |
DDMStructureUtil.fetchByG_N_D_Last(long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
abstract DDMStructure |
DDMStructurePersistence.fetchByG_P_First(long groupId,
long parentStructureId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and parentStructureId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByG_P_First(long groupId,
long parentStructureId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and parentStructureId = ?. |
abstract DDMStructure |
DDMStructurePersistence.fetchByG_P_Last(long groupId,
long parentStructureId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and parentStructureId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByG_P_Last(long groupId,
long parentStructureId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and parentStructureId = ?. |
abstract DDMStructure |
DDMStructurePersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ?. |
abstract DDMStructure |
DDMStructurePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ?. |
abstract DDMStructure |
DDMStructurePersistence.fetchByParentStructureId_First(long parentStructureId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where parentStructureId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByParentStructureId_First(long parentStructureId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where parentStructureId = ?. |
abstract DDMStructure |
DDMStructurePersistence.fetchByParentStructureId_Last(long parentStructureId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where parentStructureId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByParentStructureId_Last(long parentStructureId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where parentStructureId = ?. |
abstract DDMStructure |
DDMStructurePersistence.fetchByPrimaryKey(long structureId)
Returns the d d m structure with the primary key or returns null if it could not be found. |
static DDMStructure |
DDMStructureUtil.fetchByPrimaryKey(long structureId)
Returns the d d m structure with the primary key or returns null if it could not be found. |
abstract DDMStructure |
DDMStructurePersistence.fetchByStructureKey_First(String structureKey,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where structureKey = ?. |
static DDMStructure |
DDMStructureUtil.fetchByStructureKey_First(String structureKey,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where structureKey = ?. |
abstract DDMStructure |
DDMStructurePersistence.fetchByStructureKey_Last(String structureKey,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where structureKey = ?. |
static DDMStructure |
DDMStructureUtil.fetchByStructureKey_Last(String structureKey,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where structureKey = ?. |
abstract DDMStructure |
DDMStructurePersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ? and companyId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ? and companyId = ?. |
abstract DDMStructure |
DDMStructurePersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ? and companyId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ? and companyId = ?. |
abstract DDMStructure |
DDMStructurePersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ?. |
static DDMStructure |
DDMStructureUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ?. |
abstract DDMStructure |
DDMStructurePersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the d d m structure where uuid = ? and groupId = ? or returns null if it could not be found. |
static DDMStructure |
DDMStructureUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the d d m structure where uuid = ? and groupId = ? or returns null if it could not be found. |
abstract DDMStructure |
DDMStructurePersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the d d m structure where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static DDMStructure |
DDMStructureUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the d d m structure where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
abstract DDMStructure |
DDMStructurePersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ?. |
static DDMStructure |
DDMStructureUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ?. |
abstract DDMStructure[] |
DDMStructurePersistence.filterFindByG_C_PrevAndNext(long structureId,
long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and classNameId = ?. |
static DDMStructure[] |
DDMStructureUtil.filterFindByG_C_PrevAndNext(long structureId,
long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and classNameId = ?. |
abstract DDMStructure[] |
DDMStructurePersistence.filterFindByG_N_D_PrevAndNext(long structureId,
long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and name = ? and description = ?. |
static DDMStructure[] |
DDMStructureUtil.filterFindByG_N_D_PrevAndNext(long structureId,
long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and name = ? and description = ?. |
abstract DDMStructure[] |
DDMStructurePersistence.filterFindByG_P_PrevAndNext(long structureId,
long groupId,
long parentStructureId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and parentStructureId = ?. |
static DDMStructure[] |
DDMStructureUtil.filterFindByG_P_PrevAndNext(long structureId,
long groupId,
long parentStructureId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and parentStructureId = ?. |
abstract DDMStructure[] |
DDMStructurePersistence.filterFindByGroupId_PrevAndNext(long structureId,
long groupId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ?. |
static DDMStructure[] |
DDMStructureUtil.filterFindByGroupId_PrevAndNext(long structureId,
long groupId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ?. |
abstract DDMStructure |
DDMStructurePersistence.findByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?. |
static DDMStructure |
DDMStructureUtil.findByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?. |
abstract DDMStructure |
DDMStructurePersistence.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?. |
static DDMStructure |
DDMStructureUtil.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?. |
abstract DDMStructure[] |
DDMStructurePersistence.findByC_C_PrevAndNext(long structureId,
long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where companyId = ? and classNameId = ?. |
static DDMStructure[] |
DDMStructureUtil.findByC_C_PrevAndNext(long structureId,
long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where companyId = ? and classNameId = ?. |
abstract DDMStructure |
DDMStructurePersistence.findByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where classNameId = ?. |
static DDMStructure |
DDMStructureUtil.findByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where classNameId = ?. |
abstract DDMStructure |
DDMStructurePersistence.findByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where classNameId = ?. |
static DDMStructure |
DDMStructureUtil.findByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where classNameId = ?. |
abstract DDMStructure[] |
DDMStructurePersistence.findByClassNameId_PrevAndNext(long structureId,
long classNameId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where classNameId = ?. |
static DDMStructure[] |
DDMStructureUtil.findByClassNameId_PrevAndNext(long structureId,
long classNameId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where classNameId = ?. |
abstract DDMStructure |
DDMStructurePersistence.findByG_C_First(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and classNameId = ?. |
static DDMStructure |
DDMStructureUtil.findByG_C_First(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and classNameId = ?. |
abstract DDMStructure |
DDMStructurePersistence.findByG_C_Last(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and classNameId = ?. |
static DDMStructure |
DDMStructureUtil.findByG_C_Last(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and classNameId = ?. |
abstract DDMStructure[] |
DDMStructurePersistence.findByG_C_PrevAndNext(long structureId,
long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and classNameId = ?. |
static DDMStructure[] |
DDMStructureUtil.findByG_C_PrevAndNext(long structureId,
long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and classNameId = ?. |
abstract DDMStructure |
DDMStructurePersistence.findByG_C_S(long groupId,
long classNameId,
String structureKey)
Returns the d d m structure where groupId = ? and classNameId = ? and structureKey = ? or throws a NoSuchStructureException if it could not be found. |
static DDMStructure |
DDMStructureUtil.findByG_C_S(long groupId,
long classNameId,
String structureKey)
Returns the d d m structure where groupId = ? and classNameId = ? and structureKey = ? or throws a NoSuchStructureException if it could not be found. |
abstract DDMStructure |
DDMStructurePersistence.findByG_N_D_First(long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
static DDMStructure |
DDMStructureUtil.findByG_N_D_First(long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
abstract DDMStructure |
DDMStructurePersistence.findByG_N_D_Last(long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
static DDMStructure |
DDMStructureUtil.findByG_N_D_Last(long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
abstract DDMStructure[] |
DDMStructurePersistence.findByG_N_D_PrevAndNext(long structureId,
long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
static DDMStructure[] |
DDMStructureUtil.findByG_N_D_PrevAndNext(long structureId,
long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
abstract DDMStructure |
DDMStructurePersistence.findByG_P_First(long groupId,
long parentStructureId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and parentStructureId = ?. |
static DDMStructure |
DDMStructureUtil.findByG_P_First(long groupId,
long parentStructureId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and parentStructureId = ?. |
abstract DDMStructure |
DDMStructurePersistence.findByG_P_Last(long groupId,
long parentStructureId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and parentStructureId = ?. |
static DDMStructure |
DDMStructureUtil.findByG_P_Last(long groupId,
long parentStructureId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and parentStructureId = ?. |
abstract DDMStructure[] |
DDMStructurePersistence.findByG_P_PrevAndNext(long structureId,
long groupId,
long parentStructureId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and parentStructureId = ?. |
static DDMStructure[] |
DDMStructureUtil.findByG_P_PrevAndNext(long structureId,
long groupId,
long parentStructureId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and parentStructureId = ?. |
abstract DDMStructure |
DDMStructurePersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ?. |
static DDMStructure |
DDMStructureUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ?. |
abstract DDMStructure |
DDMStructurePersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ?. |
static DDMStructure |
DDMStructureUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ?. |
abstract DDMStructure[] |
DDMStructurePersistence.findByGroupId_PrevAndNext(long structureId,
long groupId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ?. |
static DDMStructure[] |
DDMStructureUtil.findByGroupId_PrevAndNext(long structureId,
long groupId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ?. |
abstract DDMStructure |
DDMStructurePersistence.findByParentStructureId_First(long parentStructureId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where parentStructureId = ?. |
static DDMStructure |
DDMStructureUtil.findByParentStructureId_First(long parentStructureId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where parentStructureId = ?. |
abstract DDMStructure |
DDMStructurePersistence.findByParentStructureId_Last(long parentStructureId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where parentStructureId = ?. |
static DDMStructure |
DDMStructureUtil.findByParentStructureId_Last(long parentStructureId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where parentStructureId = ?. |
abstract DDMStructure[] |
DDMStructurePersistence.findByParentStructureId_PrevAndNext(long structureId,
long parentStructureId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where parentStructureId = ?. |
static DDMStructure[] |
DDMStructureUtil.findByParentStructureId_PrevAndNext(long structureId,
long parentStructureId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where parentStructureId = ?. |
abstract DDMStructure |
DDMStructurePersistence.findByPrimaryKey(long structureId)
Returns the d d m structure with the primary key or throws a NoSuchStructureException if it could not be found. |
static DDMStructure |
DDMStructureUtil.findByPrimaryKey(long structureId)
Returns the d d m structure with the primary key or throws a NoSuchStructureException if it could not be found. |
abstract DDMStructure |
DDMStructurePersistence.findByStructureKey_First(String structureKey,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where structureKey = ?. |
static DDMStructure |
DDMStructureUtil.findByStructureKey_First(String structureKey,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where structureKey = ?. |
abstract DDMStructure |
DDMStructurePersistence.findByStructureKey_Last(String structureKey,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where structureKey = ?. |
static DDMStructure |
DDMStructureUtil.findByStructureKey_Last(String structureKey,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where structureKey = ?. |
abstract DDMStructure[] |
DDMStructurePersistence.findByStructureKey_PrevAndNext(long structureId,
String structureKey,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where structureKey = ?. |
static DDMStructure[] |
DDMStructureUtil.findByStructureKey_PrevAndNext(long structureId,
String structureKey,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where structureKey = ?. |
abstract DDMStructure |
DDMStructurePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ? and companyId = ?. |
static DDMStructure |
DDMStructureUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ? and companyId = ?. |
abstract DDMStructure |
DDMStructurePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ? and companyId = ?. |
static DDMStructure |
DDMStructureUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ? and companyId = ?. |
abstract DDMStructure[] |
DDMStructurePersistence.findByUuid_C_PrevAndNext(long structureId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where uuid = ? and companyId = ?. |
static DDMStructure[] |
DDMStructureUtil.findByUuid_C_PrevAndNext(long structureId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where uuid = ? and companyId = ?. |
abstract DDMStructure |
DDMStructurePersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ?. |
static DDMStructure |
DDMStructureUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ?. |
abstract DDMStructure |
DDMStructurePersistence.findByUUID_G(String uuid,
long groupId)
Returns the d d m structure where uuid = ? and groupId = ? or throws a NoSuchStructureException if it could not be found. |
static DDMStructure |
DDMStructureUtil.findByUUID_G(String uuid,
long groupId)
Returns the d d m structure where uuid = ? and groupId = ? or throws a NoSuchStructureException if it could not be found. |
abstract DDMStructure |
DDMStructurePersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ?. |
static DDMStructure |
DDMStructureUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ?. |
abstract DDMStructure[] |
DDMStructurePersistence.findByUuid_PrevAndNext(long structureId,
String uuid,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where uuid = ?. |
static DDMStructure[] |
DDMStructureUtil.findByUuid_PrevAndNext(long structureId,
String uuid,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where uuid = ?. |
abstract DDMStructure |
DDMStructurePersistence.remove(long structureId)
Removes the d d m structure with the primary key from the database. |
static DDMStructure |
DDMStructureUtil.remove(long structureId)
Removes the d d m structure with the primary key from the database. |
abstract DDMStructure |
DDMStructurePersistence.removeByG_C_S(long groupId,
long classNameId,
String structureKey)
Removes the d d m structure where groupId = ? and classNameId = ? and structureKey = ? from the database. |
static DDMStructure |
DDMStructureUtil.removeByG_C_S(long groupId,
long classNameId,
String structureKey)
Removes the d d m structure where groupId = ? and classNameId = ? and structureKey = ? from the database. |
abstract DDMStructure |
DDMStructurePersistence.removeByUUID_G(String uuid,
long groupId)
Removes the d d m structure where uuid = ? and groupId = ? from the database. |
static DDMStructure |
DDMStructureUtil.removeByUUID_G(String uuid,
long groupId)
Removes the d d m structure where uuid = ? and groupId = ? from the database. |
static DDMStructure |
DDMStructureUtil.update(DDMStructure ddmStructure)
|
static DDMStructure |
DDMStructureUtil.update(DDMStructure ddmStructure,
ServiceContext serviceContext)
|
abstract DDMStructure |
DDMStructurePersistence.updateImpl(DDMStructure ddmStructure)
|
static DDMStructure |
DDMStructureUtil.updateImpl(DDMStructure ddmStructure)
|
| Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that return types with arguments of type DDMStructure | |
|---|---|
abstract List<DDMStructure> |
DDMStructureFinder.filterFindByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String[] names,
String[] descriptions,
String[] storageTypes,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMStructure> |
DDMStructureFinderUtil.filterFindByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String[] names,
String[] descriptions,
String[] storageTypes,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
abstract List<DDMStructure> |
DDMStructureFinder.filterFindByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMStructure> |
DDMStructureFinderUtil.filterFindByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
abstract List<DDMStructure> |
DDMStructurePersistence.filterFindByG_C(long[] groupIds,
long classNameId)
Returns all the d d m structures that the user has permission to view where groupId = any ? and classNameId = ?. |
static List<DDMStructure> |
DDMStructureUtil.filterFindByG_C(long[] groupIds,
long classNameId)
Returns all the d d m structures that the user has permission to view where groupId = any ? and classNameId = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.filterFindByG_C(long[] groupIds,
long classNameId,
int start,
int end)
Returns a range of all the d d m structures that the user has permission to view where groupId = any ? and classNameId = ?. |
static List<DDMStructure> |
DDMStructureUtil.filterFindByG_C(long[] groupIds,
long classNameId,
int start,
int end)
Returns a range of all the d d m structures that the user has permission to view where groupId = any ? and classNameId = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.filterFindByG_C(long[] groupIds,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures that the user has permission to view where groupId = any ? and classNameId = ?. |
static List<DDMStructure> |
DDMStructureUtil.filterFindByG_C(long[] groupIds,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures that the user has permission to view where groupId = any ? and classNameId = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.filterFindByG_C(long groupId,
long classNameId)
Returns all the d d m structures that the user has permission to view where groupId = ? and classNameId = ?. |
static List<DDMStructure> |
DDMStructureUtil.filterFindByG_C(long groupId,
long classNameId)
Returns all the d d m structures that the user has permission to view where groupId = ? and classNameId = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.filterFindByG_C(long groupId,
long classNameId,
int start,
int end)
Returns a range of all the d d m structures that the user has permission to view where groupId = ? and classNameId = ?. |
static List<DDMStructure> |
DDMStructureUtil.filterFindByG_C(long groupId,
long classNameId,
int start,
int end)
Returns a range of all the d d m structures that the user has permission to view where groupId = ? and classNameId = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.filterFindByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and classNameId = ?. |
static List<DDMStructure> |
DDMStructureUtil.filterFindByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and classNameId = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.filterFindByG_N_D(long groupId,
String name,
String description)
Returns all the d d m structures that the user has permission to view where groupId = ? and name = ? and description = ?. |
static List<DDMStructure> |
DDMStructureUtil.filterFindByG_N_D(long groupId,
String name,
String description)
Returns all the d d m structures that the user has permission to view where groupId = ? and name = ? and description = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.filterFindByG_N_D(long groupId,
String name,
String description,
int start,
int end)
Returns a range of all the d d m structures that the user has permission to view where groupId = ? and name = ? and description = ?. |
static List<DDMStructure> |
DDMStructureUtil.filterFindByG_N_D(long groupId,
String name,
String description,
int start,
int end)
Returns a range of all the d d m structures that the user has permission to view where groupId = ? and name = ? and description = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.filterFindByG_N_D(long groupId,
String name,
String description,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and name = ? and description = ?. |
static List<DDMStructure> |
DDMStructureUtil.filterFindByG_N_D(long groupId,
String name,
String description,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and name = ? and description = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.filterFindByG_P(long groupId,
long parentStructureId)
Returns all the d d m structures that the user has permission to view where groupId = ? and parentStructureId = ?. |
static List<DDMStructure> |
DDMStructureUtil.filterFindByG_P(long groupId,
long parentStructureId)
Returns all the d d m structures that the user has permission to view where groupId = ? and parentStructureId = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.filterFindByG_P(long groupId,
long parentStructureId,
int start,
int end)
Returns a range of all the d d m structures that the user has permission to view where groupId = ? and parentStructureId = ?. |
static List<DDMStructure> |
DDMStructureUtil.filterFindByG_P(long groupId,
long parentStructureId,
int start,
int end)
Returns a range of all the d d m structures that the user has permission to view where groupId = ? and parentStructureId = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.filterFindByG_P(long groupId,
long parentStructureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and parentStructureId = ?. |
static List<DDMStructure> |
DDMStructureUtil.filterFindByG_P(long groupId,
long parentStructureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and parentStructureId = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.filterFindByGroupId(long groupId)
Returns all the d d m structures that the user has permission to view where groupId = ?. |
static List<DDMStructure> |
DDMStructureUtil.filterFindByGroupId(long groupId)
Returns all the d d m structures that the user has permission to view where groupId = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.filterFindByGroupId(long[] groupIds)
Returns all the d d m structures that the user has permission to view where groupId = any ?. |
static List<DDMStructure> |
DDMStructureUtil.filterFindByGroupId(long[] groupIds)
Returns all the d d m structures that the user has permission to view where groupId = any ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.filterFindByGroupId(long[] groupIds,
int start,
int end)
Returns a range of all the d d m structures that the user has permission to view where groupId = any ?. |
static List<DDMStructure> |
DDMStructureUtil.filterFindByGroupId(long[] groupIds,
int start,
int end)
Returns a range of all the d d m structures that the user has permission to view where groupId = any ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.filterFindByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures that the user has permission to view where groupId = any ?. |
static List<DDMStructure> |
DDMStructureUtil.filterFindByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures that the user has permission to view where groupId = any ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the d d m structures that the user has permission to view where groupId = ?. |
static List<DDMStructure> |
DDMStructureUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the d d m structures that the user has permission to view where groupId = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ?. |
static List<DDMStructure> |
DDMStructureUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ?. |
abstract List<DDMStructure> |
DDMStructureFinder.filterFindByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMStructure> |
DDMStructureFinderUtil.filterFindByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
|
abstract List<DDMStructure> |
DDMStructurePersistence.findAll()
Returns all the d d m structures. |
static List<DDMStructure> |
DDMStructureUtil.findAll()
Returns all the d d m structures. |
abstract List<DDMStructure> |
DDMStructurePersistence.findAll(int start,
int end)
Returns a range of all the d d m structures. |
static List<DDMStructure> |
DDMStructureUtil.findAll(int start,
int end)
Returns a range of all the d d m structures. |
abstract List<DDMStructure> |
DDMStructurePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures. |
static List<DDMStructure> |
DDMStructureUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures. |
abstract List<DDMStructure> |
DDMStructurePersistence.findByC_C(long companyId,
long classNameId)
Returns all the d d m structures where companyId = ? and classNameId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByC_C(long companyId,
long classNameId)
Returns all the d d m structures where companyId = ? and classNameId = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.findByC_C(long companyId,
long classNameId,
int start,
int end)
Returns a range of all the d d m structures where companyId = ? and classNameId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByC_C(long companyId,
long classNameId,
int start,
int end)
Returns a range of all the d d m structures where companyId = ? and classNameId = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where companyId = ? and classNameId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where companyId = ? and classNameId = ?. |
abstract List<DDMStructure> |
DDMStructureFinder.findByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String[] names,
String[] descriptions,
String[] storageTypes,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMStructure> |
DDMStructureFinderUtil.findByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String[] names,
String[] descriptions,
String[] storageTypes,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
abstract List<DDMStructure> |
DDMStructureFinder.findByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMStructure> |
DDMStructureFinderUtil.findByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
abstract List<DDMStructure> |
DDMStructurePersistence.findByClassNameId(long classNameId)
Returns all the d d m structures where classNameId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByClassNameId(long classNameId)
Returns all the d d m structures where classNameId = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.findByClassNameId(long classNameId,
int start,
int end)
Returns a range of all the d d m structures where classNameId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByClassNameId(long classNameId,
int start,
int end)
Returns a range of all the d d m structures where classNameId = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where classNameId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where classNameId = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.findByG_C(long[] groupIds,
long classNameId)
Returns all the d d m structures where groupId = any ? and classNameId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByG_C(long[] groupIds,
long classNameId)
Returns all the d d m structures where groupId = any ? and classNameId = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.findByG_C(long[] groupIds,
long classNameId,
int start,
int end)
Returns a range of all the d d m structures where groupId = any ? and classNameId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByG_C(long[] groupIds,
long classNameId,
int start,
int end)
Returns a range of all the d d m structures where groupId = any ? and classNameId = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.findByG_C(long[] groupIds,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where groupId = any ? and classNameId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByG_C(long[] groupIds,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where groupId = any ? and classNameId = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.findByG_C(long groupId,
long classNameId)
Returns all the d d m structures where groupId = ? and classNameId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByG_C(long groupId,
long classNameId)
Returns all the d d m structures where groupId = ? and classNameId = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.findByG_C(long groupId,
long classNameId,
int start,
int end)
Returns a range of all the d d m structures where groupId = ? and classNameId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByG_C(long groupId,
long classNameId,
int start,
int end)
Returns a range of all the d d m structures where groupId = ? and classNameId = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.findByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ? and classNameId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ? and classNameId = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.findByG_N_D(long groupId,
String name,
String description)
Returns all the d d m structures where groupId = ? and name = ? and description = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByG_N_D(long groupId,
String name,
String description)
Returns all the d d m structures where groupId = ? and name = ? and description = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.findByG_N_D(long groupId,
String name,
String description,
int start,
int end)
Returns a range of all the d d m structures where groupId = ? and name = ? and description = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByG_N_D(long groupId,
String name,
String description,
int start,
int end)
Returns a range of all the d d m structures where groupId = ? and name = ? and description = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.findByG_N_D(long groupId,
String name,
String description,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ? and name = ? and description = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByG_N_D(long groupId,
String name,
String description,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ? and name = ? and description = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.findByG_P(long groupId,
long parentStructureId)
Returns all the d d m structures where groupId = ? and parentStructureId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByG_P(long groupId,
long parentStructureId)
Returns all the d d m structures where groupId = ? and parentStructureId = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.findByG_P(long groupId,
long parentStructureId,
int start,
int end)
Returns a range of all the d d m structures where groupId = ? and parentStructureId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByG_P(long groupId,
long parentStructureId,
int start,
int end)
Returns a range of all the d d m structures where groupId = ? and parentStructureId = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.findByG_P(long groupId,
long parentStructureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ? and parentStructureId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByG_P(long groupId,
long parentStructureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ? and parentStructureId = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.findByGroupId(long groupId)
Returns all the d d m structures where groupId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByGroupId(long groupId)
Returns all the d d m structures where groupId = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.findByGroupId(long[] groupIds)
Returns all the d d m structures where groupId = any ?. |
static List<DDMStructure> |
DDMStructureUtil.findByGroupId(long[] groupIds)
Returns all the d d m structures where groupId = any ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.findByGroupId(long[] groupIds,
int start,
int end)
Returns a range of all the d d m structures where groupId = any ?. |
static List<DDMStructure> |
DDMStructureUtil.findByGroupId(long[] groupIds,
int start,
int end)
Returns a range of all the d d m structures where groupId = any ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.findByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where groupId = any ?. |
static List<DDMStructure> |
DDMStructureUtil.findByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where groupId = any ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the d d m structures where groupId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the d d m structures where groupId = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ?. |
abstract List<DDMStructure> |
DDMStructureFinder.findByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMStructure> |
DDMStructureFinderUtil.findByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
|
abstract List<DDMStructure> |
DDMStructurePersistence.findByParentStructureId(long parentStructureId)
Returns all the d d m structures where parentStructureId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByParentStructureId(long parentStructureId)
Returns all the d d m structures where parentStructureId = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.findByParentStructureId(long parentStructureId,
int start,
int end)
Returns a range of all the d d m structures where parentStructureId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByParentStructureId(long parentStructureId,
int start,
int end)
Returns a range of all the d d m structures where parentStructureId = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.findByParentStructureId(long parentStructureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where parentStructureId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByParentStructureId(long parentStructureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where parentStructureId = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.findByStructureKey(String structureKey)
Returns all the d d m structures where structureKey = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByStructureKey(String structureKey)
Returns all the d d m structures where structureKey = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.findByStructureKey(String structureKey,
int start,
int end)
Returns a range of all the d d m structures where structureKey = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByStructureKey(String structureKey,
int start,
int end)
Returns a range of all the d d m structures where structureKey = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.findByStructureKey(String structureKey,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where structureKey = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByStructureKey(String structureKey,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where structureKey = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.findByUuid_C(String uuid,
long companyId)
Returns all the d d m structures where uuid = ? and companyId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByUuid_C(String uuid,
long companyId)
Returns all the d d m structures where uuid = ? and companyId = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the d d m structures where uuid = ? and companyId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the d d m structures where uuid = ? and companyId = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where uuid = ? and companyId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where uuid = ? and companyId = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.findByUuid(String uuid)
Returns all the d d m structures where uuid = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByUuid(String uuid)
Returns all the d d m structures where uuid = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the d d m structures where uuid = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the d d m structures where uuid = ?. |
abstract List<DDMStructure> |
DDMStructurePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where uuid = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where uuid = ?. |
static List<DDMStructure> |
DDMStructureUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<DDMStructure> |
DDMStructureUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<DDMStructure> |
DDMStructureUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
| Methods in com.liferay.portlet.dynamicdatamapping.service.persistence with parameters of type DDMStructure | |
|---|---|
abstract void |
DDMStructurePersistence.cacheResult(DDMStructure ddmStructure)
Caches the d d m structure in the entity cache if it is enabled. |
static void |
DDMStructureUtil.cacheResult(DDMStructure ddmStructure)
Caches the d d m structure in the entity cache if it is enabled. |
static void |
DDMStructureUtil.clearCache(DDMStructure ddmStructure)
|
static DDMStructure |
DDMStructureUtil.update(DDMStructure ddmStructure)
|
static DDMStructure |
DDMStructureUtil.update(DDMStructure ddmStructure,
ServiceContext serviceContext)
|
abstract DDMStructure |
DDMStructurePersistence.updateImpl(DDMStructure ddmStructure)
|
static DDMStructure |
DDMStructureUtil.updateImpl(DDMStructure ddmStructure)
|
| Method parameters in com.liferay.portlet.dynamicdatamapping.service.persistence with type arguments of type DDMStructure | |
|---|---|
abstract void |
DDMStructurePersistence.cacheResult(List<DDMStructure> ddmStructures)
Caches the d d m structures in the entity cache if it is enabled. |
static void |
DDMStructureUtil.cacheResult(List<DDMStructure> ddmStructures)
Caches the d d m structures in the entity cache if it is enabled. |
| Uses of DDMStructure in com.liferay.portlet.dynamicdatamapping.storage |
|---|
| Methods in com.liferay.portlet.dynamicdatamapping.storage that return DDMStructure | |
|---|---|
DDMStructure |
Field.getDDMStructure()
|
| Uses of DDMStructure in com.liferay.portlet.dynamicdatamapping.util |
|---|
| Methods in com.liferay.portlet.dynamicdatamapping.util that return DDMStructure | |
|---|---|
static DDMStructure |
DDMTemplateHelperUtil.fetchStructure(DDMTemplate ddmTemplate)
|
abstract DDMStructure |
DDMTemplateHelper.fetchStructure(DDMTemplate template)
|
| Methods in com.liferay.portlet.dynamicdatamapping.util with parameters of type DDMStructure | |
|---|---|
static void |
DDMIndexerUtil.addAttributes(Document document,
DDMStructure ddmStructure,
Fields fields)
|
abstract void |
DDMIndexer.addAttributes(Document document,
DDMStructure ddmStructure,
Fields fields)
|
static String |
DDMIndexerUtil.extractAttributes(DDMStructure ddmStructure,
Fields fields,
Locale locale)
|
abstract String |
DDMIndexer.extractIndexableAttributes(DDMStructure ddmStructure,
Fields fields,
Locale locale)
|
abstract String |
DDMDisplay.getEditStructureDefaultValuesURL(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse,
DDMStructure structure,
String redirectURL,
String backURL)
|
String |
BaseDDMDisplay.getEditStructureDefaultValuesURL(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse,
DDMStructure structure,
String redirectURL,
String backURL)
|
abstract String |
DDMDisplay.getEditTemplateTitle(DDMStructure structure,
DDMTemplate template,
Locale locale)
|
String |
BaseDDMDisplay.getEditTemplateTitle(DDMStructure structure,
DDMTemplate template,
Locale locale)
|
abstract Fields |
DDMXML.getFields(DDMStructure structure,
String xml)
|
static Fields |
DDMXMLUtil.getFields(DDMStructure structure,
String xml)
|
abstract Fields |
DDMXML.getFields(DDMStructure structure,
XPath xPath,
String xml,
List<String> fieldNames)
|
static Fields |
DDMXMLUtil.getFields(DDMStructure structure,
XPath xPath,
String xml,
List<String> fieldNames)
|
abstract String |
DDMXSD.getHTML(javax.servlet.jsp.PageContext pageContext,
DDMStructure ddmStructure,
Fields fields,
String portletNamespace,
String namespace,
boolean readOnly,
Locale locale)
|
static String |
DDMXSDUtil.getHTML(javax.servlet.jsp.PageContext pageContext,
DDMStructure ddmStructure,
Fields fields,
String portletNamespace,
String namespace,
boolean readOnly,
Locale locale)
|
abstract JSONArray |
DDMXSD.getJSONArray(DDMStructure structure,
String xsd)
|
static JSONArray |
DDMXSDUtil.getJSONArray(DDMStructure structure,
String xsd)
|
abstract String |
DDMDisplay.getViewTemplatesTitle(DDMStructure structure,
boolean controlPanel,
Locale locale)
|
String |
BaseDDMDisplay.getViewTemplatesTitle(DDMStructure structure,
boolean controlPanel,
Locale locale)
|
abstract String |
DDMDisplay.getViewTemplatesTitle(DDMStructure structure,
Locale locale)
|
String |
BaseDDMDisplay.getViewTemplatesTitle(DDMStructure structure,
Locale locale)
|
abstract boolean |
DDMDisplay.isEnableSelectStructureLink(DDMStructure structure,
long classPK)
|
boolean |
BaseDDMDisplay.isEnableSelectStructureLink(DDMStructure structure,
long classPK)
|
| Uses of DDMStructure in com.liferay.portlet.journal.model |
|---|
| Constructors in com.liferay.portlet.journal.model with parameters of type DDMStructure | |
|---|---|
JournalStructureAdapter(DDMStructure ddmStructure)
|
|
| Uses of DDMStructure in com.liferay.portlet.journal.util |
|---|
| Methods in com.liferay.portlet.journal.util with parameters of type DDMStructure | |
|---|---|
static String |
JournalConverterUtil.getContent(DDMStructure ddmStructure,
Fields ddmFields)
|
abstract String |
JournalConverter.getContent(DDMStructure ddmStructure,
Fields ddmFields)
|
static Fields |
JournalConverterUtil.getDDMFields(DDMStructure ddmStructure,
String content)
|
abstract Fields |
JournalConverter.getDDMFields(DDMStructure ddmStructure,
String content)
|
|
Liferay 6.2.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||