Liferay 7.0-ce-b4

com.liferay.portlet.dynamicdatamapping
Interface StorageEngineManager


public interface StorageEngineManager


Field Summary
static String STORAGE_TYPE_DEFAULT
           
 
Method Summary
 long create(long companyId, long ddmStructureId, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
 void deleteByClass(long classPK)
           
 DDMFormValues getDDMFormValues(long classPK)
           
 DDMFormValues getDDMFormValues(long ddmStructureId, String fieldNamespace, ServiceContext serviceContext)
           
 void update(long classPK, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
 

Field Detail

STORAGE_TYPE_DEFAULT

static final String STORAGE_TYPE_DEFAULT
See Also:
Constant Field Values
Method Detail

create

long create(long companyId,
            long ddmStructureId,
            DDMFormValues ddmFormValues,
            ServiceContext serviceContext)
            throws PortalException
Throws:
PortalException

deleteByClass

void deleteByClass(long classPK)
                   throws PortalException
Throws:
PortalException

getDDMFormValues

DDMFormValues getDDMFormValues(long classPK)
                               throws PortalException
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

Liferay 7.0-ce-b4