com.liferay.portal.service.persistence
Class PortletPreferencesFinderImpl

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.PortletPreferences>
      extended by com.liferay.portal.service.persistence.PortletPreferencesFinderImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.PortletPreferences>, com.liferay.portal.service.persistence.PortletPreferencesFinder

public class PortletPreferencesFinderImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.PortletPreferences>
implements com.liferay.portal.service.persistence.PortletPreferencesFinder

Author:
Brian Wing Shun Chan, Hugo Huijser

Field Summary
static java.lang.String FIND_BY_C_G_O_O_P_P
           
static java.lang.String FIND_BY_PORTLETID
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR
 
Constructor Summary
PortletPreferencesFinderImpl()
           
 
Method Summary
 java.util.List<com.liferay.portal.model.PortletPreferences> findByC_G_O_O_P_P(long companyId, long groupId, long ownerId, int ownerType, java.lang.String portletId, boolean privateLayout)
           
 java.util.List<com.liferay.portal.model.PortletPreferences> findByPortletId(java.lang.String portletId)
           
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDB, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, remove, removeImpl, setDataSource, setSessionFactory, unregisterListener, update, update, updateImpl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIND_BY_PORTLETID

public static java.lang.String FIND_BY_PORTLETID

FIND_BY_C_G_O_O_P_P

public static java.lang.String FIND_BY_C_G_O_O_P_P
Constructor Detail

PortletPreferencesFinderImpl

public PortletPreferencesFinderImpl()
Method Detail

findByPortletId

public java.util.List<com.liferay.portal.model.PortletPreferences> findByPortletId(java.lang.String portletId)
                                                                            throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByPortletId in interface com.liferay.portal.service.persistence.PortletPreferencesFinder
Throws:
com.liferay.portal.kernel.exception.SystemException

findByC_G_O_O_P_P

public java.util.List<com.liferay.portal.model.PortletPreferences> findByC_G_O_O_P_P(long companyId,
                                                                                     long groupId,
                                                                                     long ownerId,
                                                                                     int ownerType,
                                                                                     java.lang.String portletId,
                                                                                     boolean privateLayout)
                                                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByC_G_O_O_P_P in interface com.liferay.portal.service.persistence.PortletPreferencesFinder
Throws:
com.liferay.portal.kernel.exception.SystemException