|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.persistence.impl.BasePersistenceImpl<PortletPreferences>
com.liferay.portal.service.persistence.impl.PortletPreferencesPersistenceImpl
@ProviderType public class PortletPreferencesPersistenceImpl
The persistence implementation for the portlet preferences service.
Caching information and settings can be found in portal.properties
PortletPreferencesPersistence,
PortletPreferencesUtil| Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
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 Summary | |
|---|---|
PortletPreferencesPersistenceImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
Initializes the portlet preferences persistence. |
void |
cacheResult(List<PortletPreferences> portletPreferenceses)
Caches the portlet preferenceses in the entity cache if it is enabled. |
void |
cacheResult(PortletPreferences portletPreferences)
Caches the portlet preferences in the entity cache if it is enabled. |
protected void |
cacheUniqueFindersCache(PortletPreferencesModelImpl portletPreferencesModelImpl,
boolean isNew)
|
void |
clearCache()
Clears the cache for all portlet preferenceses. |
void |
clearCache(List<PortletPreferences> portletPreferenceses)
Clears the cache for a List instances of this model. |
void |
clearCache(PortletPreferences portletPreferences)
Clears the cache for the portlet preferences. |
protected void |
clearUniqueFindersCache(PortletPreferencesModelImpl portletPreferencesModelImpl)
|
int |
countAll()
Returns the number of portlet preferenceses. |
int |
countByO_O_P_P(long ownerId,
int ownerType,
long plid,
String portletId)
Returns the number of portlet preferenceses where ownerId = ? and ownerType = ? and plid = ? and portletId = ?. |
int |
countByO_O_P(long ownerId,
int ownerType,
long plid)
Returns the number of portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?. |
int |
countByO_O_PI(long ownerId,
int ownerType,
String portletId)
Returns the number of portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?. |
int |
countByO_P_P(int ownerType,
long plid,
String portletId)
Returns the number of portlet preferenceses where ownerType = ? and plid = ? and portletId = ?. |
int |
countByO_P(int ownerType,
String portletId)
Returns the number of portlet preferenceses where ownerType = ? and portletId = ?. |
int |
countByP_P(long plid,
String portletId)
Returns the number of portlet preferenceses where plid = ? and portletId = ?. |
int |
countByPlid(long plid)
Returns the number of portlet preferenceses where plid = ?. |
int |
countByPortletId(String portletId)
Returns the number of portlet preferenceses where portletId = ?. |
PortletPreferences |
create(long portletPreferencesId)
Creates a new portlet preferences with the primary key. |
void |
destroy()
|
PortletPreferences |
fetchByO_O_P_First(long ownerId,
int ownerType,
long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?. |
PortletPreferences |
fetchByO_O_P_Last(long ownerId,
int ownerType,
long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?. |
PortletPreferences |
fetchByO_O_P_P(long ownerId,
int ownerType,
long plid,
String portletId)
Returns the portlet preferences where ownerId = ? and ownerType = ? and plid = ? and portletId = ? or returns null if it could not be found. |
PortletPreferences |
fetchByO_O_P_P(long ownerId,
int ownerType,
long plid,
String portletId,
boolean retrieveFromCache)
Returns the portlet preferences where ownerId = ? and ownerType = ? and plid = ? and portletId = ? or returns null if it could not be found, optionally using the finder cache. |
PortletPreferences |
fetchByO_O_PI_First(long ownerId,
int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?. |
PortletPreferences |
fetchByO_O_PI_Last(long ownerId,
int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?. |
PortletPreferences |
fetchByO_P_First(int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?. |
PortletPreferences |
fetchByO_P_Last(int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?. |
PortletPreferences |
fetchByO_P_P_First(int ownerType,
long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?. |
PortletPreferences |
fetchByO_P_P_Last(int ownerType,
long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?. |
PortletPreferences |
fetchByP_P_First(long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?. |
PortletPreferences |
fetchByP_P_Last(long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?. |
PortletPreferences |
fetchByPlid_First(long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ?. |
PortletPreferences |
fetchByPlid_Last(long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where plid = ?. |
PortletPreferences |
fetchByPortletId_First(String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where portletId = ?. |
PortletPreferences |
fetchByPortletId_Last(String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where portletId = ?. |
PortletPreferences |
fetchByPrimaryKey(long portletPreferencesId)
Returns the portlet preferences with the primary key or returns null if it could not be found. |
PortletPreferences |
fetchByPrimaryKey(Serializable primaryKey)
Returns the portlet preferences with the primary key or returns null if it could not be found. |
Map<Serializable,PortletPreferences> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
List<PortletPreferences> |
findAll()
Returns all the portlet preferenceses. |
List<PortletPreferences> |
findAll(int start,
int end)
Returns a range of all the portlet preferenceses. |
List<PortletPreferences> |
findAll(int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses. |
List<PortletPreferences> |
findAll(int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the portlet preferenceses. |
PortletPreferences |
findByO_O_P_First(long ownerId,
int ownerType,
long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?. |
PortletPreferences |
findByO_O_P_Last(long ownerId,
int ownerType,
long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?. |
PortletPreferences |
findByO_O_P_P(long ownerId,
int ownerType,
long plid,
String portletId)
Returns the portlet preferences where ownerId = ? and ownerType = ? and plid = ? and portletId = ? or throws a NoSuchPortletPreferencesException if it could not be found. |
PortletPreferences[] |
findByO_O_P_PrevAndNext(long portletPreferencesId,
long ownerId,
int ownerType,
long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?. |
List<PortletPreferences> |
findByO_O_P(long ownerId,
int ownerType,
long plid)
Returns all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?. |
List<PortletPreferences> |
findByO_O_P(long ownerId,
int ownerType,
long plid,
int start,
int end)
Returns a range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?. |
List<PortletPreferences> |
findByO_O_P(long ownerId,
int ownerType,
long plid,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?. |
List<PortletPreferences> |
findByO_O_P(long ownerId,
int ownerType,
long plid,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?. |
PortletPreferences |
findByO_O_PI_First(long ownerId,
int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?. |
PortletPreferences |
findByO_O_PI_Last(long ownerId,
int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?. |
PortletPreferences[] |
findByO_O_PI_PrevAndNext(long portletPreferencesId,
long ownerId,
int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?. |
List<PortletPreferences> |
findByO_O_PI(long ownerId,
int ownerType,
String portletId)
Returns all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?. |
List<PortletPreferences> |
findByO_O_PI(long ownerId,
int ownerType,
String portletId,
int start,
int end)
Returns a range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?. |
List<PortletPreferences> |
findByO_O_PI(long ownerId,
int ownerType,
String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?. |
List<PortletPreferences> |
findByO_O_PI(long ownerId,
int ownerType,
String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?. |
PortletPreferences |
findByO_P_First(int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?. |
PortletPreferences |
findByO_P_Last(int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?. |
PortletPreferences |
findByO_P_P_First(int ownerType,
long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?. |
PortletPreferences |
findByO_P_P_Last(int ownerType,
long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?. |
PortletPreferences[] |
findByO_P_P_PrevAndNext(long portletPreferencesId,
int ownerType,
long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?. |
List<PortletPreferences> |
findByO_P_P(int ownerType,
long plid,
String portletId)
Returns all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?. |
List<PortletPreferences> |
findByO_P_P(int ownerType,
long plid,
String portletId,
int start,
int end)
Returns a range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?. |
List<PortletPreferences> |
findByO_P_P(int ownerType,
long plid,
String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?. |
List<PortletPreferences> |
findByO_P_P(int ownerType,
long plid,
String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?. |
PortletPreferences[] |
findByO_P_PrevAndNext(long portletPreferencesId,
int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and portletId = ?. |
List<PortletPreferences> |
findByO_P(int ownerType,
String portletId)
Returns all the portlet preferenceses where ownerType = ? and portletId = ?. |
List<PortletPreferences> |
findByO_P(int ownerType,
String portletId,
int start,
int end)
Returns a range of all the portlet preferenceses where ownerType = ? and portletId = ?. |
List<PortletPreferences> |
findByO_P(int ownerType,
String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses where ownerType = ? and portletId = ?. |
List<PortletPreferences> |
findByO_P(int ownerType,
String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the portlet preferenceses where ownerType = ? and portletId = ?. |
PortletPreferences |
findByP_P_First(long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?. |
PortletPreferences |
findByP_P_Last(long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?. |
PortletPreferences[] |
findByP_P_PrevAndNext(long portletPreferencesId,
long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ? and portletId = ?. |
List<PortletPreferences> |
findByP_P(long plid,
String portletId)
Returns all the portlet preferenceses where plid = ? and portletId = ?. |
List<PortletPreferences> |
findByP_P(long plid,
String portletId,
int start,
int end)
Returns a range of all the portlet preferenceses where plid = ? and portletId = ?. |
List<PortletPreferences> |
findByP_P(long plid,
String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses where plid = ? and portletId = ?. |
List<PortletPreferences> |
findByP_P(long plid,
String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the portlet preferenceses where plid = ? and portletId = ?. |
PortletPreferences |
findByPlid_First(long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ?. |
PortletPreferences |
findByPlid_Last(long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where plid = ?. |
PortletPreferences[] |
findByPlid_PrevAndNext(long portletPreferencesId,
long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ?. |
List<PortletPreferences> |
findByPlid(long plid)
Returns all the portlet preferenceses where plid = ?. |
List<PortletPreferences> |
findByPlid(long plid,
int start,
int end)
Returns a range of all the portlet preferenceses where plid = ?. |
List<PortletPreferences> |
findByPlid(long plid,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses where plid = ?. |
List<PortletPreferences> |
findByPlid(long plid,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the portlet preferenceses where plid = ?. |
PortletPreferences |
findByPortletId_First(String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where portletId = ?. |
PortletPreferences |
findByPortletId_Last(String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where portletId = ?. |
PortletPreferences[] |
findByPortletId_PrevAndNext(long portletPreferencesId,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where portletId = ?. |
List<PortletPreferences> |
findByPortletId(String portletId)
Returns all the portlet preferenceses where portletId = ?. |
List<PortletPreferences> |
findByPortletId(String portletId,
int start,
int end)
Returns a range of all the portlet preferenceses where portletId = ?. |
List<PortletPreferences> |
findByPortletId(String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses where portletId = ?. |
List<PortletPreferences> |
findByPortletId(String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the portlet preferenceses where portletId = ?. |
PortletPreferences |
findByPrimaryKey(long portletPreferencesId)
Returns the portlet preferences with the primary key or throws a NoSuchPortletPreferencesException if it could not be found. |
PortletPreferences |
findByPrimaryKey(Serializable primaryKey)
Returns the portlet preferences with the primary key or throws a NoSuchModelException if it could not be found. |
protected PortletPreferences |
getByO_O_P_PrevAndNext(Session session,
PortletPreferences portletPreferences,
long ownerId,
int ownerType,
long plid,
OrderByComparator<PortletPreferences> orderByComparator,
boolean previous)
|
protected PortletPreferences |
getByO_O_PI_PrevAndNext(Session session,
PortletPreferences portletPreferences,
long ownerId,
int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator,
boolean previous)
|
protected PortletPreferences |
getByO_P_P_PrevAndNext(Session session,
PortletPreferences portletPreferences,
int ownerType,
long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator,
boolean previous)
|
protected PortletPreferences |
getByO_P_PrevAndNext(Session session,
PortletPreferences portletPreferences,
int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator,
boolean previous)
|
protected PortletPreferences |
getByP_P_PrevAndNext(Session session,
PortletPreferences portletPreferences,
long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator,
boolean previous)
|
protected PortletPreferences |
getByPlid_PrevAndNext(Session session,
PortletPreferences portletPreferences,
long plid,
OrderByComparator<PortletPreferences> orderByComparator,
boolean previous)
|
protected PortletPreferences |
getByPortletId_PrevAndNext(Session session,
PortletPreferences portletPreferences,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator,
boolean previous)
|
protected Map<String,Integer> |
getTableColumnsMap()
|
PortletPreferences |
remove(long portletPreferencesId)
Removes the portlet preferences with the primary key from the database. |
PortletPreferences |
remove(Serializable primaryKey)
Removes the portlet preferences with the primary key from the database. |
void |
removeAll()
Removes all the portlet preferenceses from the database. |
PortletPreferences |
removeByO_O_P_P(long ownerId,
int ownerType,
long plid,
String portletId)
Removes the portlet preferences where ownerId = ? and ownerType = ? and plid = ? and portletId = ? from the database. |
void |
removeByO_O_P(long ownerId,
int ownerType,
long plid)
Removes all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ? from the database. |
void |
removeByO_O_PI(long ownerId,
int ownerType,
String portletId)
Removes all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ? from the database. |
void |
removeByO_P_P(int ownerType,
long plid,
String portletId)
Removes all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ? from the database. |
void |
removeByO_P(int ownerType,
String portletId)
Removes all the portlet preferenceses where ownerType = ? and portletId = ? from the database. |
void |
removeByP_P(long plid,
String portletId)
Removes all the portlet preferenceses where plid = ? and portletId = ? from the database. |
void |
removeByPlid(long plid)
Removes all the portlet preferenceses where plid = ? from the database. |
void |
removeByPortletId(String portletId)
Removes all the portlet preferenceses where portletId = ? from the database. |
protected PortletPreferences |
removeImpl(PortletPreferences portletPreferences)
Removes the model instance from the database. |
protected PortletPreferences |
toUnwrappedModel(PortletPreferences portletPreferences)
|
PortletPreferences |
updateImpl(PortletPreferences portletPreferences)
Updates the model instance in the database or adds it if it does not yet exist. |
| Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getClassLoader, getColumnName, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, update |
| Field Detail |
|---|
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_COUNT_ALL
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_PLID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_PLID
public static final FinderPath FINDER_PATH_COUNT_BY_PLID
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_PORTLETID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_PORTLETID
public static final FinderPath FINDER_PATH_COUNT_BY_PORTLETID
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_O_P
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_O_P
public static final FinderPath FINDER_PATH_COUNT_BY_O_P
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_P_P
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_P_P
public static final FinderPath FINDER_PATH_COUNT_BY_P_P
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_O_O_P
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_O_O_P
public static final FinderPath FINDER_PATH_COUNT_BY_O_O_P
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_O_O_PI
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_O_O_PI
public static final FinderPath FINDER_PATH_COUNT_BY_O_O_PI
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_O_P_P
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_O_P_P
public static final FinderPath FINDER_PATH_COUNT_BY_O_P_P
public static final FinderPath FINDER_PATH_FETCH_BY_O_O_P_P
public static final FinderPath FINDER_PATH_COUNT_BY_O_O_P_P
@BeanReference(type=CompanyProviderWrapper.class) protected CompanyProvider companyProvider
protected EntityCache entityCache
protected FinderCache finderCache
| Constructor Detail |
|---|
public PortletPreferencesPersistenceImpl()
| Method Detail |
|---|
public List<PortletPreferences> findByPlid(long plid)
findByPlid in interface PortletPreferencesPersistenceplid - the plid
public List<PortletPreferences> findByPlid(long plid,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PortletPreferencesModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByPlid in interface PortletPreferencesPersistenceplid - the plidstart - the lower bound of the range of portlet preferencesesend - the upper bound of the range of portlet preferenceses (not inclusive)
public List<PortletPreferences> findByPlid(long plid,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PortletPreferencesModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByPlid in interface PortletPreferencesPersistenceplid - the plidstart - the lower bound of the range of portlet preferencesesend - the upper bound of the range of portlet preferenceses (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<PortletPreferences> findByPlid(long plid,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PortletPreferencesModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByPlid in interface PortletPreferencesPersistenceplid - the plidstart - the lower bound of the range of portlet preferencesesend - the upper bound of the range of portlet preferenceses (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public PortletPreferences findByPlid_First(long plid,
OrderByComparator<PortletPreferences> orderByComparator)
throws NoSuchPortletPreferencesException
findByPlid_First in interface PortletPreferencesPersistenceplid - the plidorderByComparator - the comparator to order the set by (optionally null)
NoSuchPortletPreferencesException - if a matching portlet preferences could not be found
public PortletPreferences fetchByPlid_First(long plid,
OrderByComparator<PortletPreferences> orderByComparator)
fetchByPlid_First in interface PortletPreferencesPersistenceplid - the plidorderByComparator - the comparator to order the set by (optionally null)
null if a matching portlet preferences could not be found
public PortletPreferences findByPlid_Last(long plid,
OrderByComparator<PortletPreferences> orderByComparator)
throws NoSuchPortletPreferencesException
findByPlid_Last in interface PortletPreferencesPersistenceplid - the plidorderByComparator - the comparator to order the set by (optionally null)
NoSuchPortletPreferencesException - if a matching portlet preferences could not be found
public PortletPreferences fetchByPlid_Last(long plid,
OrderByComparator<PortletPreferences> orderByComparator)
fetchByPlid_Last in interface PortletPreferencesPersistenceplid - the plidorderByComparator - the comparator to order the set by (optionally null)
null if a matching portlet preferences could not be found
public PortletPreferences[] findByPlid_PrevAndNext(long portletPreferencesId,
long plid,
OrderByComparator<PortletPreferences> orderByComparator)
throws NoSuchPortletPreferencesException
findByPlid_PrevAndNext in interface PortletPreferencesPersistenceportletPreferencesId - the primary key of the current portlet preferencesplid - the plidorderByComparator - the comparator to order the set by (optionally null)
NoSuchPortletPreferencesException - if a portlet preferences with the primary key could not be found
protected PortletPreferences getByPlid_PrevAndNext(Session session,
PortletPreferences portletPreferences,
long plid,
OrderByComparator<PortletPreferences> orderByComparator,
boolean previous)
public void removeByPlid(long plid)
removeByPlid in interface PortletPreferencesPersistenceplid - the plidpublic int countByPlid(long plid)
countByPlid in interface PortletPreferencesPersistenceplid - the plid
public List<PortletPreferences> findByPortletId(String portletId)
findByPortletId in interface PortletPreferencesPersistenceportletId - the portlet ID
public List<PortletPreferences> findByPortletId(String portletId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PortletPreferencesModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByPortletId in interface PortletPreferencesPersistenceportletId - the portlet IDstart - the lower bound of the range of portlet preferencesesend - the upper bound of the range of portlet preferenceses (not inclusive)
public List<PortletPreferences> findByPortletId(String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PortletPreferencesModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByPortletId in interface PortletPreferencesPersistenceportletId - the portlet IDstart - the lower bound of the range of portlet preferencesesend - the upper bound of the range of portlet preferenceses (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<PortletPreferences> findByPortletId(String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PortletPreferencesModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByPortletId in interface PortletPreferencesPersistenceportletId - the portlet IDstart - the lower bound of the range of portlet preferencesesend - the upper bound of the range of portlet preferenceses (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public PortletPreferences findByPortletId_First(String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
throws NoSuchPortletPreferencesException
findByPortletId_First in interface PortletPreferencesPersistenceportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchPortletPreferencesException - if a matching portlet preferences could not be found
public PortletPreferences fetchByPortletId_First(String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
fetchByPortletId_First in interface PortletPreferencesPersistenceportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching portlet preferences could not be found
public PortletPreferences findByPortletId_Last(String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
throws NoSuchPortletPreferencesException
findByPortletId_Last in interface PortletPreferencesPersistenceportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchPortletPreferencesException - if a matching portlet preferences could not be found
public PortletPreferences fetchByPortletId_Last(String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
fetchByPortletId_Last in interface PortletPreferencesPersistenceportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching portlet preferences could not be found
public PortletPreferences[] findByPortletId_PrevAndNext(long portletPreferencesId,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
throws NoSuchPortletPreferencesException
findByPortletId_PrevAndNext in interface PortletPreferencesPersistenceportletPreferencesId - the primary key of the current portlet preferencesportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchPortletPreferencesException - if a portlet preferences with the primary key could not be found
protected PortletPreferences getByPortletId_PrevAndNext(Session session,
PortletPreferences portletPreferences,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator,
boolean previous)
public void removeByPortletId(String portletId)
removeByPortletId in interface PortletPreferencesPersistenceportletId - the portlet IDpublic int countByPortletId(String portletId)
countByPortletId in interface PortletPreferencesPersistenceportletId - the portlet ID
public List<PortletPreferences> findByO_P(int ownerType,
String portletId)
findByO_P in interface PortletPreferencesPersistenceownerType - the owner typeportletId - the portlet ID
public List<PortletPreferences> findByO_P(int ownerType,
String portletId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PortletPreferencesModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByO_P in interface PortletPreferencesPersistenceownerType - the owner typeportletId - the portlet IDstart - the lower bound of the range of portlet preferencesesend - the upper bound of the range of portlet preferenceses (not inclusive)
public List<PortletPreferences> findByO_P(int ownerType,
String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PortletPreferencesModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByO_P in interface PortletPreferencesPersistenceownerType - the owner typeportletId - the portlet IDstart - the lower bound of the range of portlet preferencesesend - the upper bound of the range of portlet preferenceses (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<PortletPreferences> findByO_P(int ownerType,
String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PortletPreferencesModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByO_P in interface PortletPreferencesPersistenceownerType - the owner typeportletId - the portlet IDstart - the lower bound of the range of portlet preferencesesend - the upper bound of the range of portlet preferenceses (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public PortletPreferences findByO_P_First(int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
throws NoSuchPortletPreferencesException
findByO_P_First in interface PortletPreferencesPersistenceownerType - the owner typeportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchPortletPreferencesException - if a matching portlet preferences could not be found
public PortletPreferences fetchByO_P_First(int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
fetchByO_P_First in interface PortletPreferencesPersistenceownerType - the owner typeportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching portlet preferences could not be found
public PortletPreferences findByO_P_Last(int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
throws NoSuchPortletPreferencesException
findByO_P_Last in interface PortletPreferencesPersistenceownerType - the owner typeportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchPortletPreferencesException - if a matching portlet preferences could not be found
public PortletPreferences fetchByO_P_Last(int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
fetchByO_P_Last in interface PortletPreferencesPersistenceownerType - the owner typeportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching portlet preferences could not be found
public PortletPreferences[] findByO_P_PrevAndNext(long portletPreferencesId,
int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
throws NoSuchPortletPreferencesException
findByO_P_PrevAndNext in interface PortletPreferencesPersistenceportletPreferencesId - the primary key of the current portlet preferencesownerType - the owner typeportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchPortletPreferencesException - if a portlet preferences with the primary key could not be found
protected PortletPreferences getByO_P_PrevAndNext(Session session,
PortletPreferences portletPreferences,
int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator,
boolean previous)
public void removeByO_P(int ownerType,
String portletId)
removeByO_P in interface PortletPreferencesPersistenceownerType - the owner typeportletId - the portlet ID
public int countByO_P(int ownerType,
String portletId)
countByO_P in interface PortletPreferencesPersistenceownerType - the owner typeportletId - the portlet ID
public List<PortletPreferences> findByP_P(long plid,
String portletId)
findByP_P in interface PortletPreferencesPersistenceplid - the plidportletId - the portlet ID
public List<PortletPreferences> findByP_P(long plid,
String portletId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PortletPreferencesModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByP_P in interface PortletPreferencesPersistenceplid - the plidportletId - the portlet IDstart - the lower bound of the range of portlet preferencesesend - the upper bound of the range of portlet preferenceses (not inclusive)
public List<PortletPreferences> findByP_P(long plid,
String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PortletPreferencesModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByP_P in interface PortletPreferencesPersistenceplid - the plidportletId - the portlet IDstart - the lower bound of the range of portlet preferencesesend - the upper bound of the range of portlet preferenceses (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<PortletPreferences> findByP_P(long plid,
String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PortletPreferencesModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByP_P in interface PortletPreferencesPersistenceplid - the plidportletId - the portlet IDstart - the lower bound of the range of portlet preferencesesend - the upper bound of the range of portlet preferenceses (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public PortletPreferences findByP_P_First(long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
throws NoSuchPortletPreferencesException
findByP_P_First in interface PortletPreferencesPersistenceplid - the plidportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchPortletPreferencesException - if a matching portlet preferences could not be found
public PortletPreferences fetchByP_P_First(long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
fetchByP_P_First in interface PortletPreferencesPersistenceplid - the plidportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching portlet preferences could not be found
public PortletPreferences findByP_P_Last(long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
throws NoSuchPortletPreferencesException
findByP_P_Last in interface PortletPreferencesPersistenceplid - the plidportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchPortletPreferencesException - if a matching portlet preferences could not be found
public PortletPreferences fetchByP_P_Last(long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
fetchByP_P_Last in interface PortletPreferencesPersistenceplid - the plidportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching portlet preferences could not be found
public PortletPreferences[] findByP_P_PrevAndNext(long portletPreferencesId,
long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
throws NoSuchPortletPreferencesException
findByP_P_PrevAndNext in interface PortletPreferencesPersistenceportletPreferencesId - the primary key of the current portlet preferencesplid - the plidportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchPortletPreferencesException - if a portlet preferences with the primary key could not be found
protected PortletPreferences getByP_P_PrevAndNext(Session session,
PortletPreferences portletPreferences,
long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator,
boolean previous)
public void removeByP_P(long plid,
String portletId)
removeByP_P in interface PortletPreferencesPersistenceplid - the plidportletId - the portlet ID
public int countByP_P(long plid,
String portletId)
countByP_P in interface PortletPreferencesPersistenceplid - the plidportletId - the portlet ID
public List<PortletPreferences> findByO_O_P(long ownerId,
int ownerType,
long plid)
findByO_O_P in interface PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeplid - the plid
public List<PortletPreferences> findByO_O_P(long ownerId,
int ownerType,
long plid,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PortletPreferencesModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByO_O_P in interface PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeplid - the plidstart - the lower bound of the range of portlet preferencesesend - the upper bound of the range of portlet preferenceses (not inclusive)
public List<PortletPreferences> findByO_O_P(long ownerId,
int ownerType,
long plid,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PortletPreferencesModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByO_O_P in interface PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeplid - the plidstart - the lower bound of the range of portlet preferencesesend - the upper bound of the range of portlet preferenceses (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<PortletPreferences> findByO_O_P(long ownerId,
int ownerType,
long plid,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PortletPreferencesModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByO_O_P in interface PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeplid - the plidstart - the lower bound of the range of portlet preferencesesend - the upper bound of the range of portlet preferenceses (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public PortletPreferences findByO_O_P_First(long ownerId,
int ownerType,
long plid,
OrderByComparator<PortletPreferences> orderByComparator)
throws NoSuchPortletPreferencesException
findByO_O_P_First in interface PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeplid - the plidorderByComparator - the comparator to order the set by (optionally null)
NoSuchPortletPreferencesException - if a matching portlet preferences could not be found
public PortletPreferences fetchByO_O_P_First(long ownerId,
int ownerType,
long plid,
OrderByComparator<PortletPreferences> orderByComparator)
fetchByO_O_P_First in interface PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeplid - the plidorderByComparator - the comparator to order the set by (optionally null)
null if a matching portlet preferences could not be found
public PortletPreferences findByO_O_P_Last(long ownerId,
int ownerType,
long plid,
OrderByComparator<PortletPreferences> orderByComparator)
throws NoSuchPortletPreferencesException
findByO_O_P_Last in interface PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeplid - the plidorderByComparator - the comparator to order the set by (optionally null)
NoSuchPortletPreferencesException - if a matching portlet preferences could not be found
public PortletPreferences fetchByO_O_P_Last(long ownerId,
int ownerType,
long plid,
OrderByComparator<PortletPreferences> orderByComparator)
fetchByO_O_P_Last in interface PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeplid - the plidorderByComparator - the comparator to order the set by (optionally null)
null if a matching portlet preferences could not be found
public PortletPreferences[] findByO_O_P_PrevAndNext(long portletPreferencesId,
long ownerId,
int ownerType,
long plid,
OrderByComparator<PortletPreferences> orderByComparator)
throws NoSuchPortletPreferencesException
findByO_O_P_PrevAndNext in interface PortletPreferencesPersistenceportletPreferencesId - the primary key of the current portlet preferencesownerId - the owner IDownerType - the owner typeplid - the plidorderByComparator - the comparator to order the set by (optionally null)
NoSuchPortletPreferencesException - if a portlet preferences with the primary key could not be found
protected PortletPreferences getByO_O_P_PrevAndNext(Session session,
PortletPreferences portletPreferences,
long ownerId,
int ownerType,
long plid,
OrderByComparator<PortletPreferences> orderByComparator,
boolean previous)
public void removeByO_O_P(long ownerId,
int ownerType,
long plid)
removeByO_O_P in interface PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeplid - the plid
public int countByO_O_P(long ownerId,
int ownerType,
long plid)
countByO_O_P in interface PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeplid - the plid
public List<PortletPreferences> findByO_O_PI(long ownerId,
int ownerType,
String portletId)
findByO_O_PI in interface PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeportletId - the portlet ID
public List<PortletPreferences> findByO_O_PI(long ownerId,
int ownerType,
String portletId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PortletPreferencesModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByO_O_PI in interface PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeportletId - the portlet IDstart - the lower bound of the range of portlet preferencesesend - the upper bound of the range of portlet preferenceses (not inclusive)
public List<PortletPreferences> findByO_O_PI(long ownerId,
int ownerType,
String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PortletPreferencesModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByO_O_PI in interface PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeportletId - the portlet IDstart - the lower bound of the range of portlet preferencesesend - the upper bound of the range of portlet preferenceses (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<PortletPreferences> findByO_O_PI(long ownerId,
int ownerType,
String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PortletPreferencesModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByO_O_PI in interface PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeportletId - the portlet IDstart - the lower bound of the range of portlet preferencesesend - the upper bound of the range of portlet preferenceses (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public PortletPreferences findByO_O_PI_First(long ownerId,
int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
throws NoSuchPortletPreferencesException
findByO_O_PI_First in interface PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchPortletPreferencesException - if a matching portlet preferences could not be found
public PortletPreferences fetchByO_O_PI_First(long ownerId,
int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
fetchByO_O_PI_First in interface PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching portlet preferences could not be found
public PortletPreferences findByO_O_PI_Last(long ownerId,
int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
throws NoSuchPortletPreferencesException
findByO_O_PI_Last in interface PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchPortletPreferencesException - if a matching portlet preferences could not be found
public PortletPreferences fetchByO_O_PI_Last(long ownerId,
int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
fetchByO_O_PI_Last in interface PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching portlet preferences could not be found
public PortletPreferences[] findByO_O_PI_PrevAndNext(long portletPreferencesId,
long ownerId,
int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
throws NoSuchPortletPreferencesException
findByO_O_PI_PrevAndNext in interface PortletPreferencesPersistenceportletPreferencesId - the primary key of the current portlet preferencesownerId - the owner IDownerType - the owner typeportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchPortletPreferencesException - if a portlet preferences with the primary key could not be found
protected PortletPreferences getByO_O_PI_PrevAndNext(Session session,
PortletPreferences portletPreferences,
long ownerId,
int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator,
boolean previous)
public void removeByO_O_PI(long ownerId,
int ownerType,
String portletId)
removeByO_O_PI in interface PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeportletId - the portlet ID
public int countByO_O_PI(long ownerId,
int ownerType,
String portletId)
countByO_O_PI in interface PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeportletId - the portlet ID
public List<PortletPreferences> findByO_P_P(int ownerType,
long plid,
String portletId)
findByO_P_P in interface PortletPreferencesPersistenceownerType - the owner typeplid - the plidportletId - the portlet ID
public List<PortletPreferences> findByO_P_P(int ownerType,
long plid,
String portletId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PortletPreferencesModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByO_P_P in interface PortletPreferencesPersistenceownerType - the owner typeplid - the plidportletId - the portlet IDstart - the lower bound of the range of portlet preferencesesend - the upper bound of the range of portlet preferenceses (not inclusive)
public List<PortletPreferences> findByO_P_P(int ownerType,
long plid,
String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PortletPreferencesModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByO_P_P in interface PortletPreferencesPersistenceownerType - the owner typeplid - the plidportletId - the portlet IDstart - the lower bound of the range of portlet preferencesesend - the upper bound of the range of portlet preferenceses (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<PortletPreferences> findByO_P_P(int ownerType,
long plid,
String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PortletPreferencesModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByO_P_P in interface PortletPreferencesPersistenceownerType - the owner typeplid - the plidportletId - the portlet IDstart - the lower bound of the range of portlet preferencesesend - the upper bound of the range of portlet preferenceses (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public PortletPreferences findByO_P_P_First(int ownerType,
long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
throws NoSuchPortletPreferencesException
findByO_P_P_First in interface PortletPreferencesPersistenceownerType - the owner typeplid - the plidportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchPortletPreferencesException - if a matching portlet preferences could not be found
public PortletPreferences fetchByO_P_P_First(int ownerType,
long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
fetchByO_P_P_First in interface PortletPreferencesPersistenceownerType - the owner typeplid - the plidportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching portlet preferences could not be found
public PortletPreferences findByO_P_P_Last(int ownerType,
long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
throws NoSuchPortletPreferencesException
findByO_P_P_Last in interface PortletPreferencesPersistenceownerType - the owner typeplid - the plidportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchPortletPreferencesException - if a matching portlet preferences could not be found
public PortletPreferences fetchByO_P_P_Last(int ownerType,
long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
fetchByO_P_P_Last in interface PortletPreferencesPersistenceownerType - the owner typeplid - the plidportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching portlet preferences could not be found
public PortletPreferences[] findByO_P_P_PrevAndNext(long portletPreferencesId,
int ownerType,
long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
throws NoSuchPortletPreferencesException
findByO_P_P_PrevAndNext in interface PortletPreferencesPersistenceportletPreferencesId - the primary key of the current portlet preferencesownerType - the owner typeplid - the plidportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchPortletPreferencesException - if a portlet preferences with the primary key could not be found
protected PortletPreferences getByO_P_P_PrevAndNext(Session session,
PortletPreferences portletPreferences,
int ownerType,
long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator,
boolean previous)
public void removeByO_P_P(int ownerType,
long plid,
String portletId)
removeByO_P_P in interface PortletPreferencesPersistenceownerType - the owner typeplid - the plidportletId - the portlet ID
public int countByO_P_P(int ownerType,
long plid,
String portletId)
countByO_P_P in interface PortletPreferencesPersistenceownerType - the owner typeplid - the plidportletId - the portlet ID
public PortletPreferences findByO_O_P_P(long ownerId,
int ownerType,
long plid,
String portletId)
throws NoSuchPortletPreferencesException
NoSuchPortletPreferencesException if it could not be found.
findByO_O_P_P in interface PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeplid - the plidportletId - the portlet ID
NoSuchPortletPreferencesException - if a matching portlet preferences could not be found
public PortletPreferences fetchByO_O_P_P(long ownerId,
int ownerType,
long plid,
String portletId)
null if it could not be found. Uses the finder cache.
fetchByO_O_P_P in interface PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeplid - the plidportletId - the portlet ID
null if a matching portlet preferences could not be found
public PortletPreferences fetchByO_O_P_P(long ownerId,
int ownerType,
long plid,
String portletId,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
fetchByO_O_P_P in interface PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeplid - the plidportletId - the portlet IDretrieveFromCache - whether to retrieve from the finder cache
null if a matching portlet preferences could not be found
public PortletPreferences removeByO_O_P_P(long ownerId,
int ownerType,
long plid,
String portletId)
throws NoSuchPortletPreferencesException
removeByO_O_P_P in interface PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeplid - the plidportletId - the portlet ID
NoSuchPortletPreferencesException
public int countByO_O_P_P(long ownerId,
int ownerType,
long plid,
String portletId)
countByO_O_P_P in interface PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeplid - the plidportletId - the portlet ID
public void cacheResult(PortletPreferences portletPreferences)
cacheResult in interface PortletPreferencesPersistenceportletPreferences - the portlet preferencespublic void cacheResult(List<PortletPreferences> portletPreferenceses)
cacheResult in interface PortletPreferencesPersistenceportletPreferenceses - the portlet preferencesespublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<PortletPreferences>clearCache in class BasePersistenceImpl<PortletPreferences>public void clearCache(PortletPreferences portletPreferences)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<PortletPreferences>clearCache in class BasePersistenceImpl<PortletPreferences>portletPreferences - the instance of this model to clear the cache forpublic void clearCache(List<PortletPreferences> portletPreferenceses)
BasePersistence
The EntityCache and FinderCache are both cleared by this
method.
clearCache in interface BasePersistence<PortletPreferences>clearCache in class BasePersistenceImpl<PortletPreferences>portletPreferenceses - the List instances of this model to clear the cache for
protected void cacheUniqueFindersCache(PortletPreferencesModelImpl portletPreferencesModelImpl,
boolean isNew)
protected void clearUniqueFindersCache(PortletPreferencesModelImpl portletPreferencesModelImpl)
public PortletPreferences create(long portletPreferencesId)
create in interface PortletPreferencesPersistenceportletPreferencesId - the primary key for the new portlet preferences
public PortletPreferences remove(long portletPreferencesId)
throws NoSuchPortletPreferencesException
remove in interface PortletPreferencesPersistenceportletPreferencesId - the primary key of the portlet preferences
NoSuchPortletPreferencesException - if a portlet preferences with the primary key could not be found
public PortletPreferences remove(Serializable primaryKey)
throws NoSuchPortletPreferencesException
remove in interface BasePersistence<PortletPreferences>remove in class BasePersistenceImpl<PortletPreferences>primaryKey - the primary key of the portlet preferences
NoSuchPortletPreferencesException - if a portlet preferences with the primary key could not be foundprotected PortletPreferences removeImpl(PortletPreferences portletPreferences)
BasePersistenceImplBasePersistenceImpl.update(BaseModel,
boolean) depends on this method to implement the remove operation; it
only notifies the model listeners.
removeImpl in class BasePersistenceImpl<PortletPreferences>portletPreferences - the model instance to remove
public PortletPreferences updateImpl(PortletPreferences portletPreferences)
BasePersistenceImplBasePersistenceImpl.remove(BaseModel) depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl in interface PortletPreferencesPersistenceupdateImpl in class BasePersistenceImpl<PortletPreferences>portletPreferences - the model instance to update
protected PortletPreferences toUnwrappedModel(PortletPreferences portletPreferences)
public PortletPreferences findByPrimaryKey(Serializable primaryKey)
throws NoSuchPortletPreferencesException
NoSuchModelException if it could not be found.
findByPrimaryKey in interface BasePersistence<PortletPreferences>findByPrimaryKey in class BasePersistenceImpl<PortletPreferences>primaryKey - the primary key of the portlet preferences
NoSuchPortletPreferencesException - if a portlet preferences with the primary key could not be found
public PortletPreferences findByPrimaryKey(long portletPreferencesId)
throws NoSuchPortletPreferencesException
NoSuchPortletPreferencesException if it could not be found.
findByPrimaryKey in interface PortletPreferencesPersistenceportletPreferencesId - the primary key of the portlet preferences
NoSuchPortletPreferencesException - if a portlet preferences with the primary key could not be foundpublic PortletPreferences fetchByPrimaryKey(Serializable primaryKey)
null if it could not be found.
fetchByPrimaryKey in interface BasePersistence<PortletPreferences>fetchByPrimaryKey in class BasePersistenceImpl<PortletPreferences>primaryKey - the primary key of the portlet preferences
null if a portlet preferences with the primary key could not be foundpublic PortletPreferences fetchByPrimaryKey(long portletPreferencesId)
null if it could not be found.
fetchByPrimaryKey in interface PortletPreferencesPersistenceportletPreferencesId - the primary key of the portlet preferences
null if a portlet preferences with the primary key could not be foundpublic Map<Serializable,PortletPreferences> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
fetchByPrimaryKeys in interface BasePersistence<PortletPreferences>fetchByPrimaryKeys in interface PortletPreferencesPersistencefetchByPrimaryKeys in class BasePersistenceImpl<PortletPreferences>public List<PortletPreferences> findAll()
findAll in interface PortletPreferencesPersistence
public List<PortletPreferences> findAll(int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PortletPreferencesModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface PortletPreferencesPersistencestart - the lower bound of the range of portlet preferencesesend - the upper bound of the range of portlet preferenceses (not inclusive)
public List<PortletPreferences> findAll(int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PortletPreferencesModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface PortletPreferencesPersistencestart - the lower bound of the range of portlet preferencesesend - the upper bound of the range of portlet preferenceses (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<PortletPreferences> findAll(int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PortletPreferencesModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface PortletPreferencesPersistencestart - the lower bound of the range of portlet preferencesesend - the upper bound of the range of portlet preferenceses (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public void removeAll()
removeAll in interface PortletPreferencesPersistencepublic int countAll()
countAll in interface PortletPreferencesPersistenceprotected Map<String,Integer> getTableColumnsMap()
getTableColumnsMap in class BasePersistenceImpl<PortletPreferences>public void afterPropertiesSet()
public void destroy()
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||