@ProviderType
public interface DDMStructureManager
Modifier and Type | Field and Description |
---|---|
static String |
STRUCTURE_INDEXER_FIELD_NAMESPACE |
static String |
STRUCTURE_INDEXER_FIELD_PREFIX |
static String |
STRUCTURE_INDEXER_FIELD_SEPARATOR |
static int |
STRUCTURE_TYPE_AUTO |
Modifier and Type | Method and Description |
---|---|
DDMStructure |
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) |
void |
deleteStructure(long structureId) |
DDMStructure |
fetchStructure(long structureId) |
DDMStructure |
fetchStructure(long groupId,
long classNameId,
String structureKey) |
List<DDMStructure> |
getClassStructures(long companyId,
long classNameId) |
DDMStructure |
updateStructure(long userId,
long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext) |
void |
updateStructureKey(long structureId,
String structureKey) |
static final String STRUCTURE_INDEXER_FIELD_NAMESPACE
static final String STRUCTURE_INDEXER_FIELD_PREFIX
static final String STRUCTURE_INDEXER_FIELD_SEPARATOR
static final int STRUCTURE_TYPE_AUTO
DDMStructure 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) throws PortalException
PortalException
void deleteStructure(long structureId) throws PortalException
PortalException
DDMStructure fetchStructure(long structureId)
DDMStructure fetchStructure(long groupId, long classNameId, String structureKey)
List<DDMStructure> getClassStructures(long companyId, long classNameId)
DDMStructure updateStructure(long userId, long structureId, long parentStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, ServiceContext serviceContext) throws PortalException
PortalException
void updateStructureKey(long structureId, String structureKey) throws PortalException
PortalException