Interface StorageEngineManager
@ProviderType
public interface StorageEngineManager
- Author:
- Rafael Praxedes
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionlong
create
(long companyId, long ddmStructureId, DDMFormValues ddmFormValues, ServiceContext serviceContext) void
deleteByClass
(long classPK) getDDMFormValues
(long classPK) getDDMFormValues
(long ddmStructureId, String fieldNamespace, ServiceContext serviceContext) void
update
(long classPK, DDMFormValues ddmFormValues, ServiceContext serviceContext)
-
Field Details
-
STORAGE_TYPE_DEFAULT
- See Also:
-
-
Method Details
-
create
long create(long companyId, long ddmStructureId, DDMFormValues ddmFormValues, ServiceContext serviceContext) throws PortalException - Throws:
PortalException
-
deleteByClass
- Throws:
PortalException
-
getDDMFormValues
- Throws:
PortalException
-
getDDMFormValues
DDMFormValues getDDMFormValues(long ddmStructureId, String fieldNamespace, ServiceContext serviceContext) throws PortalException - Throws:
PortalException
-
update
void update(long classPK, DDMFormValues ddmFormValues, ServiceContext serviceContext) throws PortalException - Throws:
PortalException
-