Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
List<DDMStructure> |
DLFileVersionWrapper.getDDMStructures() |
List<DDMStructure> |
DLFileEntryTypeWrapper.getDDMStructures() |
List<DDMStructure> |
DLFileVersion.getDDMStructures() |
List<DDMStructure> |
DLFileEntryType.getDDMStructures() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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.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.fetchStructure(long structureId) |
static DDMStructure |
DDMStructureManagerUtil.fetchStructure(long structureId) |
DDMStructure |
DDMStructureManager.fetchStructure(long groupId,
long classNameId,
String structureKey) |
static DDMStructure |
DDMStructureManagerUtil.fetchStructure(long groupId,
long classNameId,
String structureKey) |
DDMStructure |
DDMStructureManager.fetchStructureByUuidAndGroupId(String uuid,
long groupId) |
static DDMStructure |
DDMStructureManagerUtil.fetchStructureByUuidAndGroupId(String uuid,
long groupId) |
DDMStructure |
DDMStructureManager.getStructure(long structureId) |
static DDMStructure |
DDMStructureManagerUtil.getStructure(long structureId) |
DDMStructure |
DDMStructureManager.getStructure(long groupId,
long classNameId,
String structureKey) |
static DDMStructure |
DDMStructureManagerUtil.getStructure(long groupId,
long classNameId,
String structureKey) |
DDMStructure |
DDMStructureManager.getStructureByUuidAndGroupId(String uuid,
long groupId) |
static DDMStructure |
DDMStructureManagerUtil.getStructureByUuidAndGroupId(String uuid,
long groupId) |
DDMStructure |
DDMStructureManager.updateStructure(long userId,
long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext) |
static DDMStructure |
DDMStructureManagerUtil.updateStructure(long userId,
long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext) |
Modifier and Type | Method and Description |
---|---|
List<DDMStructure> |
DDMStructureManager.getClassStructures(long companyId,
long classNameId) |
static List<DDMStructure> |
DDMStructureManagerUtil.getClassStructures(long companyId,
long classNameId) |
List<DDMStructure> |
DDMStructureManager.getClassStructures(long companyId,
long classNameId,
int structureComparator) |
static List<DDMStructure> |
DDMStructureManagerUtil.getClassStructures(long companyId,
long classNameId,
int structureComparator) |
List<DDMStructure> |
DDMStructureManager.getClassStructures(long companyId,
long classNameId,
int start,
int end) |
static List<DDMStructure> |
DDMStructureManagerUtil.getClassStructures(long companyId,
long classNameId,
int start,
int end) |
List<DDMStructure> |
DDMStructureManager.getStructures(long[] groupIds,
long classNameId) |
static List<DDMStructure> |
DDMStructureManagerUtil.getStructures(long[] groupIds,
long classNameId) |