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 |
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, 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.Map<java.io.Serializable,com.liferay.portal.model.PortletPreferences> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
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, getColumnName, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, getTableColumnsMap, 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)
countByO_O_P in interface com.liferay.portal.service.persistence.PortletPreferencesFinderpublic long countByO_O_P_P_P(long ownerId,
int ownerType,
long plid,
java.lang.String portletId,
boolean excludeDefaultPreferences)
countByO_O_P_P_P in interface com.liferay.portal.service.persistence.PortletPreferencesFinderpublic java.util.List<com.liferay.portal.model.PortletPreferences> findByPortletId(java.lang.String portletId)
findByPortletId in interface com.liferay.portal.service.persistence.PortletPreferencesFinderpublic java.util.Map<java.io.Serializable,com.liferay.portal.model.PortletPreferences> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
fetchByPrimaryKeys in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.PortletPreferences>fetchByPrimaryKeys in interface com.liferay.portal.service.persistence.PortletPreferencesFinderfetchByPrimaryKeys in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.PortletPreferences>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)
findByC_G_O_O_P_P in interface com.liferay.portal.service.persistence.PortletPreferencesFinderprotected boolean isInstanceOf(java.lang.String portletPreferencesPortletId,
java.lang.String portletId)