public class LayoutFinderImpl extends LayoutFinderBaseImpl implements com.liferay.portal.service.persistence.LayoutFinder
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FIND_BY_C_P_P |
static java.lang.String |
FIND_BY_NO_PERMISSIONS |
static java.lang.String |
FIND_BY_NULL_FRIENDLY_URL |
static java.lang.String |
FIND_BY_SCOPE_GROUP |
layoutPersistenceCAST_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 |
|---|
LayoutFinderImpl() |
| Modifier and Type | Method and Description |
|---|---|
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> |
findByNoPermissions(long roleId) |
java.util.List<com.liferay.portal.model.Layout> |
findByNullFriendlyURL() |
java.util.List<com.liferay.portal.model.Layout> |
findByScopeGroup(long groupId,
boolean privateLayout) |
getBadColumnNames, getLayoutPersistence, setLayoutPersistenceappendOrderByComparator, appendOrderByComparator, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, 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 FIND_BY_NO_PERMISSIONS
public static final java.lang.String FIND_BY_NULL_FRIENDLY_URL
public static final java.lang.String FIND_BY_SCOPE_GROUP
public static final java.lang.String FIND_BY_C_P_P
public java.util.List<com.liferay.portal.model.Layout> findByNoPermissions(long roleId)
findByNoPermissions in interface com.liferay.portal.service.persistence.LayoutFinderpublic java.util.List<com.liferay.portal.model.Layout> findByNullFriendlyURL()
findByNullFriendlyURL in interface com.liferay.portal.service.persistence.LayoutFinderpublic java.util.List<com.liferay.portal.model.Layout> findByScopeGroup(long groupId,
boolean privateLayout)
findByScopeGroup in interface com.liferay.portal.service.persistence.LayoutFinderpublic 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)
findByC_P_P in interface com.liferay.portal.service.persistence.LayoutFinder