public class DDMStructureManagerUtil
extends Object
Constructor and Description |
---|
DDMStructureManagerUtil() |
Modifier and Type | Method and Description |
---|---|
static 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) |
static void |
deleteStructure(long structureId) |
static DDMStructure |
fetchStructure(long structureId) |
static DDMStructure |
fetchStructure(long groupId,
long classNameId,
String structureKey) |
static List<DDMStructure> |
getClassStructures(long companyId,
long classNameId) |
static DDMStructure |
updateStructure(long userId,
long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext) |
static void |
updateStructureKey(long structureId,
String structureKey) |
public static 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
public static void deleteStructure(long structureId) throws PortalException
PortalException
public static DDMStructure fetchStructure(long structureId)
public static DDMStructure fetchStructure(long groupId, long classNameId, String structureKey)
public static List<DDMStructure> getClassStructures(long companyId, long classNameId)
public static DDMStructure updateStructure(long userId, long structureId, long parentStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, ServiceContext serviceContext) throws PortalException
PortalException
public static void updateStructureKey(long structureId, String structureKey) throws PortalException
PortalException