Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portlet.documentlibrary.model.DLContentDataBlobModel

Packages that use DLContentDataBlobModel
com.liferay.portlet.documentlibrary.service This package defines the document library portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.documentlibrary.service.base   
 

Uses of DLContentDataBlobModel in com.liferay.portlet.documentlibrary.service
 

Methods in com.liferay.portlet.documentlibrary.service that return DLContentDataBlobModel
static DLContentDataBlobModel DLContentLocalServiceUtil.getDataBlobModel(Serializable primaryKey)
           
 DLContentDataBlobModel DLContentLocalService.getDataBlobModel(Serializable primaryKey)
           
 DLContentDataBlobModel DLContentLocalServiceWrapper.getDataBlobModel(Serializable primaryKey)
           
 

Uses of DLContentDataBlobModel in com.liferay.portlet.documentlibrary.service.base
 

Methods in com.liferay.portlet.documentlibrary.service.base that return DLContentDataBlobModel
 DLContentDataBlobModel DLContentLocalServiceBaseImpl.getDataBlobModel(Serializable primaryKey)
           
 


Liferay 6.1.2-ce-ga3