|
Liferay 6.1.2-ce-ga3 | |||||||||
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.portal.tools.samplesqlbuilder |
---|
Methods in com.liferay.portal.tools.samplesqlbuilder that return DDMStructure | |
---|---|
DDMStructure |
DataFactory.addDDMStructure(long groupId,
long companyId,
long userId,
long classNameId)
|
Methods in com.liferay.portal.tools.samplesqlbuilder with parameters of type DDMStructure | |
---|---|
void |
SampleSQLBuilder.insertDDLRecordSet(DDMStructure ddmStructure)
|
void |
SampleSQLBuilder.insertDLFileEntry(DLFileEntry dlFileEntry,
DDMStructure ddmStructure)
|
void |
SampleSQLBuilder.insertDLFolder(DLFolder dlFolder,
DDMStructure ddmStructure)
|
void |
SampleSQLBuilder.insertDLFolders(long parentDLFolderId,
int dlFolderDepth,
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> |
DLFileEntryTypeWrapper.getDDMStructures()
|
Uses of DDMStructure in com.liferay.portlet.documentlibrary.model.impl |
---|
Methods in com.liferay.portlet.documentlibrary.model.impl that return DDMStructure | |
---|---|
DDMStructure |
DLFileEntryMetadataImpl.getDDMStructure()
|
Methods in com.liferay.portlet.documentlibrary.model.impl that return types with arguments of type DDMStructure | |
---|---|
List<DDMStructure> |
DLFileEntryTypeImpl.getDDMStructures()
|
Uses of DDMStructure in com.liferay.portlet.documentlibrary.service |
---|
Method parameters in com.liferay.portlet.documentlibrary.service with type arguments of type DDMStructure | |
---|---|
void |
DLFileEntryMetadataLocalServiceWrapper.updateFileEntryMetadata(long companyId,
List<DDMStructure> ddmStructures,
long fileEntryTypeId,
long fileEntryId,
long fileVersionId,
Map<String,Fields> fieldsMap,
ServiceContext serviceContext)
|
static void |
DLFileEntryMetadataLocalServiceUtil.updateFileEntryMetadata(long companyId,
List<DDMStructure> ddmStructures,
long fileEntryTypeId,
long fileEntryId,
long fileVersionId,
Map<String,Fields> fieldsMap,
ServiceContext serviceContext)
|
void |
DLFileEntryMetadataLocalService.updateFileEntryMetadata(long companyId,
List<DDMStructure> ddmStructures,
long fileEntryTypeId,
long fileEntryId,
long fileVersionId,
Map<String,Fields> fieldsMap,
ServiceContext serviceContext)
|
Uses of DDMStructure in com.liferay.portlet.documentlibrary.service.impl |
---|
Methods in com.liferay.portlet.documentlibrary.service.impl with parameters of type DDMStructure | |
---|---|
protected void |
DLFileEntryMetadataLocalServiceImpl.updateFileEntryMetadata(long companyId,
DDMStructure ddmStructure,
long fileEntryTypeId,
long fileEntryId,
long fileVersionId,
Fields fields,
ServiceContext serviceContext)
|
Method parameters in com.liferay.portlet.documentlibrary.service.impl with type arguments of type DDMStructure | |
---|---|
void |
DLFileEntryMetadataLocalServiceImpl.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. |
List<DDMStructure> |
DLFileEntryTypePersistenceImpl.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. |
List<DDMStructure> |
DLFileEntryTypePersistenceImpl.getDDMStructures(long pk,
int start,
int end)
Returns a range of all the d d m structures associated with the document library file entry type. |
static List<DDMStructure> |
DLFileEntryTypeUtil.getDDMStructures(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures associated with the document library file entry type. |
List<DDMStructure> |
DLFileEntryTypePersistence.getDDMStructures(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures associated with the document library file entry type. |
List<DDMStructure> |
DLFileEntryTypePersistenceImpl.getDDMStructures(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures associated with the document library file entry type. |
Methods in com.liferay.portlet.documentlibrary.service.persistence with parameters of type DDMStructure | |
---|---|
static void |
DLFileEntryTypeUtil.addDDMStructure(long pk,
DDMStructure ddmStructure)
Adds an association between the document library file entry type and the d d m structure. |
void |
DLFileEntryTypePersistence.addDDMStructure(long pk,
DDMStructure ddmStructure)
Adds an association between the document library file entry type and the d d m structure. |
void |
DLFileEntryTypePersistenceImpl.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. |
void |
DLFileEntryTypePersistenceImpl.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. |
void |
DLFileEntryTypePersistenceImpl.addDDMStructures(long pk,
List<DDMStructure> ddmStructures)
Adds an association between the document library file entry type and the d d m structures. |
static void |
DLFileEntryTypeUtil.removeDDMStructures(long pk,
List<DDMStructure> ddmStructures)
Removes the association between the document library file entry type and the d d m structures. |
void |
DLFileEntryTypePersistence.removeDDMStructures(long pk,
List<DDMStructure> ddmStructures)
Removes the association between the document library file entry type and the d d m structures. |
void |
DLFileEntryTypePersistenceImpl.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. |
void |
DLFileEntryTypePersistenceImpl.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 |
DDLRecordSet.getDDMStructure()
|
DDMStructure |
DDLRecordSetWrapper.getDDMStructure()
|
DDMStructure |
DDLRecordSet.getDDMStructure(long detailDDMTemplateId)
|
DDMStructure |
DDLRecordSetWrapper.getDDMStructure(long detailDDMTemplateId)
|
Uses of DDMStructure in com.liferay.portlet.dynamicdatalists.model.impl |
---|
Methods in com.liferay.portlet.dynamicdatalists.model.impl that return DDMStructure | |
---|---|
DDMStructure |
DDLRecordSetImpl.getDDMStructure()
|
DDMStructure |
DDLRecordSetImpl.getDDMStructure(long detailDDMTemplateId)
|
Uses of DDMStructure in com.liferay.portlet.dynamicdatamapping.action |
---|
Methods in com.liferay.portlet.dynamicdatamapping.action that return DDMStructure | |
---|---|
protected DDMStructure |
CopyStructureAction.copyStructure(ActionRequest actionRequest)
|
protected DDMStructure |
EditStructureAction.updateStructure(ActionRequest actionRequest)
|
Methods in com.liferay.portlet.dynamicdatamapping.action with parameters of type DDMStructure | |
---|---|
protected String |
CopyStructureAction.getSaveAndContinueRedirect(PortletConfig portletConfig,
ActionRequest actionRequest,
DDMStructure structure)
|
protected String |
EditStructureAction.getSaveAndContinueRedirect(PortletConfig portletConfig,
ActionRequest actionRequest,
DDMStructure structure,
String redirect)
|
Uses of DDMStructure in com.liferay.portlet.dynamicdatamapping.lar |
---|
Methods in com.liferay.portlet.dynamicdatamapping.lar with parameters of type DDMStructure | |
---|---|
static void |
DDMPortletDataHandlerImpl.exportStructure(PortletDataContext portletDataContext,
Element structuresElement,
DDMStructure structure)
|
protected static String |
DDMPortletDataHandlerImpl.getStructurePath(PortletDataContext portletDataContext,
DDMStructure structure)
|
protected static void |
DDMPortletDataHandlerImpl.prepareLanguagesForImport(DDMStructure structure)
|
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 |
DDMStructureLinkWrapper.getStructure()
|
DDMStructure |
DDMTemplate.getStructure()
|
DDMStructure |
DDMStructureLink.getStructure()
|
DDMStructure |
DDMStorageLink.getStructure()
|
DDMStructure |
DDMTemplateWrapper.getStructure()
|
DDMStructure |
DDMStructureWrapper.getWrappedDDMStructure()
Deprecated. Renamed to DDMStructureWrapper.getWrappedModel() |
DDMStructure |
DDMStructureWrapper.getWrappedModel()
|
DDMStructure |
DDMStructureWrapper.toEscapedModel()
|
DDMStructure |
DDMStructureModel.toEscapedModel()
|
DDMStructure |
DDMStructureWrapper.toUnescapedModel()
|
DDMStructure |
DDMStructureModel.toUnescapedModel()
|
Methods in com.liferay.portlet.dynamicdatamapping.model that return types with arguments of type DDMStructure | |
---|---|
CacheModel<DDMStructure> |
DDMStructureWrapper.toCacheModel()
|
CacheModel<DDMStructure> |
DDMStructureModel.toCacheModel()
|
Methods in com.liferay.portlet.dynamicdatamapping.model with parameters of type DDMStructure | |
---|---|
int |
DDMStructureWrapper.compareTo(DDMStructure ddmStructure)
|
int |
DDMStructureModel.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 | |
---|---|
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.model.impl |
---|
Classes in com.liferay.portlet.dynamicdatamapping.model.impl that implement DDMStructure | |
---|---|
class |
DDMStructureBaseImpl
The extended model base implementation for the DDMStructure service. |
class |
DDMStructureImpl
|
Methods in com.liferay.portlet.dynamicdatamapping.model.impl that return DDMStructure | |
---|---|
DDMStructure |
DDMStructureLinkImpl.getStructure()
|
DDMStructure |
DDMTemplateImpl.getStructure()
|
DDMStructure |
DDMStorageLinkImpl.getStructure()
|
DDMStructure |
DDMStructureCacheModel.toEntityModel()
|
DDMStructure |
DDMStructureModelImpl.toEscapedModel()
|
static DDMStructure |
DDMStructureModelImpl.toModel(DDMStructureSoap soapModel)
Converts the soap model instance into a normal model instance. |
DDMStructure |
DDMStructureModelImpl.toUnescapedModel()
|
Methods in com.liferay.portlet.dynamicdatamapping.model.impl that return types with arguments of type DDMStructure | |
---|---|
CacheModel<DDMStructure> |
DDMStructureModelImpl.toCacheModel()
|
static List<DDMStructure> |
DDMStructureModelImpl.toModels(DDMStructureSoap[] soapModels)
Converts the soap model instances into normal model instances. |
Methods in com.liferay.portlet.dynamicdatamapping.model.impl with parameters of type DDMStructure | |
---|---|
int |
DDMStructureModelImpl.compareTo(DDMStructure ddmStructure)
|
Uses of DDMStructure in com.liferay.portlet.dynamicdatamapping.service |
---|
Methods in com.liferay.portlet.dynamicdatamapping.service that return DDMStructure | |
---|---|
DDMStructure |
DDMStructureLocalService.addDDMStructure(DDMStructure ddmStructure)
Adds the d d m structure to the database. |
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.addStructure(long userId,
long groupId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalServiceWrapper.addStructure(long userId,
long groupId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureLocalServiceUtil.addStructure(long userId,
long groupId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureServiceUtil.addStructure(long groupId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureServiceWrapper.addStructure(long groupId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureService.addStructure(long groupId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalService.copyStructure(long userId,
long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalServiceWrapper.copyStructure(long userId,
long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureLocalServiceUtil.copyStructure(long userId,
long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureServiceUtil.copyStructure(long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureServiceWrapper.copyStructure(long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureService.copyStructure(long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalService.createDDMStructure(long structureId)
Creates a new d d m structure with the primary key. |
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.deleteDDMStructure(DDMStructure ddmStructure)
Deletes the d d m structure from the database. |
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(long structureId)
Deletes the d d m structure with the primary key 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.fetchDDMStructure(long structureId)
|
DDMStructure |
DDMStructureLocalServiceWrapper.fetchDDMStructure(long structureId)
|
static DDMStructure |
DDMStructureLocalServiceUtil.fetchDDMStructure(long structureId)
|
DDMStructure |
DDMStructureLocalService.fetchStructure(long structureId)
|
DDMStructure |
DDMStructureLocalServiceWrapper.fetchStructure(long structureId)
|
static DDMStructure |
DDMStructureLocalServiceUtil.fetchStructure(long structureId)
|
static DDMStructure |
DDMStructureServiceUtil.fetchStructure(long groupId,
String structureKey)
|
DDMStructure |
DDMStructureLocalService.fetchStructure(long groupId,
String structureKey)
|
DDMStructure |
DDMStructureLocalServiceWrapper.fetchStructure(long groupId,
String structureKey)
|
DDMStructure |
DDMStructureServiceWrapper.fetchStructure(long groupId,
String structureKey)
|
static DDMStructure |
DDMStructureLocalServiceUtil.fetchStructure(long groupId,
String structureKey)
|
DDMStructure |
DDMStructureService.fetchStructure(long groupId,
String structureKey)
|
DDMStructure |
DDMStructureLocalService.getDDMStructure(long structureId)
Returns the d d m structure with the primary key. |
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.getDDMStructureByUuidAndGroupId(String uuid,
long groupId)
Returns the d d m structure with the UUID in the group. |
DDMStructure |
DDMStructureLocalServiceWrapper.getDDMStructureByUuidAndGroupId(String uuid,
long groupId)
Returns the d d m structure with the UUID in the group. |
static DDMStructure |
DDMStructureLocalServiceUtil.getDDMStructureByUuidAndGroupId(String uuid,
long groupId)
Returns the d d m structure with the UUID in the group. |
static DDMStructure |
DDMStructureServiceUtil.getStructure(long structureId)
|
DDMStructure |
DDMStructureLocalService.getStructure(long structureId)
|
DDMStructure |
DDMStructureLocalServiceWrapper.getStructure(long structureId)
|
DDMStructure |
DDMStructureServiceWrapper.getStructure(long structureId)
|
static DDMStructure |
DDMStructureLocalServiceUtil.getStructure(long structureId)
|
DDMStructure |
DDMStructureService.getStructure(long structureId)
|
DDMStructure |
DDMStructureLocalService.getStructure(long groupId,
String structureKey)
|
DDMStructure |
DDMStructureLocalServiceWrapper.getStructure(long groupId,
String structureKey)
|
static DDMStructure |
DDMStructureLocalServiceUtil.getStructure(long groupId,
String structureKey)
|
DDMStructure |
DDMStructureLocalService.updateDDMStructure(DDMStructure ddmStructure)
Updates the d d m structure in the database or adds it if it does not yet exist. |
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,
boolean merge)
Updates the d d m structure in the database or adds it if it does not yet exist. |
DDMStructure |
DDMStructureLocalServiceWrapper.updateDDMStructure(DDMStructure ddmStructure,
boolean merge)
Updates the d d m structure in the database or adds it if it does not yet exist. |
static DDMStructure |
DDMStructureLocalServiceUtil.updateDDMStructure(DDMStructure ddmStructure,
boolean merge)
Updates the d d m structure in the database or adds it if it does not yet exist. |
static DDMStructure |
DDMStructureServiceUtil.updateStructure(long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalService.updateStructure(long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalServiceWrapper.updateStructure(long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureServiceWrapper.updateStructure(long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureLocalServiceUtil.updateStructure(long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureService.updateStructure(long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureServiceUtil.updateStructure(long groupId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalService.updateStructure(long groupId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalServiceWrapper.updateStructure(long groupId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureServiceWrapper.updateStructure(long groupId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureLocalServiceUtil.updateStructure(long groupId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureService.updateStructure(long groupId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
Methods in com.liferay.portlet.dynamicdatamapping.service that return types with arguments of type DDMStructure | |
---|---|
List<DDMStructure> |
DDMStructureLocalService.getClassStructures(long classNameId)
Deprecated. DDMStructureLocalService.getClassStructures(long, long) |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getClassStructures(long classNameId)
Deprecated. DDMStructureLocalServiceWrapper.getClassStructures(long, long) |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getClassStructures(long classNameId)
Deprecated. DDMStructureLocalServiceUtil.getClassStructures(long, long) |
List<DDMStructure> |
DDMStructureLocalService.getClassStructures(long classNameId,
int start,
int end)
Deprecated. DDMStructureLocalService.getClassStructures(long, long, int, int) |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getClassStructures(long classNameId,
int start,
int end)
Deprecated. DDMStructureLocalServiceWrapper.getClassStructures(long, long, int, int) |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getClassStructures(long classNameId,
int start,
int end)
Deprecated. DDMStructureLocalServiceUtil.getClassStructures(long, long, int, int) |
List<DDMStructure> |
DDMStructureLocalService.getClassStructures(long companyId,
long classNameId)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getClassStructures(long companyId,
long classNameId)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getClassStructures(long companyId,
long classNameId)
|
List<DDMStructure> |
DDMStructureLocalService.getClassStructures(long companyId,
long classNameId,
int start,
int end)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getClassStructures(long companyId,
long classNameId,
int start,
int end)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getClassStructures(long companyId,
long classNameId,
int start,
int end)
|
List<DDMStructure> |
DDMStructureLocalService.getClassStructures(long companyId,
long classNameId,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getClassStructures(long companyId,
long classNameId,
OrderByComparator orderByComparator)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getClassStructures(long companyId,
long classNameId,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureLocalService.getClassStructures(long classNameId,
OrderByComparator orderByComparator)
Deprecated. DDMStructureLocalService.getClassStructures(long, long, OrderByComparator) |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getClassStructures(long classNameId,
OrderByComparator orderByComparator)
Deprecated. DDMStructureLocalServiceWrapper.getClassStructures(long, long, OrderByComparator) |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getClassStructures(long classNameId,
OrderByComparator orderByComparator)
Deprecated. DDMStructureLocalServiceUtil.getClassStructures(long, long, OrderByComparator) |
List<DDMStructure> |
DDMStructureLocalService.getDDMStructures(int start,
int end)
Returns a range of all the d d m structures. |
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.getDLFileEntryTypeDDMStructures(long fileEntryTypeId)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getDLFileEntryTypeDDMStructures(long fileEntryTypeId)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getDLFileEntryTypeDDMStructures(long fileEntryTypeId)
|
List<DDMStructure> |
DDMStructureLocalService.getDLFileEntryTypeDDMStructures(long fileEntryTypeId,
int start,
int end)
|
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,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getDLFileEntryTypeDDMStructures(long fileEntryTypeId,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getDLFileEntryTypeDDMStructures(long fileEntryTypeId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureLocalService.getDLFileEntryTypeStructures(long dlFileEntryTypeId)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getDLFileEntryTypeStructures(long dlFileEntryTypeId)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getDLFileEntryTypeStructures(long dlFileEntryTypeId)
|
List<DDMStructure> |
DDMStructureLocalService.getStructure(long groupId,
String name,
String description)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructure(long groupId,
String name,
String description)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructure(long groupId,
String name,
String description)
|
List<DDMStructure> |
DDMStructureLocalService.getStructureEntries()
Deprecated. DDMStructureLocalService.getStructures() |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructureEntries()
Deprecated. DDMStructureLocalServiceWrapper.getStructures() |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructureEntries()
Deprecated. DDMStructureLocalServiceUtil.getStructures() |
List<DDMStructure> |
DDMStructureLocalService.getStructureEntries(long groupId)
Deprecated. DDMStructureLocalService.getStructures(long) |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructureEntries(long groupId)
Deprecated. DDMStructureLocalServiceWrapper.getStructures(long) |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructureEntries(long groupId)
Deprecated. DDMStructureLocalServiceUtil.getStructures(long) |
List<DDMStructure> |
DDMStructureLocalService.getStructureEntries(long groupId,
int start,
int end)
Deprecated. DDMStructureLocalService.getStructures(long, int, int) |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructureEntries(long groupId,
int start,
int end)
Deprecated. DDMStructureLocalServiceWrapper.getStructures(long, int, int) |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructureEntries(long groupId,
int start,
int end)
Deprecated. DDMStructureLocalServiceUtil.getStructures(long, int, int) |
List<DDMStructure> |
DDMStructureLocalService.getStructures()
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructures()
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructures()
|
List<DDMStructure> |
DDMStructureLocalService.getStructures(long groupId)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructures(long groupId)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructures(long groupId)
|
List<DDMStructure> |
DDMStructureLocalService.getStructures(long groupId,
int start,
int end)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructures(long groupId,
int start,
int end)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructures(long groupId,
int start,
int end)
|
static List<DDMStructure> |
DDMStructureServiceUtil.search(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureLocalService.search(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.search(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureServiceWrapper.search(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.search(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureService.search(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMStructure> |
DDMStructureServiceUtil.search(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureLocalService.search(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.search(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureServiceWrapper.search(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.search(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureService.search(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
Methods in com.liferay.portlet.dynamicdatamapping.service with parameters of type DDMStructure | |
---|---|
DDMStructure |
DDMStructureLocalService.addDDMStructure(DDMStructure ddmStructure)
Adds the d d m structure to the database. |
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. |
void |
DDMStructureLocalService.addDLFileEntryTypeDDMStructure(long fileEntryTypeId,
DDMStructure ddmStructure)
|
void |
DDMStructureLocalServiceWrapper.addDLFileEntryTypeDDMStructure(long fileEntryTypeId,
DDMStructure ddmStructure)
|
static void |
DDMStructureLocalServiceUtil.addDLFileEntryTypeDDMStructure(long fileEntryTypeId,
DDMStructure ddmStructure)
|
void |
DDMStructureLocalService.addStructureResources(DDMStructure structure,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
DDMStructureLocalServiceWrapper.addStructureResources(DDMStructure structure,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
DDMStructureLocalServiceUtil.addStructureResources(DDMStructure structure,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
DDMStructureLocalService.addStructureResources(DDMStructure structure,
String[] groupPermissions,
String[] guestPermissions)
|
void |
DDMStructureLocalServiceWrapper.addStructureResources(DDMStructure structure,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
DDMStructureLocalServiceUtil.addStructureResources(DDMStructure structure,
String[] groupPermissions,
String[] guestPermissions)
|
DDMStructure |
DDMStructureLocalService.deleteDDMStructure(DDMStructure ddmStructure)
Deletes the d d m structure from the database. |
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. |
void |
DDMStructureLocalService.deleteDLFileEntryTypeDDMStructure(long fileEntryTypeId,
DDMStructure ddmStructure)
|
void |
DDMStructureLocalServiceWrapper.deleteDLFileEntryTypeDDMStructure(long fileEntryTypeId,
DDMStructure ddmStructure)
|
static void |
DDMStructureLocalServiceUtil.deleteDLFileEntryTypeDDMStructure(long fileEntryTypeId,
DDMStructure ddmStructure)
|
void |
DDMStructureLocalService.deleteStructure(DDMStructure structure)
|
void |
DDMStructureLocalServiceWrapper.deleteStructure(DDMStructure structure)
|
static void |
DDMStructureLocalServiceUtil.deleteStructure(DDMStructure structure)
|
DDMStructure |
DDMStructureLocalService.updateDDMStructure(DDMStructure ddmStructure)
Updates the d d m structure in the database or adds it if it does not yet exist. |
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,
boolean merge)
Updates the d d m structure in the database or adds it if it does not yet exist. |
DDMStructure |
DDMStructureLocalServiceWrapper.updateDDMStructure(DDMStructure ddmStructure,
boolean merge)
Updates the d d m structure in the database or adds it if it does not yet exist. |
static DDMStructure |
DDMStructureLocalServiceUtil.updateDDMStructure(DDMStructure ddmStructure,
boolean merge)
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 |
DDMStructureLocalService.addDLFileEntryTypeDDMStructures(long fileEntryTypeId,
List<DDMStructure> DDMStructures)
|
void |
DDMStructureLocalServiceWrapper.addDLFileEntryTypeDDMStructures(long fileEntryTypeId,
List<DDMStructure> DDMStructures)
|
static void |
DDMStructureLocalServiceUtil.addDLFileEntryTypeDDMStructures(long fileEntryTypeId,
List<DDMStructure> DDMStructures)
|
void |
DDMStructureLocalService.deleteDLFileEntryTypeDDMStructures(long fileEntryTypeId,
List<DDMStructure> DDMStructures)
|
void |
DDMStructureLocalServiceWrapper.deleteDLFileEntryTypeDDMStructures(long fileEntryTypeId,
List<DDMStructure> DDMStructures)
|
static void |
DDMStructureLocalServiceUtil.deleteDLFileEntryTypeDDMStructures(long fileEntryTypeId,
List<DDMStructure> DDMStructures)
|
Uses of DDMStructure in com.liferay.portlet.dynamicdatamapping.service.base |
---|
Methods in com.liferay.portlet.dynamicdatamapping.service.base that return DDMStructure | |
---|---|
DDMStructure |
DDMStructureLocalServiceBaseImpl.addDDMStructure(DDMStructure ddmStructure)
Adds the d d m structure to the database. |
DDMStructure |
DDMStructureLocalServiceBaseImpl.createDDMStructure(long structureId)
Creates a new d d m structure with the primary key. |
DDMStructure |
DDMStructureLocalServiceBaseImpl.deleteDDMStructure(DDMStructure ddmStructure)
Deletes the d d m structure from the database. |
DDMStructure |
DDMStructureLocalServiceBaseImpl.deleteDDMStructure(long structureId)
Deletes the d d m structure with the primary key from the database. |
DDMStructure |
DDMStructureLocalServiceBaseImpl.fetchDDMStructure(long structureId)
|
DDMStructure |
DDMStructureLocalServiceBaseImpl.getDDMStructure(long structureId)
Returns the d d m structure with the primary key. |
DDMStructure |
DDMStructureLocalServiceBaseImpl.getDDMStructureByUuidAndGroupId(String uuid,
long groupId)
Returns the d d m structure with the UUID in the group. |
DDMStructure |
DDMStructureLocalServiceBaseImpl.updateDDMStructure(DDMStructure ddmStructure)
Updates the d d m structure in the database or adds it if it does not yet exist. |
DDMStructure |
DDMStructureLocalServiceBaseImpl.updateDDMStructure(DDMStructure ddmStructure,
boolean merge)
Updates the d d m structure in the database or adds it if it does not yet exist. |
Methods in com.liferay.portlet.dynamicdatamapping.service.base that return types with arguments of type DDMStructure | |
---|---|
List<DDMStructure> |
DDMStructureLocalServiceBaseImpl.getDDMStructures(int start,
int end)
Returns a range of all the d d m structures. |
List<DDMStructure> |
DDMStructureLocalServiceBaseImpl.getDLFileEntryTypeDDMStructures(long fileEntryTypeId)
|
List<DDMStructure> |
DDMStructureLocalServiceBaseImpl.getDLFileEntryTypeDDMStructures(long fileEntryTypeId,
int start,
int end)
|
List<DDMStructure> |
DDMStructureLocalServiceBaseImpl.getDLFileEntryTypeDDMStructures(long fileEntryTypeId,
int start,
int end,
OrderByComparator orderByComparator)
|
Methods in com.liferay.portlet.dynamicdatamapping.service.base with parameters of type DDMStructure | |
---|---|
DDMStructure |
DDMStructureLocalServiceBaseImpl.addDDMStructure(DDMStructure ddmStructure)
Adds the d d m structure to the database. |
void |
DDMStructureLocalServiceBaseImpl.addDLFileEntryTypeDDMStructure(long fileEntryTypeId,
DDMStructure ddmStructure)
|
DDMStructure |
DDMStructureLocalServiceBaseImpl.deleteDDMStructure(DDMStructure ddmStructure)
Deletes the d d m structure from the database. |
void |
DDMStructureLocalServiceBaseImpl.deleteDLFileEntryTypeDDMStructure(long fileEntryTypeId,
DDMStructure ddmStructure)
|
DDMStructure |
DDMStructureLocalServiceBaseImpl.updateDDMStructure(DDMStructure ddmStructure)
Updates the d d m structure in the database or adds it if it does not yet exist. |
DDMStructure |
DDMStructureLocalServiceBaseImpl.updateDDMStructure(DDMStructure ddmStructure,
boolean merge)
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.base with type arguments of type DDMStructure | |
---|---|
void |
DDMStructureLocalServiceBaseImpl.addDLFileEntryTypeDDMStructures(long fileEntryTypeId,
List<DDMStructure> DDMStructures)
|
void |
DDMStructureLocalServiceBaseImpl.deleteDLFileEntryTypeDDMStructures(long fileEntryTypeId,
List<DDMStructure> DDMStructures)
|
Uses of DDMStructure in com.liferay.portlet.dynamicdatamapping.service.http |
---|
Methods in com.liferay.portlet.dynamicdatamapping.service.http that return DDMStructure | |
---|---|
static DDMStructure |
DDMStructureServiceHttp.addStructure(HttpPrincipal httpPrincipal,
long groupId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureServiceHttp.copyStructure(HttpPrincipal httpPrincipal,
long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureServiceHttp.fetchStructure(HttpPrincipal httpPrincipal,
long groupId,
String structureKey)
|
static DDMStructure |
DDMStructureServiceHttp.getStructure(HttpPrincipal httpPrincipal,
long structureId)
|
static DDMStructure |
DDMStructureServiceHttp.updateStructure(HttpPrincipal httpPrincipal,
long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureServiceHttp.updateStructure(HttpPrincipal httpPrincipal,
long groupId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
Methods in com.liferay.portlet.dynamicdatamapping.service.http that return types with arguments of type DDMStructure | |
---|---|
static List<DDMStructure> |
DDMStructureServiceHttp.search(HttpPrincipal httpPrincipal,
long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMStructure> |
DDMStructureServiceHttp.search(HttpPrincipal httpPrincipal,
long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
Uses of DDMStructure in com.liferay.portlet.dynamicdatamapping.service.impl |
---|
Methods in com.liferay.portlet.dynamicdatamapping.service.impl that return DDMStructure | |
---|---|
DDMStructure |
DDMStructureLocalServiceImpl.addStructure(long userId,
long groupId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureServiceImpl.addStructure(long groupId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalServiceImpl.copyStructure(long userId,
long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureServiceImpl.copyStructure(long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
protected DDMStructure |
DDMStructureLocalServiceImpl.doUpdateStructure(Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext,
DDMStructure structure)
|
DDMStructure |
DDMStructureLocalServiceImpl.fetchStructure(long structureId)
|
DDMStructure |
DDMStructureServiceImpl.fetchStructure(long groupId,
String structureKey)
|
DDMStructure |
DDMStructureLocalServiceImpl.fetchStructure(long groupId,
String structureKey)
|
DDMStructure |
DDMStructureServiceImpl.getStructure(long structureId)
|
DDMStructure |
DDMStructureLocalServiceImpl.getStructure(long structureId)
|
DDMStructure |
DDMStructureLocalServiceImpl.getStructure(long groupId,
String structureKey)
|
DDMStructure |
DDMStructureServiceImpl.updateStructure(long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalServiceImpl.updateStructure(long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureServiceImpl.updateStructure(long groupId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalServiceImpl.updateStructure(long groupId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
Methods in com.liferay.portlet.dynamicdatamapping.service.impl that return types with arguments of type DDMStructure | |
---|---|
List<DDMStructure> |
DDMStructureLocalServiceImpl.getClassStructures(long classNameId)
Deprecated. DDMStructureLocalServiceImpl.getClassStructures(long, long) |
List<DDMStructure> |
DDMStructureLocalServiceImpl.getClassStructures(long classNameId,
int start,
int end)
Deprecated. DDMStructureLocalServiceImpl.getClassStructures(long, long, int, int) |
List<DDMStructure> |
DDMStructureLocalServiceImpl.getClassStructures(long companyId,
long classNameId)
|
List<DDMStructure> |
DDMStructureLocalServiceImpl.getClassStructures(long companyId,
long classNameId,
int start,
int end)
|
List<DDMStructure> |
DDMStructureLocalServiceImpl.getClassStructures(long companyId,
long classNameId,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureLocalServiceImpl.getClassStructures(long classNameId,
OrderByComparator orderByComparator)
Deprecated. DDMStructureLocalServiceImpl.getClassStructures(long, long, OrderByComparator) |
List<DDMStructure> |
DDMStructureLocalServiceImpl.getDLFileEntryTypeStructures(long dlFileEntryTypeId)
|
List<DDMStructure> |
DDMStructureLocalServiceImpl.getStructure(long groupId,
String name,
String description)
|
List<DDMStructure> |
DDMStructureLocalServiceImpl.getStructureEntries()
Deprecated. DDMStructureLocalServiceImpl.getStructures() |
List<DDMStructure> |
DDMStructureLocalServiceImpl.getStructureEntries(long groupId)
Deprecated. DDMStructureLocalServiceImpl.getStructures(long) |
List<DDMStructure> |
DDMStructureLocalServiceImpl.getStructureEntries(long groupId,
int start,
int end)
Deprecated. DDMStructureLocalServiceImpl.getStructures(long, int, int) |
List<DDMStructure> |
DDMStructureLocalServiceImpl.getStructures()
|
List<DDMStructure> |
DDMStructureLocalServiceImpl.getStructures(long groupId)
|
List<DDMStructure> |
DDMStructureLocalServiceImpl.getStructures(long groupId,
int start,
int end)
|
List<DDMStructure> |
DDMStructureServiceImpl.search(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureLocalServiceImpl.search(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureServiceImpl.search(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureLocalServiceImpl.search(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
Methods in com.liferay.portlet.dynamicdatamapping.service.impl with parameters of type DDMStructure | |
---|---|
void |
DDMStructureLocalServiceImpl.addStructureResources(DDMStructure structure,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
DDMStructureLocalServiceImpl.addStructureResources(DDMStructure structure,
String[] groupPermissions,
String[] guestPermissions)
|
protected void |
DDMStructureLocalServiceImpl.appendNewStructureRequiredFields(DDMStructure structure,
Document templateDocument)
|
void |
DDMStructureLocalServiceImpl.deleteStructure(DDMStructure structure)
|
protected DDMStructure |
DDMStructureLocalServiceImpl.doUpdateStructure(Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext,
DDMStructure structure)
|
protected void |
DDMStructureLocalServiceImpl.syncStructureTemplatesFields(DDMStructure structure)
|
Uses of DDMStructure in com.liferay.portlet.dynamicdatamapping.service.permission |
---|
Methods in com.liferay.portlet.dynamicdatamapping.service.permission with parameters of type DDMStructure | |
---|---|
static void |
DDMStructurePermission.check(PermissionChecker permissionChecker,
DDMStructure structure,
String actionId)
|
static boolean |
DDMStructurePermission.contains(PermissionChecker permissionChecker,
DDMStructure structure,
String actionId)
|
Uses of DDMStructure in com.liferay.portlet.dynamicdatamapping.service.persistence |
---|
Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that return DDMStructure | |
---|---|
static DDMStructure |
DDMStructureUtil.create(long structureId)
Creates a new d d m structure with the primary key. |
DDMStructure |
DDMStructurePersistence.create(long structureId)
Creates a new d d m structure with the primary key. |
DDMStructure |
DDMStructurePersistenceImpl.create(long structureId)
Creates a new d d m structure with the primary key. |
static DDMStructure |
DDMStructureUtil.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?. |
DDMStructure |
DDMStructurePersistenceImpl.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?. |
DDMStructure |
DDMStructurePersistenceImpl.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where classNameId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where classNameId = ?. |
DDMStructure |
DDMStructurePersistenceImpl.fetchByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where classNameId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where classNameId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where classNameId = ?. |
DDMStructure |
DDMStructurePersistenceImpl.fetchByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where classNameId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByG_N_D_First(long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
DDMStructure |
DDMStructurePersistence.fetchByG_N_D_First(long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
DDMStructure |
DDMStructurePersistenceImpl.fetchByG_N_D_First(long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
static DDMStructure |
DDMStructureUtil.fetchByG_N_D_Last(long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
DDMStructure |
DDMStructurePersistence.fetchByG_N_D_Last(long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
DDMStructure |
DDMStructurePersistenceImpl.fetchByG_N_D_Last(long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
static DDMStructure |
DDMStructureUtil.fetchByG_S(long groupId,
String structureKey)
Returns the d d m structure where groupId = ? and structureKey = ? or returns null if it could not be found. |
DDMStructure |
DDMStructurePersistence.fetchByG_S(long groupId,
String structureKey)
Returns the d d m structure where groupId = ? and structureKey = ? or returns null if it could not be found. |
DDMStructure |
DDMStructurePersistenceImpl.fetchByG_S(long groupId,
String structureKey)
Returns the d d m structure where groupId = ? and structureKey = ? or returns null if it could not be found. |
static DDMStructure |
DDMStructureUtil.fetchByG_S(long groupId,
String structureKey,
boolean retrieveFromCache)
Returns the d d m structure where groupId = ? and structureKey = ? or returns null if it could not be found, optionally using the finder cache. |
DDMStructure |
DDMStructurePersistence.fetchByG_S(long groupId,
String structureKey,
boolean retrieveFromCache)
Returns the d d m structure where groupId = ? and structureKey = ? or returns null if it could not be found, optionally using the finder cache. |
DDMStructure |
DDMStructurePersistenceImpl.fetchByG_S(long groupId,
String structureKey,
boolean retrieveFromCache)
Returns the d d m structure where groupId = ? and structureKey = ? or returns null if it could not be found, optionally using the finder cache. |
static DDMStructure |
DDMStructureUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ?. |
DDMStructure |
DDMStructurePersistenceImpl.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ?. |
DDMStructure |
DDMStructurePersistenceImpl.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ?. |
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.fetchByPrimaryKey(long structureId)
Returns the d d m structure with the primary key or returns null if it could not be found. |
DDMStructure |
DDMStructurePersistenceImpl.fetchByPrimaryKey(long structureId)
Returns the d d m structure with the primary key or returns null if it could not be found. |
DDMStructure |
DDMStructurePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Returns the d d m structure with the primary key or returns null if it could not be found. |
static DDMStructure |
DDMStructureUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ?. |
DDMStructure |
DDMStructurePersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ?. |
DDMStructure |
DDMStructurePersistenceImpl.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ?. |
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)
Returns the d d m structure where uuid = ? and groupId = ? or returns null if it could not be found. |
DDMStructure |
DDMStructurePersistenceImpl.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,
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_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 |
DDMStructurePersistenceImpl.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_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ?. |
DDMStructure |
DDMStructurePersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ?. |
DDMStructure |
DDMStructurePersistenceImpl.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ?. |
static DDMStructure[] |
DDMStructureUtil.filterFindByG_N_D_PrevAndNext(long structureId,
long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and name = ? and description = ?. |
DDMStructure[] |
DDMStructurePersistence.filterFindByG_N_D_PrevAndNext(long structureId,
long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and name = ? and description = ?. |
DDMStructure[] |
DDMStructurePersistenceImpl.filterFindByG_N_D_PrevAndNext(long structureId,
long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and name = ? and description = ?. |
static DDMStructure[] |
DDMStructureUtil.filterFindByGroupId_PrevAndNext(long structureId,
long groupId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ?. |
DDMStructure[] |
DDMStructurePersistence.filterFindByGroupId_PrevAndNext(long structureId,
long groupId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ?. |
DDMStructure[] |
DDMStructurePersistenceImpl.filterFindByGroupId_PrevAndNext(long structureId,
long groupId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ?. |
protected DDMStructure |
DDMStructurePersistenceImpl.filterGetByG_N_D_PrevAndNext(Session session,
DDMStructure ddmStructure,
long groupId,
String name,
String description,
OrderByComparator orderByComparator,
boolean previous)
|
protected DDMStructure |
DDMStructurePersistenceImpl.filterGetByGroupId_PrevAndNext(Session session,
DDMStructure ddmStructure,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
static DDMStructure |
DDMStructureUtil.findByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?. |
DDMStructure |
DDMStructurePersistence.findByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?. |
DDMStructure |
DDMStructurePersistenceImpl.findByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?. |
static DDMStructure |
DDMStructureUtil.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?. |
DDMStructure |
DDMStructurePersistence.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?. |
DDMStructure |
DDMStructurePersistenceImpl.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?. |
static DDMStructure[] |
DDMStructureUtil.findByC_C_PrevAndNext(long structureId,
long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where companyId = ? and classNameId = ?. |
DDMStructure[] |
DDMStructurePersistence.findByC_C_PrevAndNext(long structureId,
long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where companyId = ? and classNameId = ?. |
DDMStructure[] |
DDMStructurePersistenceImpl.findByC_C_PrevAndNext(long structureId,
long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where companyId = ? and classNameId = ?. |
static DDMStructure |
DDMStructureUtil.findByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where classNameId = ?. |
DDMStructure |
DDMStructurePersistence.findByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where classNameId = ?. |
DDMStructure |
DDMStructurePersistenceImpl.findByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where classNameId = ?. |
static DDMStructure |
DDMStructureUtil.findByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where classNameId = ?. |
DDMStructure |
DDMStructurePersistence.findByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where classNameId = ?. |
DDMStructure |
DDMStructurePersistenceImpl.findByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where classNameId = ?. |
static DDMStructure[] |
DDMStructureUtil.findByClassNameId_PrevAndNext(long structureId,
long classNameId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where classNameId = ?. |
DDMStructure[] |
DDMStructurePersistence.findByClassNameId_PrevAndNext(long structureId,
long classNameId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where classNameId = ?. |
DDMStructure[] |
DDMStructurePersistenceImpl.findByClassNameId_PrevAndNext(long structureId,
long classNameId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where classNameId = ?. |
static DDMStructure |
DDMStructureUtil.findByG_N_D_First(long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
DDMStructure |
DDMStructurePersistence.findByG_N_D_First(long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
DDMStructure |
DDMStructurePersistenceImpl.findByG_N_D_First(long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
static DDMStructure |
DDMStructureUtil.findByG_N_D_Last(long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
DDMStructure |
DDMStructurePersistence.findByG_N_D_Last(long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
DDMStructure |
DDMStructurePersistenceImpl.findByG_N_D_Last(long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
static DDMStructure[] |
DDMStructureUtil.findByG_N_D_PrevAndNext(long structureId,
long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
DDMStructure[] |
DDMStructurePersistence.findByG_N_D_PrevAndNext(long structureId,
long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
DDMStructure[] |
DDMStructurePersistenceImpl.findByG_N_D_PrevAndNext(long structureId,
long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
static DDMStructure |
DDMStructureUtil.findByG_S(long groupId,
String structureKey)
Returns the d d m structure where groupId = ? and structureKey = ? or throws a NoSuchStructureException if it could not be found. |
DDMStructure |
DDMStructurePersistence.findByG_S(long groupId,
String structureKey)
Returns the d d m structure where groupId = ? and structureKey = ? or throws a NoSuchStructureException if it could not be found. |
DDMStructure |
DDMStructurePersistenceImpl.findByG_S(long groupId,
String structureKey)
Returns the d d m structure where groupId = ? and structureKey = ? or throws a NoSuchStructureException if it could not be found. |
static DDMStructure |
DDMStructureUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ?. |
DDMStructure |
DDMStructurePersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ?. |
DDMStructure |
DDMStructurePersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ?. |
static DDMStructure |
DDMStructureUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ?. |
DDMStructure |
DDMStructurePersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ?. |
DDMStructure |
DDMStructurePersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ?. |
static DDMStructure[] |
DDMStructureUtil.findByGroupId_PrevAndNext(long structureId,
long groupId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ?. |
DDMStructure[] |
DDMStructurePersistence.findByGroupId_PrevAndNext(long structureId,
long groupId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ?. |
DDMStructure[] |
DDMStructurePersistenceImpl.findByGroupId_PrevAndNext(long structureId,
long groupId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ?. |
static DDMStructure |
DDMStructureUtil.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.findByPrimaryKey(long structureId)
Returns the d d m structure with the primary key or throws a NoSuchStructureException if it could not be found. |
DDMStructure |
DDMStructurePersistenceImpl.findByPrimaryKey(long structureId)
Returns the d d m structure with the primary key or throws a NoSuchStructureException if it could not be found. |
DDMStructure |
DDMStructurePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the d d m structure with the primary key or throws a NoSuchModelException if it could not be found. |
static DDMStructure |
DDMStructureUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ?. |
DDMStructure |
DDMStructurePersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ?. |
DDMStructure |
DDMStructurePersistenceImpl.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ?. |
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_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 |
DDMStructurePersistenceImpl.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_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ?. |
DDMStructure |
DDMStructurePersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ?. |
DDMStructure |
DDMStructurePersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ?. |
static DDMStructure[] |
DDMStructureUtil.findByUuid_PrevAndNext(long structureId,
String uuid,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where uuid = ?. |
DDMStructure[] |
DDMStructurePersistence.findByUuid_PrevAndNext(long structureId,
String uuid,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where uuid = ?. |
DDMStructure[] |
DDMStructurePersistenceImpl.findByUuid_PrevAndNext(long structureId,
String uuid,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where uuid = ?. |
protected DDMStructure |
DDMStructurePersistenceImpl.getByC_C_PrevAndNext(Session session,
DDMStructure ddmStructure,
long companyId,
long classNameId,
OrderByComparator orderByComparator,
boolean previous)
|
protected DDMStructure |
DDMStructurePersistenceImpl.getByClassNameId_PrevAndNext(Session session,
DDMStructure ddmStructure,
long classNameId,
OrderByComparator orderByComparator,
boolean previous)
|
protected DDMStructure |
DDMStructurePersistenceImpl.getByG_N_D_PrevAndNext(Session session,
DDMStructure ddmStructure,
long groupId,
String name,
String description,
OrderByComparator orderByComparator,
boolean previous)
|
protected DDMStructure |
DDMStructurePersistenceImpl.getByGroupId_PrevAndNext(Session session,
DDMStructure ddmStructure,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
protected DDMStructure |
DDMStructurePersistenceImpl.getByUuid_PrevAndNext(Session session,
DDMStructure ddmStructure,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
static DDMStructure |
DDMStructureUtil.remove(long structureId)
Removes the d d m structure with the primary key from the database. |
DDMStructure |
DDMStructurePersistence.remove(long structureId)
Removes the d d m structure with the primary key from the database. |
DDMStructure |
DDMStructurePersistenceImpl.remove(long structureId)
Removes the d d m structure with the primary key from the database. |
DDMStructure |
DDMStructurePersistenceImpl.remove(Serializable primaryKey)
Removes the d d m structure with the primary key from the database. |
static DDMStructure |
DDMStructureUtil.removeByG_S(long groupId,
String structureKey)
Removes the d d m structure where groupId = ? and structureKey = ? from the database. |
DDMStructure |
DDMStructurePersistence.removeByG_S(long groupId,
String structureKey)
Removes the d d m structure where groupId = ? and structureKey = ? from the database. |
DDMStructure |
DDMStructurePersistenceImpl.removeByG_S(long groupId,
String structureKey)
Removes the d d m structure where groupId = ? and structureKey = ? 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. |
DDMStructure |
DDMStructurePersistence.removeByUUID_G(String uuid,
long groupId)
Removes the d d m structure where uuid = ? and groupId = ? from the database. |
DDMStructure |
DDMStructurePersistenceImpl.removeByUUID_G(String uuid,
long groupId)
Removes the d d m structure where uuid = ? and groupId = ? from the database. |
protected DDMStructure |
DDMStructurePersistenceImpl.removeImpl(DDMStructure ddmStructure)
|
protected DDMStructure |
DDMStructurePersistenceImpl.toUnwrappedModel(DDMStructure ddmStructure)
|
static DDMStructure |
DDMStructureUtil.update(DDMStructure ddmStructure,
boolean merge)
|
static DDMStructure |
DDMStructureUtil.update(DDMStructure ddmStructure,
boolean merge,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureUtil.updateImpl(DDMStructure ddmStructure,
boolean merge)
|
DDMStructure |
DDMStructurePersistence.updateImpl(DDMStructure ddmStructure,
boolean merge)
|
DDMStructure |
DDMStructurePersistenceImpl.updateImpl(DDMStructure ddmStructure,
boolean merge)
|
Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that return types with arguments of type DDMStructure | |
---|---|
protected List<DDMStructure> |
DDMStructureFinderImpl.doFindByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String[] names,
String[] descriptions,
String[] storageTypes,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator,
boolean inlineSQLHelper)
|
static List<DDMStructure> |
DDMStructureFinderUtil.filterFindByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String[] names,
String[] descriptions,
String[] storageTypes,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureFinder.filterFindByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String[] names,
String[] descriptions,
String[] storageTypes,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureFinderImpl.filterFindByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String[] names,
String[] descriptions,
String[] storageTypes,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMStructure> |
DDMStructureFinderUtil.filterFindByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator 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 orderByComparator)
|
List<DDMStructure> |
DDMStructureFinderImpl.filterFindByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMStructure> |
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)
Returns all the d d m structures that the user has permission to view where groupId = ? and name = ? and description = ?. |
List<DDMStructure> |
DDMStructurePersistenceImpl.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,
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)
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> |
DDMStructurePersistenceImpl.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,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and name = ? and description = ?. |
List<DDMStructure> |
DDMStructurePersistence.filterFindByG_N_D(long groupId,
String name,
String description,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and name = ? and description = ?. |
List<DDMStructure> |
DDMStructurePersistenceImpl.filterFindByG_N_D(long groupId,
String name,
String description,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and name = ? and description = ?. |
static List<DDMStructure> |
DDMStructureUtil.filterFindByGroupId(long groupId)
Returns all the d d m structures that the user has permission to view where groupId = ?. |
List<DDMStructure> |
DDMStructurePersistence.filterFindByGroupId(long groupId)
Returns all the d d m structures that the user has permission to view where groupId = ?. |
List<DDMStructure> |
DDMStructurePersistenceImpl.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,
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)
Returns a range of all the d d m structures that the user has permission to view where groupId = ?. |
List<DDMStructure> |
DDMStructurePersistenceImpl.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,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ?. |
List<DDMStructure> |
DDMStructurePersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ?. |
List<DDMStructure> |
DDMStructurePersistenceImpl.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ?. |
static List<DDMStructure> |
DDMStructureFinderUtil.filterFindByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureFinder.filterFindByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureFinderImpl.filterFindByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMStructure> |
DDMStructureUtil.findAll()
Returns all the d d m structures. |
List<DDMStructure> |
DDMStructurePersistence.findAll()
Returns all the d d m structures. |
List<DDMStructure> |
DDMStructurePersistenceImpl.findAll()
Returns 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)
Returns a range of all the d d m structures. |
List<DDMStructure> |
DDMStructurePersistenceImpl.findAll(int start,
int end)
Returns a range of all the d d m structures. |
static List<DDMStructure> |
DDMStructureUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures. |
List<DDMStructure> |
DDMStructurePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures. |
List<DDMStructure> |
DDMStructurePersistenceImpl.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures. |
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)
Returns all the d d m structures where companyId = ? and classNameId = ?. |
List<DDMStructure> |
DDMStructurePersistenceImpl.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,
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)
Returns a range of all the d d m structures where companyId = ? and classNameId = ?. |
List<DDMStructure> |
DDMStructurePersistenceImpl.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,
OrderByComparator orderByComparator)
Returns an ordered 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 orderByComparator)
Returns an ordered range of all the d d m structures where companyId = ? and classNameId = ?. |
List<DDMStructure> |
DDMStructurePersistenceImpl.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where companyId = ? and classNameId = ?. |
static List<DDMStructure> |
DDMStructureFinderUtil.findByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String[] names,
String[] descriptions,
String[] storageTypes,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureFinder.findByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String[] names,
String[] descriptions,
String[] storageTypes,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureFinderImpl.findByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String[] names,
String[] descriptions,
String[] storageTypes,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMStructure> |
DDMStructureFinderUtil.findByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator 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 orderByComparator)
|
List<DDMStructure> |
DDMStructureFinderImpl.findByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMStructure> |
DDMStructureUtil.findByClassNameId(long classNameId)
Returns all the d d m structures where classNameId = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByClassNameId(long classNameId)
Returns all the d d m structures where classNameId = ?. |
List<DDMStructure> |
DDMStructurePersistenceImpl.findByClassNameId(long classNameId)
Returns 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)
Returns a range of all the d d m structures where classNameId = ?. |
List<DDMStructure> |
DDMStructurePersistenceImpl.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,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where classNameId = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where classNameId = ?. |
List<DDMStructure> |
DDMStructurePersistenceImpl.findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where classNameId = ?. |
static List<DDMStructure> |
DDMStructureUtil.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)
Returns all the d d m structures where groupId = ? and name = ? and description = ?. |
List<DDMStructure> |
DDMStructurePersistenceImpl.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,
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)
Returns a range of all the d d m structures where groupId = ? and name = ? and description = ?. |
List<DDMStructure> |
DDMStructurePersistenceImpl.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,
OrderByComparator orderByComparator)
Returns an ordered 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 orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ? and name = ? and description = ?. |
List<DDMStructure> |
DDMStructurePersistenceImpl.findByG_N_D(long groupId,
String name,
String description,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ? and name = ? and description = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByGroupId(long groupId)
Returns all the d d m structures where groupId = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByGroupId(long groupId)
Returns all the d d m structures where groupId = ?. |
List<DDMStructure> |
DDMStructurePersistenceImpl.findByGroupId(long groupId)
Returns 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)
Returns a range of all the d d m structures where groupId = ?. |
List<DDMStructure> |
DDMStructurePersistenceImpl.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,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ?. |
List<DDMStructure> |
DDMStructurePersistenceImpl.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ?. |
static List<DDMStructure> |
DDMStructureFinderUtil.findByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureFinder.findByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureFinderImpl.findByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMStructure> |
DDMStructureUtil.findByUuid(String uuid)
Returns all the d d m structures where uuid = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByUuid(String uuid)
Returns all the d d m structures where uuid = ?. |
List<DDMStructure> |
DDMStructurePersistenceImpl.findByUuid(String uuid)
Returns 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)
Returns a range of all the d d m structures where uuid = ?. |
List<DDMStructure> |
DDMStructurePersistenceImpl.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,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where uuid = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where uuid = ?. |
List<DDMStructure> |
DDMStructurePersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where uuid = ?. |
static List<DDMStructure> |
DDMStructureUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<DDMStructure> |
DDMStructureUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<DDMStructure> |
DDMStructureUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
Methods in com.liferay.portlet.dynamicdatamapping.service.persistence with parameters of type DDMStructure | |
---|---|
static void |
DDMStructureUtil.cacheResult(DDMStructure ddmStructure)
Caches the d d m structure in the entity cache if it is enabled. |
void |
DDMStructurePersistence.cacheResult(DDMStructure ddmStructure)
Caches the d d m structure in the entity cache if it is enabled. |
void |
DDMStructurePersistenceImpl.cacheResult(DDMStructure ddmStructure)
Caches the d d m structure in the entity cache if it is enabled. |
protected void |
DDMStructurePersistenceImpl.cacheUniqueFindersCache(DDMStructure ddmStructure)
|
static void |
DDMStructureUtil.clearCache(DDMStructure ddmStructure)
|
void |
DDMStructurePersistenceImpl.clearCache(DDMStructure ddmStructure)
Clears the cache for the d d m structure. |
protected void |
DDMStructurePersistenceImpl.clearUniqueFindersCache(DDMStructure ddmStructure)
|
protected DDMStructure |
DDMStructurePersistenceImpl.filterGetByG_N_D_PrevAndNext(Session session,
DDMStructure ddmStructure,
long groupId,
String name,
String description,
OrderByComparator orderByComparator,
boolean previous)
|
protected DDMStructure |
DDMStructurePersistenceImpl.filterGetByGroupId_PrevAndNext(Session session,
DDMStructure ddmStructure,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
protected DDMStructure |
DDMStructurePersistenceImpl.getByC_C_PrevAndNext(Session session,
DDMStructure ddmStructure,
long companyId,
long classNameId,
OrderByComparator orderByComparator,
boolean previous)
|
protected DDMStructure |
DDMStructurePersistenceImpl.getByClassNameId_PrevAndNext(Session session,
DDMStructure ddmStructure,
long classNameId,
OrderByComparator orderByComparator,
boolean previous)
|
protected DDMStructure |
DDMStructurePersistenceImpl.getByG_N_D_PrevAndNext(Session session,
DDMStructure ddmStructure,
long groupId,
String name,
String description,
OrderByComparator orderByComparator,
boolean previous)
|
protected DDMStructure |
DDMStructurePersistenceImpl.getByGroupId_PrevAndNext(Session session,
DDMStructure ddmStructure,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
protected DDMStructure |
DDMStructurePersistenceImpl.getByUuid_PrevAndNext(Session session,
DDMStructure ddmStructure,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
protected DDMStructure |
DDMStructurePersistenceImpl.removeImpl(DDMStructure ddmStructure)
|
protected DDMStructure |
DDMStructurePersistenceImpl.toUnwrappedModel(DDMStructure ddmStructure)
|
static DDMStructure |
DDMStructureUtil.update(DDMStructure ddmStructure,
boolean merge)
|
static DDMStructure |
DDMStructureUtil.update(DDMStructure ddmStructure,
boolean merge,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureUtil.updateImpl(DDMStructure ddmStructure,
boolean merge)
|
DDMStructure |
DDMStructurePersistence.updateImpl(DDMStructure ddmStructure,
boolean merge)
|
DDMStructure |
DDMStructurePersistenceImpl.updateImpl(DDMStructure ddmStructure,
boolean merge)
|
Method parameters in com.liferay.portlet.dynamicdatamapping.service.persistence with type arguments of type DDMStructure | |
---|---|
static void |
DDMStructureUtil.cacheResult(List<DDMStructure> ddmStructures)
Caches the d d m structures in the entity cache if it is enabled. |
void |
DDMStructurePersistence.cacheResult(List<DDMStructure> ddmStructures)
Caches the d d m structures in the entity cache if it is enabled. |
void |
DDMStructurePersistenceImpl.cacheResult(List<DDMStructure> ddmStructures)
Caches the d d m structures in the entity cache if it is enabled. |
void |
DDMStructurePersistenceImpl.clearCache(List<DDMStructure> ddmStructures)
|
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 with parameters of type DDMStructure | |
---|---|
static void |
DDMIndexerUtil.addAttributes(Document document,
DDMStructure ddmStructure,
Fields fields)
|
void |
DDMIndexer.addAttributes(Document document,
DDMStructure ddmStructure,
Fields fields)
|
void |
DDMIndexerImpl.addAttributes(Document document,
DDMStructure ddmStructure,
Fields fields)
|
String |
DDMXSD.getHTML(javax.servlet.jsp.PageContext pageContext,
DDMStructure ddmStructure,
Fields fields,
String namespace,
boolean readOnly,
Locale locale)
|
static String |
DDMXSDUtil.getHTML(javax.servlet.jsp.PageContext pageContext,
DDMStructure ddmStructure,
Fields fields,
String namespace,
boolean readOnly,
Locale locale)
|
String |
DDMXSDImpl.getHTML(javax.servlet.jsp.PageContext pageContext,
DDMStructure ddmStructure,
Fields fields,
String namespace,
boolean readOnly,
Locale locale)
|
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |