Interface DDMStorageEngineManager
@ProviderType
public interface DDMStorageEngineManager
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionlongcreate(long companyId, long ddmStructureId, DDMFormValues ddmFormValues, com.liferay.portal.kernel.service.ServiceContext serviceContext) voiddeleteByClass(long classPK) getDDMFormValues(long classPK) getDDMFormValues(long classPK, DDMForm ddmForm) getDDMFormValues(long ddmStructureId, String fieldNamespace, com.liferay.portal.kernel.service.ServiceContext serviceContext) voidupdate(long classPK, DDMFormValues ddmFormValues, com.liferay.portal.kernel.service.ServiceContext serviceContext)
-
Field Details
-
STORAGE_TYPE_DEFAULT
- See Also:
-
-
Method Details
-
create
long create(long companyId, long ddmStructureId, DDMFormValues ddmFormValues, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteByClass
void deleteByClass(long classPK) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDDMFormValues
DDMFormValues getDDMFormValues(long classPK) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDDMFormValues
DDMFormValues getDDMFormValues(long classPK, DDMForm ddmForm) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDDMFormValues
DDMFormValues getDDMFormValues(long ddmStructureId, String fieldNamespace, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
update
void update(long classPK, DDMFormValues ddmFormValues, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-