Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.dao.orm
Class PortalCustomSQLUtil

java.lang.Object
  extended by com.liferay.portal.kernel.dao.orm.PortalCustomSQLUtil

public class PortalCustomSQLUtil
extends Object


Constructor Summary
PortalCustomSQLUtil()
           
 
Method Summary
static String get(String id)
           
static PortalCustomSQL getPortalCustomSQL()
           
 void setPortalCustomSQL(PortalCustomSQL portalCustomSQL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalCustomSQLUtil

public PortalCustomSQLUtil()
Method Detail

get

public static String get(String id)

getPortalCustomSQL

public static PortalCustomSQL getPortalCustomSQL()

setPortalCustomSQL

public void setPortalCustomSQL(PortalCustomSQL portalCustomSQL)

Liferay 6.1.2-ce-ga3