Interface StorageEngineManager
@ProviderType
public interface StorageEngineManager
- Author:
- Rafael Praxedes
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionlongcreate(long companyId, long ddmStructureId, DDMFormValues ddmFormValues, ServiceContext serviceContext) voiddeleteByClass(long classPK) getDDMFormValues(long classPK) getDDMFormValues(long ddmStructureId, String fieldNamespace, ServiceContext serviceContext) voidupdate(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
-