Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.kernel.dao.orm.PortalCustomSQL

Packages that use PortalCustomSQL
com.liferay.portal.dao.orm.common   
com.liferay.portal.kernel.dao.orm   
 

Uses of PortalCustomSQL in com.liferay.portal.dao.orm.common
 

Classes in com.liferay.portal.dao.orm.common that implement PortalCustomSQL
 class PortalCustomSQLImpl
           
 

Uses of PortalCustomSQL in com.liferay.portal.kernel.dao.orm
 

Methods in com.liferay.portal.kernel.dao.orm that return PortalCustomSQL
static PortalCustomSQL PortalCustomSQLUtil.getPortalCustomSQL()
           
 

Methods in com.liferay.portal.kernel.dao.orm with parameters of type PortalCustomSQL
 void PortalCustomSQLUtil.setPortalCustomSQL(PortalCustomSQL portalCustomSQL)
           
 


Liferay 6.1.2-ce-ga3