|
Liferay 7.0-ce-m3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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<ClassTypeField> |
DDMStructureClassType.getClassTypeFields(DDMStructure ddmStructure)
|
| Uses of DDMStructure in com.liferay.portlet.documentlibrary.context |
|---|
| Methods in com.liferay.portlet.documentlibrary.context that return types with arguments of type DDMStructure | |
|---|---|
List<DDMStructure> |
DLViewFileVersionDisplayContext.getDDMStructures()
|
List<DDMStructure> |
BaseDLViewFileVersionDisplayContext.getDDMStructures()
|
| Methods in com.liferay.portlet.documentlibrary.context with parameters of type DDMStructure | |
|---|---|
Fields |
DLViewFileVersionDisplayContext.getFields(DDMStructure ddmStructure)
|
Fields |
BaseDLViewFileVersionDisplayContext.getFields(DDMStructure ddmStructure)
|
boolean |
DLEditFileEntryDisplayContext.isDDMStructureVisible(DDMStructure ddmStructure)
|
boolean |
BaseDLEditFileEntryDisplayContext.isDDMStructureVisible(DDMStructure ddmStructure)
|
| Uses of DDMStructure in com.liferay.portlet.documentlibrary.model |
|---|
| Methods in com.liferay.portlet.documentlibrary.model that return DDMStructure | |
|---|---|
DDMStructure |
DLFileEntryMetadataWrapper.getDDMStructure()
|
DDMStructure |
DLFileEntryMetadata.getDDMStructure()
|
| Methods in com.liferay.portlet.documentlibrary.model that return types with arguments of type DDMStructure | |
|---|---|
List<DDMStructure> |
DLFileEntryType.getDDMStructures()
|
List<DDMStructure> |
DLFileVersionWrapper.getDDMStructures()
|
List<DDMStructure> |
DLFileEntryTypeWrapper.getDDMStructures()
|
List<DDMStructure> |
DLFileVersion.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)
|
void |
DLFileEntryMetadataLocalService.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)
|
| 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. |
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. |
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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures associated with the document library file entry type. |
List<DDMStructure> |
DLFileEntryTypePersistence.getDDMStructures(long pk,
int start,
int end,
OrderByComparator<DDMStructure> 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. |
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. |
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. |
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 List<DDMStructure> |
DLFileEntryTypeUtil.getDDMStructures(long pk,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures associated with the document library file entry type. |
List<DDMStructure> |
DLFileEntryTypePersistence.getDDMStructures(long pk,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures associated with the document library file entry type. |
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. |
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. |
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 | |
|---|---|
DDMStructure |
DDLRecordSetWrapper.getDDMStructure()
|
DDMStructure |
DDLRecordSet.getDDMStructure()
|
DDMStructure |
DDLRecordSetWrapper.getDDMStructure(long formDDMTemplateId)
|
DDMStructure |
DDLRecordSet.getDDMStructure(long formDDMTemplateId)
|
| Uses of DDMStructure in com.liferay.portlet.dynamicdatalists.util.test |
|---|
| Methods in com.liferay.portlet.dynamicdatalists.util.test with parameters of type DDMStructure | |
|---|---|
DDLRecordSet |
DDLRecordSetTestHelper.addRecordSet(DDMStructure ddmStructure)
|
| 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 | |
|---|---|
DDMStructure |
DDMStorageLinkWrapper.getStructure()
|
DDMStructure |
DDMStructureLink.getStructure()
|
DDMStructure |
DDMStructureLinkWrapper.getStructure()
|
DDMStructure |
DDMStorageLink.getStructure()
|
DDMStructure |
DDMStructureWrapper.getWrappedDDMStructure()
Deprecated. As of 6.1.0, replaced by DDMStructureWrapper.getWrappedModel() |
DDMStructure |
DDMStructureWrapper.getWrappedModel()
|
DDMStructure |
DDMStructureModel.toEscapedModel()
|
DDMStructure |
DDMStructureWrapper.toEscapedModel()
|
DDMStructure |
DDMStructureModel.toUnescapedModel()
|
DDMStructure |
DDMStructureWrapper.toUnescapedModel()
|
| Methods in com.liferay.portlet.dynamicdatamapping.model that return types with arguments of type DDMStructure | |
|---|---|
CacheModel<DDMStructure> |
DDMStructureModel.toCacheModel()
|
CacheModel<DDMStructure> |
DDMStructureWrapper.toCacheModel()
|
| Methods in com.liferay.portlet.dynamicdatamapping.model with parameters of type DDMStructure | |
|---|---|
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 | |
|---|---|
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. |
static DDMStructure |
DDMStructureLocalServiceUtil.addDDMStructure(DDMStructure ddmStructure)
Adds the d d m structure to the database. |
DDMStructure |
DDMStructureLocalService.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,
DDMForm ddmForm,
String storageType,
int type,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureLocalServiceUtil.addStructure(long userId,
long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
String storageType,
int type,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalService.addStructure(long userId,
long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
String storageType,
int type,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalServiceWrapper.addStructure(long userId,
long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
String storageType,
int type,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureLocalServiceWrapper.addStructure(long, long,
long, long, String, Map, Map, DDMForm, String, int,
ServiceContext) |
static DDMStructure |
DDMStructureLocalServiceUtil.addStructure(long userId,
long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
String storageType,
int type,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureLocalServiceUtil.addStructure(long, long,
long, long, String, Map, Map, DDMForm, String, int,
ServiceContext) |
DDMStructure |
DDMStructureLocalService.addStructure(long userId,
long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
String storageType,
int type,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureLocalService.addStructure(long, long,
long, long, String, Map, Map, DDMForm, String, int,
ServiceContext) |
DDMStructure |
DDMStructureService.addStructure(long userId,
long groupId,
long classNameId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalServiceWrapper.addStructure(long userId,
long groupId,
long classNameId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureLocalServiceUtil.addStructure(long userId,
long groupId,
long classNameId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureServiceWrapper.addStructure(long userId,
long groupId,
long classNameId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalService.addStructure(long userId,
long groupId,
long classNameId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureServiceUtil.addStructure(long userId,
long groupId,
long classNameId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureService.addStructure(long userId,
long groupId,
long classNameId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureService.addStructure(long, long,
long, Map, Map, DDMForm, ServiceContext) |
DDMStructure |
DDMStructureLocalServiceWrapper.addStructure(long userId,
long groupId,
long classNameId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureLocalServiceWrapper.addStructure(long, long,
long, Map, Map, DDMForm, ServiceContext) |
static DDMStructure |
DDMStructureLocalServiceUtil.addStructure(long userId,
long groupId,
long classNameId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureLocalServiceUtil.addStructure(long, long,
long, Map, Map, DDMForm, ServiceContext) |
DDMStructure |
DDMStructureServiceWrapper.addStructure(long userId,
long groupId,
long classNameId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureServiceWrapper.addStructure(long, long,
long, Map, Map, DDMForm, ServiceContext) |
DDMStructure |
DDMStructureLocalService.addStructure(long userId,
long groupId,
long classNameId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureLocalService.addStructure(long, long,
long, Map, Map, DDMForm, ServiceContext) |
static DDMStructure |
DDMStructureServiceUtil.addStructure(long userId,
long groupId,
long classNameId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureServiceUtil.addStructure(long, long,
long, Map, Map, DDMForm, ServiceContext) |
DDMStructure |
DDMStructureService.addStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
String storageType,
int type,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureServiceWrapper.addStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
String storageType,
int type,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureServiceUtil.addStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
String storageType,
int type,
ServiceContext serviceContext)
|
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)
Deprecated. As of 7.0.0, replaced by DDMStructureService.addStructure(long, long,
long, String, Map, Map, DDMForm, String, int,
ServiceContext) |
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)
Deprecated. As of 7.0.0, replaced by DDMStructureServiceWrapper.addStructure(long, long,
long, String, Map, Map, DDMForm, String, int,
ServiceContext) |
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)
Deprecated. As of 7.0.0, replaced by DDMStructureServiceUtil.addStructure(long, long,
long, String, Map, Map, DDMForm, String, int,
ServiceContext) |
DDMStructure |
DDMStructureService.addStructure(long userId,
long groupId,
String parentStructureKey,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
String storageType,
int type,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalServiceWrapper.addStructure(long userId,
long groupId,
String parentStructureKey,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
String storageType,
int type,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureLocalServiceUtil.addStructure(long userId,
long groupId,
String parentStructureKey,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
String storageType,
int type,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureServiceWrapper.addStructure(long userId,
long groupId,
String parentStructureKey,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
String storageType,
int type,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalService.addStructure(long userId,
long groupId,
String parentStructureKey,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
String storageType,
int type,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureServiceUtil.addStructure(long userId,
long groupId,
String parentStructureKey,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
String storageType,
int type,
ServiceContext serviceContext)
|
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)
Deprecated. As of 7.0.0, replaced by DDMStructureService.addStructure(long, long,
String, long, String, Map, Map, DDMForm, String, int,
ServiceContext) |
DDMStructure |
DDMStructureLocalServiceWrapper.addStructure(long userId,
long groupId,
String parentStructureKey,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
String storageType,
int type,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureLocalServiceWrapper.addStructure(long, long,
String, long, String, Map, Map, DDMForm, String, int,
ServiceContext) |
static DDMStructure |
DDMStructureLocalServiceUtil.addStructure(long userId,
long groupId,
String parentStructureKey,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
String storageType,
int type,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureLocalServiceUtil.addStructure(long, long,
String, long, String, Map, Map, DDMForm, String, int,
ServiceContext) |
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)
Deprecated. As of 7.0.0, replaced by DDMStructureServiceWrapper.addStructure(long, long,
String, long, String, Map, Map, DDMForm, String, int,
ServiceContext) |
DDMStructure |
DDMStructureLocalService.addStructure(long userId,
long groupId,
String parentStructureKey,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
String storageType,
int type,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureLocalService.addStructure(long, long,
String, long, String, Map, Map, DDMForm, String, int,
ServiceContext) |
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)
Deprecated. As of 7.0.0, replaced by DDMStructureServiceUtil.addStructure(long, long,
String, long, String, Map, Map, DDMForm, String, int,
ServiceContext) |
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. |
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 |
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. |
DDMStructure |
DDMStructureLocalServiceWrapper.copyStructure(long userId,
long structureId,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureLocalServiceUtil.copyStructure(long userId,
long structureId,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalService.copyStructure(long userId,
long structureId,
ServiceContext serviceContext)
|
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. |
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. |
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 |
DDMStructureService.copyStructure(long structureId,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureServiceWrapper.copyStructure(long structureId,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureServiceUtil.copyStructure(long structureId,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalServiceWrapper.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 |
DDMStructureLocalService.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. |
static DDMStructure |
DDMStructureLocalServiceUtil.deleteDDMStructure(DDMStructure ddmStructure)
Deletes the d d m structure from the database. |
DDMStructure |
DDMStructureLocalService.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. |
static DDMStructure |
DDMStructureLocalServiceUtil.deleteDDMStructure(long structureId)
Deletes the d d m structure with the primary key from the database. |
DDMStructure |
DDMStructureLocalService.deleteDDMStructure(long structureId)
Deletes the d d m structure with the primary key from the database. |
DDMStructure |
DDMStructureLocalServiceWrapper.fetchDDMStructure(long structureId)
|
static DDMStructure |
DDMStructureLocalServiceUtil.fetchDDMStructure(long structureId)
|
DDMStructure |
DDMStructureLocalService.fetchDDMStructure(long structureId)
|
DDMStructure |
DDMStructureLocalServiceWrapper.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 |
DDMStructureLocalService.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. |
static DDMStructure |
DDMStructureLocalServiceUtil.fetchStructure(long structureId)
Returns the structure with the ID. |
DDMStructure |
DDMStructureLocalService.fetchStructure(long structureId)
Returns the structure with the ID. |
DDMStructure |
DDMStructureService.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)
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 |
DDMStructureServiceWrapper.fetchStructure(long groupId,
long classNameId,
String structureKey)
Returns the structure matching the class name ID, structure key, and group. |
DDMStructure |
DDMStructureLocalService.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 |
DDMStructureLocalServiceWrapper.fetchStructure(long groupId,
long classNameId,
String structureKey,
boolean includeAncestorStructures)
Returns the structure matching the class name ID, structure key, and group, optionally searching ancestor sites (that have sharing enabled) and global scoped sites. |
static DDMStructure |
DDMStructureLocalServiceUtil.fetchStructure(long groupId,
long classNameId,
String structureKey,
boolean includeAncestorStructures)
Returns the structure matching the class name ID, structure key, and group, optionally searching ancestor sites (that have sharing enabled) and global scoped sites. |
DDMStructure |
DDMStructureLocalService.fetchStructure(long groupId,
long classNameId,
String structureKey,
boolean includeAncestorStructures)
Returns the structure matching the class name ID, structure key, and group, optionally searching ancestor sites (that have sharing enabled) and global scoped sites. |
DDMStructure |
DDMStructureLocalServiceWrapper.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 |
DDMStructureLocalService.getDDMStructure(long structureId)
Returns the d d m structure with the primary key. |
DDMStructure |
DDMStructureLocalServiceWrapper.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 |
DDMStructureLocalService.getDDMStructureByUuidAndGroupId(String uuid,
long groupId)
Returns the d d m structure matching the UUID and group. |
DDMStructure |
DDMStructureService.getStructure(long structureId)
Returns the structure with the ID. |
DDMStructure |
DDMStructureLocalServiceWrapper.getStructure(long structureId)
Returns the structure with the ID. |
static DDMStructure |
DDMStructureLocalServiceUtil.getStructure(long structureId)
Returns the structure with the ID. |
DDMStructure |
DDMStructureServiceWrapper.getStructure(long structureId)
Returns the structure with the ID. |
DDMStructure |
DDMStructureLocalService.getStructure(long structureId)
Returns the structure with the ID. |
static DDMStructure |
DDMStructureServiceUtil.getStructure(long structureId)
Returns the structure with the ID. |
DDMStructure |
DDMStructureService.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)
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 |
DDMStructureServiceWrapper.getStructure(long groupId,
long classNameId,
String structureKey)
Returns the structure matching the class name ID, structure key, and group. |
DDMStructure |
DDMStructureLocalService.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 |
DDMStructureService.getStructure(long groupId,
long classNameId,
String structureKey,
boolean includeAncestorStructures)
Returns the structure matching the class name ID, structure key, and group, optionally searching ancestor sites (that have sharing enabled) and global scoped sites. |
DDMStructure |
DDMStructureLocalServiceWrapper.getStructure(long groupId,
long classNameId,
String structureKey,
boolean includeAncestorStructures)
Returns the structure matching the class name ID, structure key, and group, optionally searching ancestor sites (that have sharing enabled) and global scoped sites. |
static DDMStructure |
DDMStructureLocalServiceUtil.getStructure(long groupId,
long classNameId,
String structureKey,
boolean includeAncestorStructures)
Returns the structure matching the class name ID, structure key, and group, optionally searching ancestor sites (that have sharing enabled) and global scoped sites. |
DDMStructure |
DDMStructureServiceWrapper.getStructure(long groupId,
long classNameId,
String structureKey,
boolean includeAncestorStructures)
Returns the structure matching the class name ID, structure key, and group, optionally searching ancestor sites (that have sharing enabled) and global scoped sites. |
DDMStructure |
DDMStructureLocalService.getStructure(long groupId,
long classNameId,
String structureKey,
boolean includeAncestorStructures)
Returns the structure matching the class name ID, structure key, and group, optionally searching ancestor sites (that have sharing enabled) and global scoped sites. |
static DDMStructure |
DDMStructureServiceUtil.getStructure(long groupId,
long classNameId,
String structureKey,
boolean includeAncestorStructures)
Returns the structure matching the class name ID, structure key, and group, optionally searching ancestor sites (that have sharing enabled) and global scoped sites. |
DDMStructure |
DDMStructureLocalServiceWrapper.updateDDMForm(long structureId,
DDMForm ddmForm,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureLocalServiceUtil.updateDDMForm(long structureId,
DDMForm ddmForm,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalService.updateDDMForm(long structureId,
DDMForm ddmForm,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalServiceWrapper.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 |
DDMStructureLocalService.updateDDMStructure(DDMStructure ddmStructure)
Updates the d d m structure in the database or adds it if it does not yet exist. |
DDMStructure |
DDMStructureService.updateStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalServiceWrapper.updateStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureLocalServiceUtil.updateStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureServiceWrapper.updateStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalService.updateStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureServiceUtil.updateStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureService.updateStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureService.updateStructure(long, long,
long, String, Map, Map, DDMForm, ServiceContext) |
DDMStructure |
DDMStructureLocalServiceWrapper.updateStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureLocalServiceWrapper.updateStructure(long, long,
long, String, Map, Map, DDMForm, ServiceContext) |
static DDMStructure |
DDMStructureLocalServiceUtil.updateStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureLocalServiceUtil.updateStructure(long, long,
long, String, Map, Map, DDMForm, ServiceContext) |
DDMStructure |
DDMStructureServiceWrapper.updateStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureServiceWrapper.updateStructure(long, long,
long, String, Map, Map, DDMForm, ServiceContext) |
DDMStructure |
DDMStructureLocalService.updateStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureLocalService.updateStructure(long, long,
long, String, Map, Map, DDMForm, ServiceContext) |
static DDMStructure |
DDMStructureServiceUtil.updateStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureServiceUtil.updateStructure(long, long,
long, String, Map, Map, DDMForm, ServiceContext) |
DDMStructure |
DDMStructureService.updateStructure(long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalServiceWrapper.updateStructure(long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureLocalServiceUtil.updateStructure(long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureServiceWrapper.updateStructure(long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalService.updateStructure(long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureServiceUtil.updateStructure(long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureService.updateStructure(long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureService.updateStructure(long, long,
Map, Map, DDMForm, ServiceContext) |
DDMStructure |
DDMStructureLocalServiceWrapper.updateStructure(long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureLocalServiceWrapper.updateStructure(long, long,
Map, Map, DDMForm, ServiceContext) |
static DDMStructure |
DDMStructureLocalServiceUtil.updateStructure(long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureLocalServiceUtil.updateStructure(long, long,
Map, Map, DDMForm, ServiceContext) |
DDMStructure |
DDMStructureServiceWrapper.updateStructure(long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureServiceWrapper.updateStructure(long, long,
Map, Map, DDMForm, ServiceContext) |
DDMStructure |
DDMStructureLocalService.updateStructure(long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureLocalService.updateStructure(long, long,
Map, Map, DDMForm, ServiceContext) |
static DDMStructure |
DDMStructureServiceUtil.updateStructure(long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureServiceUtil.updateStructure(long, long,
Map, Map, DDMForm, ServiceContext) |
DDMStructure |
DDMStructureLocalServiceWrapper.updateXSD(long structureId,
String definition,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #updateDDMForm(long, String,
ServiceContext) |
static DDMStructure |
DDMStructureLocalServiceUtil.updateXSD(long structureId,
String definition,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #updateDDMForm(long, String,
ServiceContext) |
DDMStructure |
DDMStructureLocalService.updateXSD(long structureId,
String definition,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #updateDDMForm(long, String,
ServiceContext) |
| 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) |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getClassStructures(long classNameId)
Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceUtil.getClassStructures(long,
long) |
List<DDMStructure> |
DDMStructureLocalService.getClassStructures(long classNameId)
Deprecated. As of 6.2.0, replaced by DDMStructureLocalService.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) |
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> |
DDMStructureLocalService.getClassStructures(long classNameId,
int start,
int end)
Deprecated. As of 6.2.0, replaced by DDMStructureLocalService.getClassStructures(long,
long, int, int) |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.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> |
DDMStructureLocalService.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. |
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> |
DDMStructureLocalService.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<DDMStructure> orderByComparator)
Returns all the structures matching the class name ID ordered by the comparator. |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getClassStructures(long companyId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns all the structures matching the class name ID ordered by the comparator. |
List<DDMStructure> |
DDMStructureLocalService.getClassStructures(long companyId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns all the structures matching the class name ID ordered by the comparator. |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getClassStructures(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceWrapper.getClassStructures(long,
long, OrderByComparator) |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getClassStructures(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceUtil.getClassStructures(long,
long, OrderByComparator) |
List<DDMStructure> |
DDMStructureLocalService.getClassStructures(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Deprecated. As of 6.2.0, replaced by DDMStructureLocalService.getClassStructures(long,
long, OrderByComparator) |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.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> |
DDMStructureLocalService.getDDMStructures(int start,
int end)
Returns a range of all the d d m structures. |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getDDMStructuresByUuidAndCompanyId(String uuid,
long companyId)
Returns all the d d m structures matching the UUID and company. |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getDDMStructuresByUuidAndCompanyId(String uuid,
long companyId)
Returns all the d d m structures matching the UUID and company. |
List<DDMStructure> |
DDMStructureLocalService.getDDMStructuresByUuidAndCompanyId(String uuid,
long companyId)
Returns all the d d m structures matching the UUID and company. |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getDDMStructuresByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns a range of d d m structures matching the UUID and company. |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getDDMStructuresByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns a range of d d m structures matching the UUID and company. |
List<DDMStructure> |
DDMStructureLocalService.getDDMStructuresByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns a range of d d m structures matching the UUID and company. |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getDLFileEntryTypeDDMStructures(long fileEntryTypeId)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getDLFileEntryTypeDDMStructures(long fileEntryTypeId)
|
List<DDMStructure> |
DDMStructureLocalService.getDLFileEntryTypeDDMStructures(long fileEntryTypeId)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getDLFileEntryTypeDDMStructures(long fileEntryTypeId,
int start,
int end)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getDLFileEntryTypeDDMStructures(long fileEntryTypeId,
int start,
int end)
|
List<DDMStructure> |
DDMStructureLocalService.getDLFileEntryTypeDDMStructures(long fileEntryTypeId,
int start,
int end)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getDLFileEntryTypeDDMStructures(long fileEntryTypeId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getDLFileEntryTypeDDMStructures(long fileEntryTypeId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
|
List<DDMStructure> |
DDMStructureLocalService.getDLFileEntryTypeDDMStructures(long fileEntryTypeId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.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> |
DDMStructureLocalService.getDLFileEntryTypeStructures(long dlFileEntryTypeId)
Returns all the structures for the document library file entry type. |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getJournalFolderDDMStructures(long folderId)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getJournalFolderDDMStructures(long folderId)
|
List<DDMStructure> |
DDMStructureLocalService.getJournalFolderDDMStructures(long folderId)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getJournalFolderDDMStructures(long folderId,
int start,
int end)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getJournalFolderDDMStructures(long folderId,
int start,
int end)
|
List<DDMStructure> |
DDMStructureLocalService.getJournalFolderDDMStructures(long folderId,
int start,
int end)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getJournalFolderDDMStructures(long folderId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getJournalFolderDDMStructures(long folderId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
|
List<DDMStructure> |
DDMStructureLocalService.getJournalFolderDDMStructures(long folderId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
|
List<DDMStructure> |
DDMStructureService.getJournalFolderStructures(long[] groupIds,
long journalFolderId,
int restrictionType)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getJournalFolderStructures(long[] groupIds,
long journalFolderId,
int restrictionType)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getJournalFolderStructures(long[] groupIds,
long journalFolderId,
int restrictionType)
|
List<DDMStructure> |
DDMStructureServiceWrapper.getJournalFolderStructures(long[] groupIds,
long journalFolderId,
int restrictionType)
|
List<DDMStructure> |
DDMStructureLocalService.getJournalFolderStructures(long[] groupIds,
long journalFolderId,
int restrictionType)
|
static List<DDMStructure> |
DDMStructureServiceUtil.getJournalFolderStructures(long[] groupIds,
long journalFolderId,
int restrictionType)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.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> |
DDMStructureLocalService.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() |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructureEntries()
Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceUtil.getStructures() |
List<DDMStructure> |
DDMStructureLocalService.getStructureEntries()
Deprecated. As of 6.2.0, replaced by DDMStructureLocalService.getStructures() |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructureEntries(long groupId)
Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceWrapper.getStructures(long) |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructureEntries(long groupId)
Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceUtil.getStructures(long) |
List<DDMStructure> |
DDMStructureLocalService.getStructureEntries(long groupId)
Deprecated. As of 6.2.0, replaced by DDMStructureLocalService.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) |
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> |
DDMStructureLocalService.getStructureEntries(long groupId,
int start,
int end)
Deprecated. As of 6.2.0, replaced by DDMStructureLocalService.getStructures(long, int,
int) |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructures()
Returns all the structures present in the system. |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructures()
Returns all the structures present in the system. |
List<DDMStructure> |
DDMStructureLocalService.getStructures()
Returns all the structures present in the system. |
List<DDMStructure> |
DDMStructureService.getStructures(long groupId)
Returns all the structures in the group that the user has permission to view. |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructures(long groupId)
Returns all the structures present in the group. |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructures(long groupId)
Returns all the structures present in the group. |
List<DDMStructure> |
DDMStructureServiceWrapper.getStructures(long groupId)
Returns all the structures in the group that the user has permission to view. |
List<DDMStructure> |
DDMStructureLocalService.getStructures(long groupId)
Returns all the structures present in the group. |
static List<DDMStructure> |
DDMStructureServiceUtil.getStructures(long groupId)
Returns all the structures in the group that the user has permission to view. |
List<DDMStructure> |
DDMStructureService.getStructures(long[] groupIds)
Returns all the structures in the groups that the user has permission to view. |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructures(long[] groupIds)
Returns all the structures belonging to the groups. |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructures(long[] groupIds)
Returns all the structures belonging to the groups. |
List<DDMStructure> |
DDMStructureServiceWrapper.getStructures(long[] groupIds)
Returns all the structures in the groups that the user has permission to view. |
List<DDMStructure> |
DDMStructureLocalService.getStructures(long[] groupIds)
Returns all the structures belonging to the groups. |
static List<DDMStructure> |
DDMStructureServiceUtil.getStructures(long[] groupIds)
Returns all the structures in the groups that the user has permission to view. |
List<DDMStructure> |
DDMStructureService.getStructures(long[] groupIds,
long classNameId)
Returns all the structures matching the groups and class name ID that the user has permission to view. |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructures(long[] groupIds,
long classNameId)
Returns all the structures matching the class name ID and belonging to the groups. |
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> |
DDMStructureServiceWrapper.getStructures(long[] groupIds,
long classNameId)
Returns all the structures matching the groups and class name ID that the user has permission to view. |
List<DDMStructure> |
DDMStructureLocalService.getStructures(long[] groupIds,
long classNameId)
Returns all the structures matching the class name ID and belonging to the groups. |
static List<DDMStructure> |
DDMStructureServiceUtil.getStructures(long[] groupIds,
long classNameId)
Returns all the structures matching the groups and class name ID that the user has permission to view. |
List<DDMStructure> |
DDMStructureService.getStructures(long[] groupIds,
long classNameId,
int start,
int end)
|
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. |
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> |
DDMStructureServiceWrapper.getStructures(long[] groupIds,
long classNameId,
int start,
int end)
|
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. |
static List<DDMStructure> |
DDMStructureServiceUtil.getStructures(long[] groupIds,
long classNameId,
int start,
int end)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.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> |
DDMStructureLocalService.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. |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructures(long groupId,
long classNameId)
Returns all the structures matching class name ID and group. |
List<DDMStructure> |
DDMStructureLocalService.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. |
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> |
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. |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructures(long groupId,
long classNameId,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the structures matching the class name ID and group. |
List<DDMStructure> |
DDMStructureLocalService.getStructures(long groupId,
long classNameId,
int start,
int end,
OrderByComparator<DDMStructure> 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)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructures(long groupId,
String name,
String description)
|
List<DDMStructure> |
DDMStructureLocalService.getStructures(long groupId,
String name,
String description)
|
List<DDMStructure> |
DDMStructureService.search(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator<DDMStructure> 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 keywords,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> 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<DDMStructure> 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> |
DDMStructureLocalService.search(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> 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> |
DDMStructureService.search(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator<DDMStructure> 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> |
DDMStructureLocalServiceWrapper.search(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> 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<DDMStructure> 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> |
DDMStructureLocalService.search(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> 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. |
static DDMStructure |
DDMStructureLocalServiceUtil.addDDMStructure(DDMStructure ddmStructure)
Adds the d d m structure to the database. |
DDMStructure |
DDMStructureLocalService.addDDMStructure(DDMStructure ddmStructure)
Adds the d d m structure to the database. |
void |
DDMStructureLocalServiceWrapper.addDLFileEntryTypeDDMStructure(long fileEntryTypeId,
DDMStructure ddmStructure)
|
static void |
DDMStructureLocalServiceUtil.addDLFileEntryTypeDDMStructure(long fileEntryTypeId,
DDMStructure ddmStructure)
|
void |
DDMStructureLocalService.addDLFileEntryTypeDDMStructure(long fileEntryTypeId,
DDMStructure ddmStructure)
|
void |
DDMStructureLocalServiceWrapper.addJournalFolderDDMStructure(long folderId,
DDMStructure ddmStructure)
|
static void |
DDMStructureLocalServiceUtil.addJournalFolderDDMStructure(long folderId,
DDMStructure ddmStructure)
|
void |
DDMStructureLocalService.addJournalFolderDDMStructure(long folderId,
DDMStructure ddmStructure)
|
void |
DDMStructureLocalServiceWrapper.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 |
DDMStructureLocalService.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. |
static void |
DDMStructureLocalServiceUtil.addStructureResources(DDMStructure structure,
String[] groupPermissions,
String[] guestPermissions)
Adds the model resources with the permissions to the structure. |
void |
DDMStructureLocalService.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. |
static DDMStructure |
DDMStructureLocalServiceUtil.deleteDDMStructure(DDMStructure ddmStructure)
Deletes the d d m structure from the database. |
DDMStructure |
DDMStructureLocalService.deleteDDMStructure(DDMStructure ddmStructure)
Deletes the d d m structure from the database. |
void |
DDMStructureLocalServiceWrapper.deleteDLFileEntryTypeDDMStructure(long fileEntryTypeId,
DDMStructure ddmStructure)
|
static void |
DDMStructureLocalServiceUtil.deleteDLFileEntryTypeDDMStructure(long fileEntryTypeId,
DDMStructure ddmStructure)
|
void |
DDMStructureLocalService.deleteDLFileEntryTypeDDMStructure(long fileEntryTypeId,
DDMStructure ddmStructure)
|
void |
DDMStructureLocalServiceWrapper.deleteJournalFolderDDMStructure(long folderId,
DDMStructure ddmStructure)
|
static void |
DDMStructureLocalServiceUtil.deleteJournalFolderDDMStructure(long folderId,
DDMStructure ddmStructure)
|
void |
DDMStructureLocalService.deleteJournalFolderDDMStructure(long folderId,
DDMStructure ddmStructure)
|
void |
DDMStructureLocalServiceWrapper.deleteStructure(DDMStructure structure)
Deletes the structure and its resources. |
static void |
DDMStructureLocalServiceUtil.deleteStructure(DDMStructure structure)
Deletes the structure and its resources. |
void |
DDMStructureLocalService.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. |
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 |
DDMStructureLocalService.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)
|
static void |
DDMStructureLocalServiceUtil.addDLFileEntryTypeDDMStructures(long fileEntryTypeId,
List<DDMStructure> DDMStructures)
|
void |
DDMStructureLocalService.addDLFileEntryTypeDDMStructures(long fileEntryTypeId,
List<DDMStructure> DDMStructures)
|
void |
DDMStructureLocalServiceWrapper.addJournalFolderDDMStructures(long folderId,
List<DDMStructure> DDMStructures)
|
static void |
DDMStructureLocalServiceUtil.addJournalFolderDDMStructures(long folderId,
List<DDMStructure> DDMStructures)
|
void |
DDMStructureLocalService.addJournalFolderDDMStructures(long folderId,
List<DDMStructure> DDMStructures)
|
void |
DDMStructureLocalServiceWrapper.deleteDLFileEntryTypeDDMStructures(long fileEntryTypeId,
List<DDMStructure> DDMStructures)
|
static void |
DDMStructureLocalServiceUtil.deleteDLFileEntryTypeDDMStructures(long fileEntryTypeId,
List<DDMStructure> DDMStructures)
|
void |
DDMStructureLocalService.deleteDLFileEntryTypeDDMStructures(long fileEntryTypeId,
List<DDMStructure> DDMStructures)
|
void |
DDMStructureLocalServiceWrapper.deleteJournalFolderDDMStructures(long folderId,
List<DDMStructure> DDMStructures)
|
static void |
DDMStructureLocalServiceUtil.deleteJournalFolderDDMStructures(long folderId,
List<DDMStructure> DDMStructures)
|
void |
DDMStructureLocalService.deleteJournalFolderDDMStructures(long folderId,
List<DDMStructure> DDMStructures)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getClassStructures(long companyId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns all the structures matching the class name ID ordered by the comparator. |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getClassStructures(long companyId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns all the structures matching the class name ID ordered by the comparator. |
List<DDMStructure> |
DDMStructureLocalService.getClassStructures(long companyId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns all the structures matching the class name ID ordered by the comparator. |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getClassStructures(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceWrapper.getClassStructures(long,
long, OrderByComparator) |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getClassStructures(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceUtil.getClassStructures(long,
long, OrderByComparator) |
List<DDMStructure> |
DDMStructureLocalService.getClassStructures(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Deprecated. As of 6.2.0, replaced by DDMStructureLocalService.getClassStructures(long,
long, OrderByComparator) |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getDDMStructuresByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns a range of d d m structures matching the UUID and company. |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getDDMStructuresByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns a range of d d m structures matching the UUID and company. |
List<DDMStructure> |
DDMStructureLocalService.getDDMStructuresByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns a range of d d m structures matching the UUID and company. |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getDLFileEntryTypeDDMStructures(long fileEntryTypeId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getDLFileEntryTypeDDMStructures(long fileEntryTypeId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
|
List<DDMStructure> |
DDMStructureLocalService.getDLFileEntryTypeDDMStructures(long fileEntryTypeId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getJournalFolderDDMStructures(long folderId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getJournalFolderDDMStructures(long folderId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
|
List<DDMStructure> |
DDMStructureLocalService.getJournalFolderDDMStructures(long folderId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructures(long groupId,
long classNameId,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the structures matching the class name ID and group. |
List<DDMStructure> |
DDMStructureLocalService.getStructures(long groupId,
long classNameId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the structures matching the class name ID and group. |
List<DDMStructure> |
DDMStructureService.search(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator<DDMStructure> 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 keywords,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> 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<DDMStructure> 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> |
DDMStructureLocalService.search(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> 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> |
DDMStructureService.search(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator<DDMStructure> 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> |
DDMStructureLocalServiceWrapper.search(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> 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<DDMStructure> 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> |
DDMStructureLocalService.search(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the structures matching the groups, class name IDs, name keyword, description keyword, storage type, and type. |
| Uses of DDMStructure in com.liferay.portlet.dynamicdatamapping.service.persistence |
|---|
| Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that return DDMStructure | |
|---|---|
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. |
DDMStructure |
DDMStructurePersistence.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByClassNameId_First(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where classNameId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByClassNameId_First(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where classNameId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByClassNameId_Last(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where classNameId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByClassNameId_Last(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where classNameId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByG_C_First(long groupId,
long classNameId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and classNameId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByG_C_Last(long groupId,
long classNameId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and classNameId = ?. |
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. |
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. |
DDMStructure |
DDMStructurePersistence.fetchByG_N_D_First(long groupId,
String name,
String description,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
DDMStructure |
DDMStructurePersistence.fetchByG_N_D_Last(long groupId,
String name,
String description,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
DDMStructure |
DDMStructurePersistence.fetchByG_P_First(long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and parentStructureId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByG_P_Last(long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and parentStructureId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByGroupId_First(long groupId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByGroupId_First(long groupId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByParentStructureId_First(long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where parentStructureId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByParentStructureId_First(long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where parentStructureId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByParentStructureId_Last(long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where parentStructureId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByParentStructureId_Last(long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where parentStructureId = ?. |
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. |
DDMStructure |
DDMStructurePersistence.fetchByStructureKey_First(String structureKey,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where structureKey = ?. |
static DDMStructure |
DDMStructureUtil.fetchByStructureKey_First(String structureKey,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where structureKey = ?. |
DDMStructure |
DDMStructurePersistence.fetchByStructureKey_Last(String structureKey,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where structureKey = ?. |
static DDMStructure |
DDMStructureUtil.fetchByStructureKey_Last(String structureKey,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where structureKey = ?. |
DDMStructure |
DDMStructurePersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ? and companyId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ? and companyId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByUuid_First(String uuid,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ?. |
static DDMStructure |
DDMStructureUtil.fetchByUuid_First(String uuid,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ?. |
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. |
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. |
DDMStructure |
DDMStructurePersistence.fetchByUuid_Last(String uuid,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ?. |
static DDMStructure |
DDMStructureUtil.fetchByUuid_Last(String uuid,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ?. |
DDMStructure[] |
DDMStructurePersistence.filterFindByG_C_PrevAndNext(long structureId,
long groupId,
long classNameId,
OrderByComparator<DDMStructure> 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<DDMStructure> 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 = ?. |
DDMStructure[] |
DDMStructurePersistence.filterFindByG_N_D_PrevAndNext(long structureId,
long groupId,
String name,
String description,
OrderByComparator<DDMStructure> 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<DDMStructure> 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 = ?. |
DDMStructure[] |
DDMStructurePersistence.filterFindByG_P_PrevAndNext(long structureId,
long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> 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<DDMStructure> 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 = ?. |
DDMStructure[] |
DDMStructurePersistence.filterFindByGroupId_PrevAndNext(long structureId,
long groupId,
OrderByComparator<DDMStructure> 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<DDMStructure> 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 = ?. |
DDMStructure |
DDMStructurePersistence.findByC_C_First(long companyId,
long classNameId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?. |
DDMStructure |
DDMStructurePersistence.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?. |
DDMStructure[] |
DDMStructurePersistence.findByC_C_PrevAndNext(long structureId,
long companyId,
long classNameId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where companyId = ? and classNameId = ?. |
DDMStructure |
DDMStructurePersistence.findByClassNameId_First(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where classNameId = ?. |
static DDMStructure |
DDMStructureUtil.findByClassNameId_First(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where classNameId = ?. |
DDMStructure |
DDMStructurePersistence.findByClassNameId_Last(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where classNameId = ?. |
static DDMStructure |
DDMStructureUtil.findByClassNameId_Last(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where classNameId = ?. |
DDMStructure[] |
DDMStructurePersistence.findByClassNameId_PrevAndNext(long structureId,
long classNameId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where classNameId = ?. |
DDMStructure |
DDMStructurePersistence.findByG_C_First(long groupId,
long classNameId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and classNameId = ?. |
DDMStructure |
DDMStructurePersistence.findByG_C_Last(long groupId,
long classNameId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and classNameId = ?. |
DDMStructure[] |
DDMStructurePersistence.findByG_C_PrevAndNext(long structureId,
long groupId,
long classNameId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and classNameId = ?. |
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. |
DDMStructure |
DDMStructurePersistence.findByG_N_D_First(long groupId,
String name,
String description,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
DDMStructure |
DDMStructurePersistence.findByG_N_D_Last(long groupId,
String name,
String description,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
DDMStructure[] |
DDMStructurePersistence.findByG_N_D_PrevAndNext(long structureId,
long groupId,
String name,
String description,
OrderByComparator<DDMStructure> 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<DDMStructure> 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 = ?. |
DDMStructure |
DDMStructurePersistence.findByG_P_First(long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and parentStructureId = ?. |
DDMStructure |
DDMStructurePersistence.findByG_P_Last(long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and parentStructureId = ?. |
DDMStructure[] |
DDMStructurePersistence.findByG_P_PrevAndNext(long structureId,
long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and parentStructureId = ?. |
DDMStructure |
DDMStructurePersistence.findByGroupId_First(long groupId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ?. |
static DDMStructure |
DDMStructureUtil.findByGroupId_First(long groupId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ?. |
DDMStructure |
DDMStructurePersistence.findByGroupId_Last(long groupId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ?. |
static DDMStructure |
DDMStructureUtil.findByGroupId_Last(long groupId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ?. |
DDMStructure[] |
DDMStructurePersistence.findByGroupId_PrevAndNext(long structureId,
long groupId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ?. |
DDMStructure |
DDMStructurePersistence.findByParentStructureId_First(long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where parentStructureId = ?. |
static DDMStructure |
DDMStructureUtil.findByParentStructureId_First(long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where parentStructureId = ?. |
DDMStructure |
DDMStructurePersistence.findByParentStructureId_Last(long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where parentStructureId = ?. |
static DDMStructure |
DDMStructureUtil.findByParentStructureId_Last(long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where parentStructureId = ?. |
DDMStructure[] |
DDMStructurePersistence.findByParentStructureId_PrevAndNext(long structureId,
long parentStructureId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where parentStructureId = ?. |
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. |
DDMStructure |
DDMStructurePersistence.findByStructureKey_First(String structureKey,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where structureKey = ?. |
static DDMStructure |
DDMStructureUtil.findByStructureKey_First(String structureKey,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where structureKey = ?. |
DDMStructure |
DDMStructurePersistence.findByStructureKey_Last(String structureKey,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where structureKey = ?. |
static DDMStructure |
DDMStructureUtil.findByStructureKey_Last(String structureKey,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where structureKey = ?. |
DDMStructure[] |
DDMStructurePersistence.findByStructureKey_PrevAndNext(long structureId,
String structureKey,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where structureKey = ?. |
DDMStructure |
DDMStructurePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ? and companyId = ?. |
DDMStructure |
DDMStructurePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ? and companyId = ?. |
DDMStructure[] |
DDMStructurePersistence.findByUuid_C_PrevAndNext(long structureId,
String uuid,
long companyId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where uuid = ? and companyId = ?. |
DDMStructure |
DDMStructurePersistence.findByUuid_First(String uuid,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ?. |
static DDMStructure |
DDMStructureUtil.findByUuid_First(String uuid,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ?. |
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. |
DDMStructure |
DDMStructurePersistence.findByUuid_Last(String uuid,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ?. |
static DDMStructure |
DDMStructureUtil.findByUuid_Last(String uuid,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ?. |
DDMStructure[] |
DDMStructurePersistence.findByUuid_PrevAndNext(long structureId,
String uuid,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where uuid = ?. |
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. |
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. |
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)
|
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 | |
|---|---|
Map<Serializable,DDMStructure> |
DDMStructurePersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
static Map<Serializable,DDMStructure> |
DDMStructureUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
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<DDMStructure> 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<DDMStructure> orderByComparator)
|
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<DDMStructure> 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<DDMStructure> orderByComparator)
|
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 = ?. |
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 = ?. |
List<DDMStructure> |
DDMStructurePersistence.filterFindByG_C(long[] groupIds,
long classNameId,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures that the user has permission to view where groupId = any ? and classNameId = ?. |
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 = ?. |
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 = ?. |
List<DDMStructure> |
DDMStructurePersistence.filterFindByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and classNameId = ?. |
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 = ?. |
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 = ?. |
List<DDMStructure> |
DDMStructurePersistence.filterFindByG_N_D(long groupId,
String name,
String description,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> 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 = ?. |
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 = ?. |
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 = ?. |
List<DDMStructure> |
DDMStructurePersistence.filterFindByG_P(long groupId,
long parentStructureId,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and parentStructureId = ?. |
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 = ?. |
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 ?. |
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 ?. |
List<DDMStructure> |
DDMStructurePersistence.filterFindByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures that the user has permission to view where groupId = any ?. |
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 = ?. |
List<DDMStructure> |
DDMStructurePersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ?. |
List<DDMStructure> |
DDMStructureFinder.filterFindByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
|
static List<DDMStructure> |
DDMStructureFinderUtil.filterFindByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
|
List<DDMStructure> |
DDMStructurePersistence.findAll()
Returns all the d d m structures. |
static List<DDMStructure> |
DDMStructureUtil.findAll()
Returns all the d d m structures. |
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. |
List<DDMStructure> |
DDMStructurePersistence.findAll(int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures. |
static List<DDMStructure> |
DDMStructureUtil.findAll(int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures. |
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 = ?. |
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 = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where companyId = ? and classNameId = ?. |
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<DDMStructure> 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<DDMStructure> orderByComparator)
|
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<DDMStructure> 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<DDMStructure> orderByComparator)
|
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 = ?. |
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 = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where classNameId = ?. |
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 = ?. |
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 = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByG_C(long[] groupIds,
long classNameId,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where groupId = any ? and classNameId = ?. |
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 = ?. |
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 = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ? and classNameId = ?. |
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 = ?. |
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 = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByG_N_D(long groupId,
String name,
String description,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ? and name = ? and description = ?. |
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 = ?. |
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 = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByG_P(long groupId,
long parentStructureId,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ? and parentStructureId = ?. |
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 = ?. |
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 ?. |
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 ?. |
List<DDMStructure> |
DDMStructurePersistence.findByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where groupId = any ?. |
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 = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ?. |
List<DDMStructure> |
DDMStructureFinder.findByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
|
static List<DDMStructure> |
DDMStructureFinderUtil.findByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
|
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 = ?. |
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 = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByParentStructureId(long parentStructureId,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where parentStructureId = ?. |
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 = ?. |
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 = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByStructureKey(String structureKey,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where structureKey = ?. |
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 = ?. |
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 = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where uuid = ? and companyId = ?. |
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 = ?. |
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 = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> 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<DDMStructure> orderByComparator)
|
| Methods in com.liferay.portlet.dynamicdatamapping.service.persistence with parameters of type DDMStructure | |
|---|---|
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)
|
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 | |
|---|---|
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. |
DDMStructure |
DDMStructurePersistence.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByClassNameId_First(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where classNameId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByClassNameId_First(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where classNameId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByClassNameId_Last(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where classNameId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByClassNameId_Last(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where classNameId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByG_C_First(long groupId,
long classNameId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and classNameId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByG_C_Last(long groupId,
long classNameId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and classNameId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByG_N_D_First(long groupId,
String name,
String description,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
DDMStructure |
DDMStructurePersistence.fetchByG_N_D_Last(long groupId,
String name,
String description,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
DDMStructure |
DDMStructurePersistence.fetchByG_P_First(long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and parentStructureId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByG_P_Last(long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and parentStructureId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByGroupId_First(long groupId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByGroupId_First(long groupId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByParentStructureId_First(long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where parentStructureId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByParentStructureId_First(long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where parentStructureId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByParentStructureId_Last(long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where parentStructureId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByParentStructureId_Last(long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where parentStructureId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByStructureKey_First(String structureKey,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where structureKey = ?. |
static DDMStructure |
DDMStructureUtil.fetchByStructureKey_First(String structureKey,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where structureKey = ?. |
DDMStructure |
DDMStructurePersistence.fetchByStructureKey_Last(String structureKey,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where structureKey = ?. |
static DDMStructure |
DDMStructureUtil.fetchByStructureKey_Last(String structureKey,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where structureKey = ?. |
DDMStructure |
DDMStructurePersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ? and companyId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ? and companyId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByUuid_First(String uuid,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ?. |
static DDMStructure |
DDMStructureUtil.fetchByUuid_First(String uuid,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ?. |
DDMStructure |
DDMStructurePersistence.fetchByUuid_Last(String uuid,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ?. |
static DDMStructure |
DDMStructureUtil.fetchByUuid_Last(String uuid,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ?. |
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<DDMStructure> 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<DDMStructure> orderByComparator)
|
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<DDMStructure> 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<DDMStructure> orderByComparator)
|
DDMStructure[] |
DDMStructurePersistence.filterFindByG_C_PrevAndNext(long structureId,
long groupId,
long classNameId,
OrderByComparator<DDMStructure> 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<DDMStructure> 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 = ?. |
List<DDMStructure> |
DDMStructurePersistence.filterFindByG_C(long[] groupIds,
long classNameId,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures that the user has permission to view where groupId = any ? and classNameId = ?. |
List<DDMStructure> |
DDMStructurePersistence.filterFindByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and classNameId = ?. |
DDMStructure[] |
DDMStructurePersistence.filterFindByG_N_D_PrevAndNext(long structureId,
long groupId,
String name,
String description,
OrderByComparator<DDMStructure> 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<DDMStructure> 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 = ?. |
List<DDMStructure> |
DDMStructurePersistence.filterFindByG_N_D(long groupId,
String name,
String description,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> 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 = ?. |
DDMStructure[] |
DDMStructurePersistence.filterFindByG_P_PrevAndNext(long structureId,
long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> 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<DDMStructure> 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 = ?. |
List<DDMStructure> |
DDMStructurePersistence.filterFindByG_P(long groupId,
long parentStructureId,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and parentStructureId = ?. |
DDMStructure[] |
DDMStructurePersistence.filterFindByGroupId_PrevAndNext(long structureId,
long groupId,
OrderByComparator<DDMStructure> 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<DDMStructure> 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 = ?. |
List<DDMStructure> |
DDMStructurePersistence.filterFindByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures that the user has permission to view where groupId = any ?. |
List<DDMStructure> |
DDMStructurePersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ?. |
List<DDMStructure> |
DDMStructureFinder.filterFindByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
|
static List<DDMStructure> |
DDMStructureFinderUtil.filterFindByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
|
List<DDMStructure> |
DDMStructurePersistence.findAll(int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures. |
static List<DDMStructure> |
DDMStructureUtil.findAll(int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures. |
DDMStructure |
DDMStructurePersistence.findByC_C_First(long companyId,
long classNameId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?. |
DDMStructure |
DDMStructurePersistence.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?. |
DDMStructure[] |
DDMStructurePersistence.findByC_C_PrevAndNext(long structureId,
long companyId,
long classNameId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where companyId = ? and classNameId = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where companyId = ? and classNameId = ?. |
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<DDMStructure> 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<DDMStructure> orderByComparator)
|
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<DDMStructure> 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<DDMStructure> orderByComparator)
|
DDMStructure |
DDMStructurePersistence.findByClassNameId_First(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where classNameId = ?. |
static DDMStructure |
DDMStructureUtil.findByClassNameId_First(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where classNameId = ?. |
DDMStructure |
DDMStructurePersistence.findByClassNameId_Last(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where classNameId = ?. |
static DDMStructure |
DDMStructureUtil.findByClassNameId_Last(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where classNameId = ?. |
DDMStructure[] |
DDMStructurePersistence.findByClassNameId_PrevAndNext(long structureId,
long classNameId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where classNameId = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where classNameId = ?. |
DDMStructure |
DDMStructurePersistence.findByG_C_First(long groupId,
long classNameId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and classNameId = ?. |
DDMStructure |
DDMStructurePersistence.findByG_C_Last(long groupId,
long classNameId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and classNameId = ?. |
DDMStructure[] |
DDMStructurePersistence.findByG_C_PrevAndNext(long structureId,
long groupId,
long classNameId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and classNameId = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByG_C(long[] groupIds,
long classNameId,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where groupId = any ? and classNameId = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ? and classNameId = ?. |
DDMStructure |
DDMStructurePersistence.findByG_N_D_First(long groupId,
String name,
String description,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
DDMStructure |
DDMStructurePersistence.findByG_N_D_Last(long groupId,
String name,
String description,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
DDMStructure[] |
DDMStructurePersistence.findByG_N_D_PrevAndNext(long structureId,
long groupId,
String name,
String description,
OrderByComparator<DDMStructure> 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<DDMStructure> 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 = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByG_N_D(long groupId,
String name,
String description,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ? and name = ? and description = ?. |
DDMStructure |
DDMStructurePersistence.findByG_P_First(long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and parentStructureId = ?. |
DDMStructure |
DDMStructurePersistence.findByG_P_Last(long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and parentStructureId = ?. |
DDMStructure[] |
DDMStructurePersistence.findByG_P_PrevAndNext(long structureId,
long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and parentStructureId = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByG_P(long groupId,
long parentStructureId,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ? and parentStructureId = ?. |
DDMStructure |
DDMStructurePersistence.findByGroupId_First(long groupId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ?. |
static DDMStructure |
DDMStructureUtil.findByGroupId_First(long groupId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ?. |
DDMStructure |
DDMStructurePersistence.findByGroupId_Last(long groupId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ?. |
static DDMStructure |
DDMStructureUtil.findByGroupId_Last(long groupId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ?. |
DDMStructure[] |
DDMStructurePersistence.findByGroupId_PrevAndNext(long structureId,
long groupId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where groupId = any ?. |
List<DDMStructure> |
DDMStructurePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ?. |
List<DDMStructure> |
DDMStructureFinder.findByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
|
static List<DDMStructure> |
DDMStructureFinderUtil.findByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
|
DDMStructure |
DDMStructurePersistence.findByParentStructureId_First(long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where parentStructureId = ?. |
static DDMStructure |
DDMStructureUtil.findByParentStructureId_First(long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where parentStructureId = ?. |
DDMStructure |
DDMStructurePersistence.findByParentStructureId_Last(long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where parentStructureId = ?. |
static DDMStructure |
DDMStructureUtil.findByParentStructureId_Last(long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where parentStructureId = ?. |
DDMStructure[] |
DDMStructurePersistence.findByParentStructureId_PrevAndNext(long structureId,
long parentStructureId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where parentStructureId = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByParentStructureId(long parentStructureId,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where parentStructureId = ?. |
DDMStructure |
DDMStructurePersistence.findByStructureKey_First(String structureKey,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where structureKey = ?. |
static DDMStructure |
DDMStructureUtil.findByStructureKey_First(String structureKey,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where structureKey = ?. |
DDMStructure |
DDMStructurePersistence.findByStructureKey_Last(String structureKey,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where structureKey = ?. |
static DDMStructure |
DDMStructureUtil.findByStructureKey_Last(String structureKey,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where structureKey = ?. |
DDMStructure[] |
DDMStructurePersistence.findByStructureKey_PrevAndNext(long structureId,
String structureKey,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where structureKey = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByStructureKey(String structureKey,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where structureKey = ?. |
DDMStructure |
DDMStructurePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ? and companyId = ?. |
DDMStructure |
DDMStructurePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ? and companyId = ?. |
DDMStructure[] |
DDMStructurePersistence.findByUuid_C_PrevAndNext(long structureId,
String uuid,
long companyId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where uuid = ? and companyId = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where uuid = ? and companyId = ?. |
DDMStructure |
DDMStructurePersistence.findByUuid_First(String uuid,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ?. |
static DDMStructure |
DDMStructureUtil.findByUuid_First(String uuid,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ?. |
DDMStructure |
DDMStructurePersistence.findByUuid_Last(String uuid,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ?. |
static DDMStructure |
DDMStructureUtil.findByUuid_Last(String uuid,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ?. |
DDMStructure[] |
DDMStructurePersistence.findByUuid_PrevAndNext(long structureId,
String uuid,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where uuid = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where uuid = ?. |
static List<DDMStructure> |
DDMStructureUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
|
| 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)
|
DDMStructure |
DDMTemplateHelper.fetchStructure(DDMTemplate template)
|
| Methods in com.liferay.portlet.dynamicdatamapping.util that return types with arguments of type DDMStructure | |
|---|---|
static OrderByComparator<DDMStructure> |
DDMUtil.getStructureOrderByComparator(String orderByCol,
String orderByType)
|
OrderByComparator<DDMStructure> |
DDM.getStructureOrderByComparator(String orderByCol,
String orderByType)
|
| Methods in com.liferay.portlet.dynamicdatamapping.util with parameters of type DDMStructure | |
|---|---|
static void |
DDMIndexerUtil.addAttributes(Document document,
DDMStructure ddmStructure,
Fields fields)
|
void |
DDMIndexer.addAttributes(Document document,
DDMStructure ddmStructure,
Fields fields)
|
static Fields |
DDMFormValuesToFieldsConverterUtil.convert(DDMStructure ddmStructure,
DDMFormValues ddmFormValues)
|
Fields |
DDMFormValuesToFieldsConverter.convert(DDMStructure ddmStructure,
DDMFormValues ddmFormValues)
|
static DDMFormValues |
FieldsToDDMFormValuesConverterUtil.convert(DDMStructure ddmStructure,
Fields fields)
|
DDMFormValues |
FieldsToDDMFormValuesConverter.convert(DDMStructure ddmStructure,
Fields fields)
|
static String |
DDMIndexerUtil.extractAttributes(DDMStructure ddmStructure,
Fields fields,
Locale locale)
|
String |
DDMIndexer.extractIndexableAttributes(DDMStructure ddmStructure,
Fields fields,
Locale locale)
|
String |
BaseDDMDisplay.getEditStructureDefaultValuesURL(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse,
DDMStructure structure,
String redirectURL,
String backURL)
|
String |
DDMDisplay.getEditStructureDefaultValuesURL(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse,
DDMStructure structure,
String redirectURL,
String backURL)
|
String |
BaseDDMDisplay.getEditTemplateTitle(DDMStructure structure,
DDMTemplate template,
Locale locale)
|
String |
DDMDisplay.getEditTemplateTitle(DDMStructure structure,
DDMTemplate template,
Locale locale)
|
static Fields |
DDMXMLUtil.getFields(DDMStructure structure,
String xml)
|
Fields |
DDMXML.getFields(DDMStructure structure,
String xml)
|
static Fields |
DDMXMLUtil.getFields(DDMStructure structure,
XPath xPath,
String xml,
List<String> fieldNames)
|
Fields |
DDMXML.getFields(DDMStructure structure,
XPath xPath,
String xml,
List<String> fieldNames)
|
static String |
DDMXSDUtil.getHTML(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
DDMStructure ddmStructure,
Fields fields,
String portletNamespace,
String namespace,
boolean readOnly,
Locale locale)
|
String |
DDMXSD.getHTML(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
DDMStructure ddmStructure,
Fields fields,
String portletNamespace,
String namespace,
boolean readOnly,
Locale locale)
|
static JSONArray |
DDMXSDUtil.getJSONArray(DDMStructure structure,
String xsd)
|
JSONArray |
DDMXSD.getJSONArray(DDMStructure structure,
String xsd)
|
String |
BaseDDMDisplay.getViewTemplatesTitle(DDMStructure structure,
boolean controlPanel,
boolean search,
Locale locale)
|
String |
DDMDisplay.getViewTemplatesTitle(DDMStructure structure,
boolean controlPanel,
boolean search,
Locale locale)
|
String |
BaseDDMDisplay.getViewTemplatesTitle(DDMStructure structure,
boolean controlPanel,
Locale locale)
Deprecated. As of 7.0.0 |
String |
DDMDisplay.getViewTemplatesTitle(DDMStructure structure,
boolean controlPanel,
Locale locale)
Deprecated. As of 7.0.0 |
String |
BaseDDMDisplay.getViewTemplatesTitle(DDMStructure structure,
Locale locale)
|
String |
DDMDisplay.getViewTemplatesTitle(DDMStructure structure,
Locale locale)
|
| Uses of DDMStructure in com.liferay.portlet.dynamicdatamapping.util.comparator |
|---|
| Methods in com.liferay.portlet.dynamicdatamapping.util.comparator with parameters of type DDMStructure | |
|---|---|
int |
StructureStructureKeyComparator.compare(DDMStructure structure1,
DDMStructure structure2)
|
int |
StructureIdComparator.compare(DDMStructure structure1,
DDMStructure structure2)
|
| Uses of DDMStructure in com.liferay.portlet.dynamicdatamapping.util.test |
|---|
| Methods in com.liferay.portlet.dynamicdatamapping.util.test that return DDMStructure | |
|---|---|
DDMStructure |
DDMStructureTestHelper.addStructure(long parentStructureId,
long classNameId,
String structureKey,
String name,
String definition,
String storageType,
int type)
|
static DDMStructure |
DDMStructureTestUtil.addStructure(long groupId,
String className)
|
static DDMStructure |
DDMStructureTestUtil.addStructure(long groupId,
String className,
Locale defaultLocale)
|
static DDMStructure |
DDMStructureTestUtil.addStructure(long groupId,
String className,
long parentStructureId)
|
static DDMStructure |
DDMStructureTestUtil.addStructure(long groupId,
String className,
long parentStructureId,
String definition,
Locale defaultLocale,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureTestUtil.addStructure(long groupId,
String className,
String definition)
|
static DDMStructure |
DDMStructureTestUtil.addStructure(long groupId,
String className,
String definition,
Locale defaultLocale)
|
DDMStructure |
DDMStructureTestHelper.addStructure(long classNameId,
String structureKey,
String name,
String definition,
String storageType,
int type)
|
static DDMStructure |
DDMStructureTestUtil.addStructure(String className)
|
static DDMStructure |
DDMStructureTestUtil.addStructure(String className,
Locale defaultLocale)
|
static DDMStructure |
DDMStructureTestUtil.addStructure(String className,
Locale[] availableLocales,
Locale defaultLocale)
|
DDMStructure |
DDMStructureTestHelper.addStructure(String definition,
String storageType)
|
static DDMStructure |
DDMStructureTestUtil.addStructure(String className,
String definition)
|
static DDMStructure |
DDMStructureTestUtil.addStructure(String className,
String definition,
Locale defaultLocale)
|
DDMStructure |
DDMStructureTestHelper.addStructureXsd(Class<?> testClass)
|
| Uses of DDMStructure in com.liferay.portlet.journal.model |
|---|
| Methods in com.liferay.portlet.journal.model that return DDMStructure | |
|---|---|
DDMStructure |
JournalArticle.getDDMStructure()
|
DDMStructure |
JournalArticleWrapper.getDDMStructure()
|
| Uses of DDMStructure in com.liferay.portlet.journal.service.persistence |
|---|
| Methods in com.liferay.portlet.journal.service.persistence that return types with arguments of type DDMStructure | |
|---|---|
List<DDMStructure> |
JournalFolderPersistence.getDDMStructures(long pk)
Returns all the d d m structures associated with the journal folder. |
static List<DDMStructure> |
JournalFolderUtil.getDDMStructures(long pk)
Returns all the d d m structures associated with the journal folder. |
List<DDMStructure> |
JournalFolderPersistence.getDDMStructures(long pk,
int start,
int end)
Returns a range of all the d d m structures associated with the journal folder. |
static List<DDMStructure> |
JournalFolderUtil.getDDMStructures(long pk,
int start,
int end)
Returns a range of all the d d m structures associated with the journal folder. |
List<DDMStructure> |
JournalFolderPersistence.getDDMStructures(long pk,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures associated with the journal folder. |
static List<DDMStructure> |
JournalFolderUtil.getDDMStructures(long pk,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures associated with the journal folder. |
| Methods in com.liferay.portlet.journal.service.persistence with parameters of type DDMStructure | |
|---|---|
void |
JournalFolderPersistence.addDDMStructure(long pk,
DDMStructure ddmStructure)
Adds an association between the journal folder and the d d m structure. |
static void |
JournalFolderUtil.addDDMStructure(long pk,
DDMStructure ddmStructure)
Adds an association between the journal folder and the d d m structure. |
void |
JournalFolderPersistence.removeDDMStructure(long pk,
DDMStructure ddmStructure)
Removes the association between the journal folder and the d d m structure. |
static void |
JournalFolderUtil.removeDDMStructure(long pk,
DDMStructure ddmStructure)
Removes the association between the journal folder and the d d m structure. |
| Method parameters in com.liferay.portlet.journal.service.persistence with type arguments of type DDMStructure | |
|---|---|
void |
JournalFolderPersistence.addDDMStructures(long pk,
List<DDMStructure> ddmStructures)
Adds an association between the journal folder and the d d m structures. |
static void |
JournalFolderUtil.addDDMStructures(long pk,
List<DDMStructure> ddmStructures)
Adds an association between the journal folder and the d d m structures. |
List<DDMStructure> |
JournalFolderPersistence.getDDMStructures(long pk,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures associated with the journal folder. |
static List<DDMStructure> |
JournalFolderUtil.getDDMStructures(long pk,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures associated with the journal folder. |
void |
JournalFolderPersistence.removeDDMStructures(long pk,
List<DDMStructure> ddmStructures)
Removes the association between the journal folder and the d d m structures. |
static void |
JournalFolderUtil.removeDDMStructures(long pk,
List<DDMStructure> ddmStructures)
Removes the association between the journal folder and the d d m structures. |
void |
JournalFolderPersistence.setDDMStructures(long pk,
List<DDMStructure> ddmStructures)
Sets the d d m structures associated with the journal folder, removing and adding associations as necessary. |
static void |
JournalFolderUtil.setDDMStructures(long pk,
List<DDMStructure> ddmStructures)
Sets the d d m structures associated with the journal folder, removing and adding associations as necessary. |
| 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)
|
String |
JournalConverter.getContent(DDMStructure ddmStructure,
Fields ddmFields)
|
static Fields |
JournalConverterUtil.getDDMFields(DDMStructure ddmStructure,
Document document)
|
Fields |
JournalConverter.getDDMFields(DDMStructure ddmStructure,
Document document)
|
static Fields |
JournalConverterUtil.getDDMFields(DDMStructure ddmStructure,
String content)
|
Fields |
JournalConverter.getDDMFields(DDMStructure ddmStructure,
String content)
|
|
Liferay 7.0-ce-m3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||