@ProviderType
public interface DDMStorageEngineManager
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
STORAGE_TYPE_DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
long |
create(long companyId,
long ddmStructureId,
DDMFormValues ddmFormValues,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteByClass(long classPK) |
DDMFormValues |
getDDMFormValues(long classPK) |
DDMFormValues |
getDDMFormValues(long ddmStructureId,
java.lang.String fieldNamespace,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
update(long classPK,
DDMFormValues ddmFormValues,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static final java.lang.String STORAGE_TYPE_DEFAULT
long create(long companyId,
long ddmStructureId,
DDMFormValues ddmFormValues,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid deleteByClass(long classPK)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionDDMFormValues getDDMFormValues(long classPK) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionDDMFormValues getDDMFormValues(long ddmStructureId, java.lang.String fieldNamespace, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid update(long classPK,
DDMFormValues ddmFormValues,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException