com.liferay.portlet.dynamicdatamapping.util
Interface DDM
- All Known Implementing Classes:
- DDMImpl
public interface DDM
Method Summary |
Fields |
getFields(long ddmStructureId,
long ddmTemplateId,
ServiceContext serviceContext)
|
Fields |
getFields(long ddmStructureId,
long ddmTemplateId,
String fieldNamespace,
ServiceContext serviceContext)
|
Fields |
getFields(long ddmStructureId,
ServiceContext serviceContext)
|
Fields |
getFields(long ddmStructureId,
String fieldNamespace,
ServiceContext serviceContext)
|
String |
getFileUploadPath(BaseModel<?> baseModel)
|
void |
sendFieldFile(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Field field)
|
String |
uploadFieldFile(long structureId,
long storageId,
BaseModel<?> baseModel,
String fieldName,
ServiceContext serviceContext)
|
String |
uploadFieldFile(long structureId,
long storageId,
BaseModel<?> baseModel,
String fieldName,
String fieldNamespace,
ServiceContext serviceContext)
|
getFields
Fields getFields(long ddmStructureId,
long ddmTemplateId,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getFields
Fields getFields(long ddmStructureId,
long ddmTemplateId,
String fieldNamespace,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getFields
Fields getFields(long ddmStructureId,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getFields
Fields getFields(long ddmStructureId,
String fieldNamespace,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getFileUploadPath
String getFileUploadPath(BaseModel<?> baseModel)
sendFieldFile
void sendFieldFile(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Field field)
throws Exception
- Throws:
Exception
uploadFieldFile
String uploadFieldFile(long structureId,
long storageId,
BaseModel<?> baseModel,
String fieldName,
ServiceContext serviceContext)
throws Exception
- Throws:
Exception
uploadFieldFile
String uploadFieldFile(long structureId,
long storageId,
BaseModel<?> baseModel,
String fieldName,
String fieldNamespace,
ServiceContext serviceContext)
throws Exception
- Throws:
Exception