public class PortletPreferencesFinderImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.PortletPreferences>
implements com.liferay.portal.service.persistence.PortletPreferencesFinder
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COUNT_BY_O_O_P |
static java.lang.String |
COUNT_BY_O_O_P_P_P |
static java.lang.String |
FIND_BY_C_G_O_O_P_P |
static java.lang.String |
FIND_BY_PORTLET_ID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_FIND_BY_C_G_O_O_P_P |
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 and Description |
|---|
PortletPreferencesFinderImpl() |
| Modifier and Type | Method and Description |
|---|---|
long |
countByO_O_P_P_P(long ownerId,
int ownerType,
long plid,
java.lang.String portletId,
boolean excludeDefaultPreferences) |
long |
countByO_O_P(long ownerId,
int ownerType,
java.lang.String portletId,
boolean excludeDefaultPreferences) |
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) |
protected boolean |
isInstanceOf(java.lang.String portletPreferencesPortletId,
java.lang.String portletId) |
appendOrderByComparator, appendOrderByComparator, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getClassLoader, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, remove, removeConjunction, removeImpl, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl, updateImplpublic static final java.lang.String COUNT_BY_O_O_P
public static final java.lang.String COUNT_BY_O_O_P_P_P
public static final java.lang.String FIND_BY_PORTLET_ID
public static final java.lang.String FIND_BY_C_G_O_O_P_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_C_G_O_O_P_P
public long countByO_O_P(long ownerId,
int ownerType,
java.lang.String portletId,
boolean excludeDefaultPreferences)
throws com.liferay.portal.kernel.exception.SystemException
countByO_O_P in interface com.liferay.portal.service.persistence.PortletPreferencesFindercom.liferay.portal.kernel.exception.SystemExceptionpublic long countByO_O_P_P_P(long ownerId,
int ownerType,
long plid,
java.lang.String portletId,
boolean excludeDefaultPreferences)
throws com.liferay.portal.kernel.exception.SystemException
countByO_O_P_P_P in interface com.liferay.portal.service.persistence.PortletPreferencesFindercom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portal.model.PortletPreferences> findByPortletId(java.lang.String portletId)
throws com.liferay.portal.kernel.exception.SystemException
findByPortletId in interface com.liferay.portal.service.persistence.PortletPreferencesFindercom.liferay.portal.kernel.exception.SystemExceptionpublic 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
findByC_G_O_O_P_P in interface com.liferay.portal.service.persistence.PortletPreferencesFindercom.liferay.portal.kernel.exception.SystemExceptionprotected boolean isInstanceOf(java.lang.String portletPreferencesPortletId,
java.lang.String portletId)