Liferay 6.1.10-ee-ga1

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

Packages that use DLContentDataBlobModel
com.liferay.portlet.documentlibrary.service This package defines the local and remote document library portlet service interfaces, utility and wrapper classes. 
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
 DLContentDataBlobModel DLContentLocalServiceWrapper.getDataBlobModel(Serializable primaryKey)
           
static DLContentDataBlobModel DLContentLocalServiceUtil.getDataBlobModel(Serializable primaryKey)
           
 DLContentDataBlobModel DLContentLocalService.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.10-ee-ga1