com.liferay.portal.service.persistence
Class LayoutFinderImpl

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl
      extended by com.liferay.portal.service.persistence.LayoutFinderImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.service.persistence.BasePersistence, com.liferay.portal.service.persistence.LayoutFinder

public class LayoutFinderImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl
implements com.liferay.portal.service.persistence.LayoutFinder

View Source

Author:
Brian Wing Shun Chan

Field Summary
static java.lang.String FIND_BY_C_P_P
           
static java.lang.String FIND_BY_NULL_FRIENDLY_URL
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME, listeners
 
Constructor Summary
LayoutFinderImpl()
           
 
Method Summary
 java.util.List<com.liferay.portal.model.LayoutReference> findByC_P_P(long companyId, java.lang.String portletId, java.lang.String preferencesKey, java.lang.String preferencesValue)
           
 java.util.List<com.liferay.portal.model.Layout> findByNullFriendlyURL()
           
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
clearCache, closeSession, getDataSource, getDialect, getListeners, openSession, processException, registerListener, setDataSource, setSessionFactory, unregisterListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIND_BY_NULL_FRIENDLY_URL

public static java.lang.String FIND_BY_NULL_FRIENDLY_URL

FIND_BY_C_P_P

public static java.lang.String FIND_BY_C_P_P
Constructor Detail

LayoutFinderImpl

public LayoutFinderImpl()
Method Detail

findByNullFriendlyURL

public java.util.List<com.liferay.portal.model.Layout> findByNullFriendlyURL()
                                                                      throws com.liferay.portal.SystemException
Specified by:
findByNullFriendlyURL in interface com.liferay.portal.service.persistence.LayoutFinder
Throws:
com.liferay.portal.SystemException

findByC_P_P

public java.util.List<com.liferay.portal.model.LayoutReference> findByC_P_P(long companyId,
                                                                            java.lang.String portletId,
                                                                            java.lang.String preferencesKey,
                                                                            java.lang.String preferencesValue)
                                                                     throws com.liferay.portal.SystemException
Specified by:
findByC_P_P in interface com.liferay.portal.service.persistence.LayoutFinder
Throws:
com.liferay.portal.SystemException