Liferay 7.0-ga1 portal-kernel

Uses of Interface
com.liferay.dynamic.data.mapping.kernel.DDMStructure

Packages that use DDMStructure
com.liferay.document.library.kernel.model   
com.liferay.document.library.kernel.service This package defines the document library portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.dynamic.data.mapping.kernel   
 

Uses of DDMStructure in com.liferay.document.library.kernel.model
 

Methods in com.liferay.document.library.kernel.model that return types with arguments of type DDMStructure
 List<DDMStructure> DLFileVersionWrapper.getDDMStructures()
           
 List<DDMStructure> DLFileEntryTypeWrapper.getDDMStructures()
           
 List<DDMStructure> DLFileEntryType.getDDMStructures()
           
 List<DDMStructure> DLFileVersion.getDDMStructures()
           
 

Uses of DDMStructure in com.liferay.document.library.kernel.service
 

Method parameters in com.liferay.document.library.kernel.service with type arguments of type DDMStructure
 void DLFileEntryMetadataLocalServiceWrapper.updateFileEntryMetadata(long companyId, List<DDMStructure> ddmStructures, long fileEntryId, long fileVersionId, Map<String,DDMFormValues> ddmFormValuesMap, ServiceContext serviceContext)
           
static void DLFileEntryMetadataLocalServiceUtil.updateFileEntryMetadata(long companyId, List<DDMStructure> ddmStructures, long fileEntryId, long fileVersionId, Map<String,DDMFormValues> ddmFormValuesMap, ServiceContext serviceContext)
           
 void DLFileEntryMetadataLocalService.updateFileEntryMetadata(long companyId, List<DDMStructure> ddmStructures, long fileEntryId, long fileVersionId, Map<String,DDMFormValues> ddmFormValuesMap, ServiceContext serviceContext)
           
 

Uses of DDMStructure in com.liferay.dynamic.data.mapping.kernel
 

Methods in com.liferay.dynamic.data.mapping.kernel that return DDMStructure
static DDMStructure DDMStructureManagerUtil.addStructure(long userId, long groupId, String parentStructureKey, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, String storageType, int type, ServiceContext serviceContext)
           
 DDMStructure DDMStructureManager.addStructure(long userId, long groupId, String parentStructureKey, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, String storageType, int type, ServiceContext serviceContext)
           
static DDMStructure DDMStructureManagerUtil.fetchStructure(long structureId)
           
 DDMStructure DDMStructureManager.fetchStructure(long structureId)
           
static DDMStructure DDMStructureManagerUtil.fetchStructure(long groupId, long classNameId, String structureKey)
           
 DDMStructure DDMStructureManager.fetchStructure(long groupId, long classNameId, String structureKey)
           
static DDMStructure DDMStructureManagerUtil.fetchStructureByUuidAndGroupId(String uuid, long groupId)
           
 DDMStructure DDMStructureManager.fetchStructureByUuidAndGroupId(String uuid, long groupId)
           
static DDMStructure DDMStructureManagerUtil.getStructure(long structureId)
           
 DDMStructure DDMStructureManager.getStructure(long structureId)
           
static DDMStructure DDMStructureManagerUtil.getStructure(long groupId, long classNameId, String structureKey)
           
 DDMStructure DDMStructureManager.getStructure(long groupId, long classNameId, String structureKey)
           
static DDMStructure DDMStructureManagerUtil.getStructureByUuidAndGroupId(String uuid, long groupId)
           
 DDMStructure DDMStructureManager.getStructureByUuidAndGroupId(String uuid, long groupId)
           
static DDMStructure DDMStructureManagerUtil.updateStructure(long userId, long structureId, long parentStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, ServiceContext serviceContext)
           
 DDMStructure DDMStructureManager.updateStructure(long userId, long structureId, long parentStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, ServiceContext serviceContext)
           
 

Methods in com.liferay.dynamic.data.mapping.kernel that return types with arguments of type DDMStructure
static List<DDMStructure> DDMStructureManagerUtil.getClassStructures(long companyId, long classNameId)
           
 List<DDMStructure> DDMStructureManager.getClassStructures(long companyId, long classNameId)
           
static List<DDMStructure> DDMStructureManagerUtil.getClassStructures(long companyId, long classNameId, int structureComparator)
           
 List<DDMStructure> DDMStructureManager.getClassStructures(long companyId, long classNameId, int structureComparator)
           
static List<DDMStructure> DDMStructureManagerUtil.getClassStructures(long companyId, long classNameId, int start, int end)
           
 List<DDMStructure> DDMStructureManager.getClassStructures(long companyId, long classNameId, int start, int end)
           
static List<DDMStructure> DDMStructureManagerUtil.getStructures(long[] groupIds, long classNameId)
           
 List<DDMStructure> DDMStructureManager.getStructures(long[] groupIds, long classNameId)
           
 


Liferay 7.0-ga1 portal-kernel