public class PortletPreferencesPersistenceImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.PortletPreferences>
implements com.liferay.portal.service.persistence.PortletPreferencesPersistence
Caching information and settings can be found in portal.properties
PortletPreferencesPersistence,
PortletPreferencesUtil| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FINDER_CLASS_NAME_ENTITY |
static java.lang.String |
FINDER_CLASS_NAME_LIST_WITH_PAGINATION |
static java.lang.String |
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_O_O_P |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_O_O_P_P |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_O_O_PI |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_O_P |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_O_P_P |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_P_P |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_PLID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_PORTLETID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_FETCH_BY_O_O_P_P |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_O_O_P |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_O_O_PI |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_O_P |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_O_P_P |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_P_P |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_PLID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_PORTLETID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_O_O_P |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_O_O_PI |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_O_P |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_O_P_P |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_P_P |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_PLID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_PORTLETID |
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 |
|---|
PortletPreferencesPersistenceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Initializes the portlet preferences persistence.
|
void |
cacheResult(java.util.List<com.liferay.portal.model.PortletPreferences> portletPreferenceses)
Caches the portlet preferenceses in the entity cache if it is enabled.
|
void |
cacheResult(com.liferay.portal.model.PortletPreferences portletPreferences)
Caches the portlet preferences in the entity cache if it is enabled.
|
protected void |
cacheUniqueFindersCache(com.liferay.portal.model.PortletPreferences portletPreferences) |
void |
clearCache()
Clears the cache for all portlet preferenceses.
|
void |
clearCache(java.util.List<com.liferay.portal.model.PortletPreferences> portletPreferenceses) |
void |
clearCache(com.liferay.portal.model.PortletPreferences portletPreferences)
Clears the cache for the portlet preferences.
|
protected void |
clearUniqueFindersCache(com.liferay.portal.model.PortletPreferences portletPreferences) |
int |
countAll()
Returns the number of portlet preferenceses.
|
int |
countByO_O_P_P(long ownerId,
int ownerType,
long plid,
java.lang.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,
java.lang.String portletId)
Returns the number of portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.
|
int |
countByO_P_P(int ownerType,
long plid,
java.lang.String portletId)
Returns the number of portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.
|
int |
countByO_P(int ownerType,
java.lang.String portletId)
Returns the number of portlet preferenceses where ownerType = ? and portletId = ?.
|
int |
countByP_P(long plid,
java.lang.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(java.lang.String portletId)
Returns the number of portlet preferenceses where portletId = ?.
|
com.liferay.portal.model.PortletPreferences |
create(long portletPreferencesId)
Creates a new portlet preferences with the primary key.
|
void |
destroy() |
com.liferay.portal.model.PortletPreferences |
fetchByO_O_P_First(long ownerId,
int ownerType,
long plid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
|
com.liferay.portal.model.PortletPreferences |
fetchByO_O_P_Last(long ownerId,
int ownerType,
long plid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
|
com.liferay.portal.model.PortletPreferences |
fetchByO_O_P_P(long ownerId,
int ownerType,
long plid,
java.lang.String portletId)
Returns the portlet preferences where ownerId = ? and ownerType = ? and plid = ? and portletId = ? or returns
null if it could not be found. |
com.liferay.portal.model.PortletPreferences |
fetchByO_O_P_P(long ownerId,
int ownerType,
long plid,
java.lang.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. |
com.liferay.portal.model.PortletPreferences |
fetchByO_O_PI_First(long ownerId,
int ownerType,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
|
com.liferay.portal.model.PortletPreferences |
fetchByO_O_PI_Last(long ownerId,
int ownerType,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
|
com.liferay.portal.model.PortletPreferences |
fetchByO_P_First(int ownerType,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?.
|
com.liferay.portal.model.PortletPreferences |
fetchByO_P_Last(int ownerType,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?.
|
com.liferay.portal.model.PortletPreferences |
fetchByO_P_P_First(int ownerType,
long plid,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
|
com.liferay.portal.model.PortletPreferences |
fetchByO_P_P_Last(int ownerType,
long plid,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
|
com.liferay.portal.model.PortletPreferences |
fetchByP_P_First(long plid,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?.
|
com.liferay.portal.model.PortletPreferences |
fetchByP_P_Last(long plid,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?.
|
com.liferay.portal.model.PortletPreferences |
fetchByPlid_First(long plid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ?.
|
com.liferay.portal.model.PortletPreferences |
fetchByPlid_Last(long plid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where plid = ?.
|
com.liferay.portal.model.PortletPreferences |
fetchByPortletId_First(java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where portletId = ?.
|
com.liferay.portal.model.PortletPreferences |
fetchByPortletId_Last(java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where portletId = ?.
|
com.liferay.portal.model.PortletPreferences |
fetchByPrimaryKey(long portletPreferencesId)
Returns the portlet preferences with the primary key or returns
null if it could not be found. |
com.liferay.portal.model.PortletPreferences |
fetchByPrimaryKey(java.io.Serializable primaryKey)
Returns the portlet preferences with the primary key or returns
null if it could not be found. |
java.util.List<com.liferay.portal.model.PortletPreferences> |
findAll()
Returns all the portlet preferenceses.
|
java.util.List<com.liferay.portal.model.PortletPreferences> |
findAll(int start,
int end)
Returns a range of all the portlet preferenceses.
|
java.util.List<com.liferay.portal.model.PortletPreferences> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the portlet preferenceses.
|
com.liferay.portal.model.PortletPreferences |
findByO_O_P_First(long ownerId,
int ownerType,
long plid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
|
com.liferay.portal.model.PortletPreferences |
findByO_O_P_Last(long ownerId,
int ownerType,
long plid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
|
com.liferay.portal.model.PortletPreferences |
findByO_O_P_P(long ownerId,
int ownerType,
long plid,
java.lang.String portletId)
Returns the portlet preferences where ownerId = ? and ownerType = ? and plid = ? and portletId = ? or throws a
NoSuchPortletPreferencesException if it could not be found. |
com.liferay.portal.model.PortletPreferences[] |
findByO_O_P_PrevAndNext(long portletPreferencesId,
long ownerId,
int ownerType,
long plid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
|
java.util.List<com.liferay.portal.model.PortletPreferences> |
findByO_O_P(long ownerId,
int ownerType,
long plid)
Returns all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.
|
java.util.List<com.liferay.portal.model.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 = ?.
|
java.util.List<com.liferay.portal.model.PortletPreferences> |
findByO_O_P(long ownerId,
int ownerType,
long plid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.
|
com.liferay.portal.model.PortletPreferences |
findByO_O_PI_First(long ownerId,
int ownerType,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
|
com.liferay.portal.model.PortletPreferences |
findByO_O_PI_Last(long ownerId,
int ownerType,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
|
com.liferay.portal.model.PortletPreferences[] |
findByO_O_PI_PrevAndNext(long portletPreferencesId,
long ownerId,
int ownerType,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
|
java.util.List<com.liferay.portal.model.PortletPreferences> |
findByO_O_PI(long ownerId,
int ownerType,
java.lang.String portletId)
Returns all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.
|
java.util.List<com.liferay.portal.model.PortletPreferences> |
findByO_O_PI(long ownerId,
int ownerType,
java.lang.String portletId,
int start,
int end)
Returns a range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.
|
java.util.List<com.liferay.portal.model.PortletPreferences> |
findByO_O_PI(long ownerId,
int ownerType,
java.lang.String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.
|
com.liferay.portal.model.PortletPreferences |
findByO_P_First(int ownerType,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?.
|
com.liferay.portal.model.PortletPreferences |
findByO_P_Last(int ownerType,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?.
|
com.liferay.portal.model.PortletPreferences |
findByO_P_P_First(int ownerType,
long plid,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
|
com.liferay.portal.model.PortletPreferences |
findByO_P_P_Last(int ownerType,
long plid,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
|
com.liferay.portal.model.PortletPreferences[] |
findByO_P_P_PrevAndNext(long portletPreferencesId,
int ownerType,
long plid,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
|
java.util.List<com.liferay.portal.model.PortletPreferences> |
findByO_P_P(int ownerType,
long plid,
java.lang.String portletId)
Returns all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.
|
java.util.List<com.liferay.portal.model.PortletPreferences> |
findByO_P_P(int ownerType,
long plid,
java.lang.String portletId,
int start,
int end)
Returns a range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.
|
java.util.List<com.liferay.portal.model.PortletPreferences> |
findByO_P_P(int ownerType,
long plid,
java.lang.String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.
|
com.liferay.portal.model.PortletPreferences[] |
findByO_P_PrevAndNext(long portletPreferencesId,
int ownerType,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and portletId = ?.
|
java.util.List<com.liferay.portal.model.PortletPreferences> |
findByO_P(int ownerType,
java.lang.String portletId)
Returns all the portlet preferenceses where ownerType = ? and portletId = ?.
|
java.util.List<com.liferay.portal.model.PortletPreferences> |
findByO_P(int ownerType,
java.lang.String portletId,
int start,
int end)
Returns a range of all the portlet preferenceses where ownerType = ? and portletId = ?.
|
java.util.List<com.liferay.portal.model.PortletPreferences> |
findByO_P(int ownerType,
java.lang.String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the portlet preferenceses where ownerType = ? and portletId = ?.
|
com.liferay.portal.model.PortletPreferences |
findByP_P_First(long plid,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?.
|
com.liferay.portal.model.PortletPreferences |
findByP_P_Last(long plid,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?.
|
com.liferay.portal.model.PortletPreferences[] |
findByP_P_PrevAndNext(long portletPreferencesId,
long plid,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ? and portletId = ?.
|
java.util.List<com.liferay.portal.model.PortletPreferences> |
findByP_P(long plid,
java.lang.String portletId)
Returns all the portlet preferenceses where plid = ? and portletId = ?.
|
java.util.List<com.liferay.portal.model.PortletPreferences> |
findByP_P(long plid,
java.lang.String portletId,
int start,
int end)
Returns a range of all the portlet preferenceses where plid = ? and portletId = ?.
|
java.util.List<com.liferay.portal.model.PortletPreferences> |
findByP_P(long plid,
java.lang.String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the portlet preferenceses where plid = ? and portletId = ?.
|
com.liferay.portal.model.PortletPreferences |
findByPlid_First(long plid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ?.
|
com.liferay.portal.model.PortletPreferences |
findByPlid_Last(long plid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where plid = ?.
|
com.liferay.portal.model.PortletPreferences[] |
findByPlid_PrevAndNext(long portletPreferencesId,
long plid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ?.
|
java.util.List<com.liferay.portal.model.PortletPreferences> |
findByPlid(long plid)
Returns all the portlet preferenceses where plid = ?.
|
java.util.List<com.liferay.portal.model.PortletPreferences> |
findByPlid(long plid,
int start,
int end)
Returns a range of all the portlet preferenceses where plid = ?.
|
java.util.List<com.liferay.portal.model.PortletPreferences> |
findByPlid(long plid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the portlet preferenceses where plid = ?.
|
com.liferay.portal.model.PortletPreferences |
findByPortletId_First(java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where portletId = ?.
|
com.liferay.portal.model.PortletPreferences |
findByPortletId_Last(java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where portletId = ?.
|
com.liferay.portal.model.PortletPreferences[] |
findByPortletId_PrevAndNext(long portletPreferencesId,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where portletId = ?.
|
java.util.List<com.liferay.portal.model.PortletPreferences> |
findByPortletId(java.lang.String portletId)
Returns all the portlet preferenceses where portletId = ?.
|
java.util.List<com.liferay.portal.model.PortletPreferences> |
findByPortletId(java.lang.String portletId,
int start,
int end)
Returns a range of all the portlet preferenceses where portletId = ?.
|
java.util.List<com.liferay.portal.model.PortletPreferences> |
findByPortletId(java.lang.String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the portlet preferenceses where portletId = ?.
|
com.liferay.portal.model.PortletPreferences |
findByPrimaryKey(long portletPreferencesId)
Returns the portlet preferences with the primary key or throws a
NoSuchPortletPreferencesException if it could not be found. |
com.liferay.portal.model.PortletPreferences |
findByPrimaryKey(java.io.Serializable primaryKey)
Returns the portlet preferences with the primary key or throws a
NoSuchModelException if it could not be found. |
protected com.liferay.portal.model.PortletPreferences |
getByO_O_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.PortletPreferences portletPreferences,
long ownerId,
int ownerType,
long plid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.PortletPreferences |
getByO_O_PI_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.PortletPreferences portletPreferences,
long ownerId,
int ownerType,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.PortletPreferences |
getByO_P_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.PortletPreferences portletPreferences,
int ownerType,
long plid,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.PortletPreferences |
getByO_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.PortletPreferences portletPreferences,
int ownerType,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.PortletPreferences |
getByP_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.PortletPreferences portletPreferences,
long plid,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.PortletPreferences |
getByPlid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.PortletPreferences portletPreferences,
long plid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.PortletPreferences |
getByPortletId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.PortletPreferences portletPreferences,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
com.liferay.portal.model.PortletPreferences |
remove(long portletPreferencesId)
Removes the portlet preferences with the primary key from the database.
|
com.liferay.portal.model.PortletPreferences |
remove(java.io.Serializable primaryKey)
Removes the portlet preferences with the primary key from the database.
|
void |
removeAll()
Removes all the portlet preferenceses from the database.
|
com.liferay.portal.model.PortletPreferences |
removeByO_O_P_P(long ownerId,
int ownerType,
long plid,
java.lang.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,
java.lang.String portletId)
Removes all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ? from the database.
|
void |
removeByO_P_P(int ownerType,
long plid,
java.lang.String portletId)
Removes all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ? from the database.
|
void |
removeByO_P(int ownerType,
java.lang.String portletId)
Removes all the portlet preferenceses where ownerType = ? and portletId = ? from the database.
|
void |
removeByP_P(long plid,
java.lang.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(java.lang.String portletId)
Removes all the portlet preferenceses where portletId = ? from the database.
|
protected com.liferay.portal.model.PortletPreferences |
removeImpl(com.liferay.portal.model.PortletPreferences portletPreferences) |
protected com.liferay.portal.model.PortletPreferences |
toUnwrappedModel(com.liferay.portal.model.PortletPreferences portletPreferences) |
com.liferay.portal.model.PortletPreferences |
updateImpl(com.liferay.portal.model.PortletPreferences portletPreferences) |
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getClassLoader, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImplclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, updatepublic static final java.lang.String FINDER_CLASS_NAME_ENTITY
public static final java.lang.String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final java.lang.String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_PLID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_PLID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_PLID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_PORTLETID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_PORTLETID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_PORTLETID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_O_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_O_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_O_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_P_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_P_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_P_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_O_O_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_O_O_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_O_O_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_O_O_PI
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_O_O_PI
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_O_O_PI
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_O_P_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_O_P_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_O_P_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_O_O_P_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_O_O_P_P
public java.util.List<com.liferay.portal.model.PortletPreferences> findByPlid(long plid)
throws com.liferay.portal.kernel.exception.SystemException
findByPlid in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceplid - the plidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.PortletPreferences> findByPlid(long plid,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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 com.liferay.portal.service.persistence.PortletPreferencesPersistenceplid - the plidstart - the lower bound of the range of portlet preferencesesend - the upper bound of the range of portlet preferenceses (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.PortletPreferences> findByPlid(long plid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
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 com.liferay.portal.service.persistence.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences findByPlid_First(long plid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchPortletPreferencesException,
com.liferay.portal.kernel.exception.SystemException
findByPlid_First in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceplid - the plidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchPortletPreferencesException - if a matching portlet preferences could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences fetchByPlid_First(long plid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByPlid_First in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceplid - the plidorderByComparator - the comparator to order the set by (optionally null)null if a matching portlet preferences could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences findByPlid_Last(long plid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchPortletPreferencesException,
com.liferay.portal.kernel.exception.SystemException
findByPlid_Last in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceplid - the plidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchPortletPreferencesException - if a matching portlet preferences could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences fetchByPlid_Last(long plid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByPlid_Last in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceplid - the plidorderByComparator - the comparator to order the set by (optionally null)null if a matching portlet preferences could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences[] findByPlid_PrevAndNext(long portletPreferencesId,
long plid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchPortletPreferencesException,
com.liferay.portal.kernel.exception.SystemException
findByPlid_PrevAndNext in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceportletPreferencesId - the primary key of the current portlet preferencesplid - the plidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchPortletPreferencesException - if a portlet preferences with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.PortletPreferences getByPlid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.PortletPreferences portletPreferences,
long plid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByPlid(long plid)
throws com.liferay.portal.kernel.exception.SystemException
removeByPlid in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceplid - the plidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByPlid(long plid)
throws com.liferay.portal.kernel.exception.SystemException
countByPlid in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceplid - the plidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic 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.PortletPreferencesPersistenceportletId - the portlet IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.PortletPreferences> findByPortletId(java.lang.String portletId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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 com.liferay.portal.service.persistence.PortletPreferencesPersistenceportletId - the portlet IDstart - the lower bound of the range of portlet preferencesesend - the upper bound of the range of portlet preferenceses (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.PortletPreferences> findByPortletId(java.lang.String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
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 com.liferay.portal.service.persistence.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences findByPortletId_First(java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchPortletPreferencesException,
com.liferay.portal.kernel.exception.SystemException
findByPortletId_First in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchPortletPreferencesException - if a matching portlet preferences could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences fetchByPortletId_First(java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByPortletId_First in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)null if a matching portlet preferences could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences findByPortletId_Last(java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchPortletPreferencesException,
com.liferay.portal.kernel.exception.SystemException
findByPortletId_Last in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchPortletPreferencesException - if a matching portlet preferences could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences fetchByPortletId_Last(java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByPortletId_Last in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)null if a matching portlet preferences could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences[] findByPortletId_PrevAndNext(long portletPreferencesId,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchPortletPreferencesException,
com.liferay.portal.kernel.exception.SystemException
findByPortletId_PrevAndNext in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceportletPreferencesId - the primary key of the current portlet preferencesportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchPortletPreferencesException - if a portlet preferences with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.PortletPreferences getByPortletId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.PortletPreferences portletPreferences,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByPortletId(java.lang.String portletId)
throws com.liferay.portal.kernel.exception.SystemException
removeByPortletId in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceportletId - the portlet IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByPortletId(java.lang.String portletId)
throws com.liferay.portal.kernel.exception.SystemException
countByPortletId in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceportletId - the portlet IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.PortletPreferences> findByO_P(int ownerType,
java.lang.String portletId)
throws com.liferay.portal.kernel.exception.SystemException
findByO_P in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceownerType - the owner typeportletId - the portlet IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.PortletPreferences> findByO_P(int ownerType,
java.lang.String portletId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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 com.liferay.portal.service.persistence.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.PortletPreferences> findByO_P(int ownerType,
java.lang.String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
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 com.liferay.portal.service.persistence.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences findByO_P_First(int ownerType,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchPortletPreferencesException,
com.liferay.portal.kernel.exception.SystemException
findByO_P_First in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceownerType - the owner typeportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchPortletPreferencesException - if a matching portlet preferences could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences fetchByO_P_First(int ownerType,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByO_P_First in interface com.liferay.portal.service.persistence.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 foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences findByO_P_Last(int ownerType,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchPortletPreferencesException,
com.liferay.portal.kernel.exception.SystemException
findByO_P_Last in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceownerType - the owner typeportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchPortletPreferencesException - if a matching portlet preferences could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences fetchByO_P_Last(int ownerType,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByO_P_Last in interface com.liferay.portal.service.persistence.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 foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences[] findByO_P_PrevAndNext(long portletPreferencesId,
int ownerType,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchPortletPreferencesException,
com.liferay.portal.kernel.exception.SystemException
findByO_P_PrevAndNext in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceportletPreferencesId - the primary key of the current portlet preferencesownerType - the owner typeportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchPortletPreferencesException - if a portlet preferences with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.PortletPreferences getByO_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.PortletPreferences portletPreferences,
int ownerType,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByO_P(int ownerType,
java.lang.String portletId)
throws com.liferay.portal.kernel.exception.SystemException
removeByO_P in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceownerType - the owner typeportletId - the portlet IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByO_P(int ownerType,
java.lang.String portletId)
throws com.liferay.portal.kernel.exception.SystemException
countByO_P in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceownerType - the owner typeportletId - the portlet IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.PortletPreferences> findByP_P(long plid,
java.lang.String portletId)
throws com.liferay.portal.kernel.exception.SystemException
findByP_P in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceplid - the plidportletId - the portlet IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.PortletPreferences> findByP_P(long plid,
java.lang.String portletId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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 com.liferay.portal.service.persistence.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.PortletPreferences> findByP_P(long plid,
java.lang.String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
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 com.liferay.portal.service.persistence.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences findByP_P_First(long plid,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchPortletPreferencesException,
com.liferay.portal.kernel.exception.SystemException
findByP_P_First in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceplid - the plidportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchPortletPreferencesException - if a matching portlet preferences could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences fetchByP_P_First(long plid,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByP_P_First in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceplid - the plidportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)null if a matching portlet preferences could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences findByP_P_Last(long plid,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchPortletPreferencesException,
com.liferay.portal.kernel.exception.SystemException
findByP_P_Last in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceplid - the plidportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchPortletPreferencesException - if a matching portlet preferences could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences fetchByP_P_Last(long plid,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByP_P_Last in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceplid - the plidportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)null if a matching portlet preferences could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences[] findByP_P_PrevAndNext(long portletPreferencesId,
long plid,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchPortletPreferencesException,
com.liferay.portal.kernel.exception.SystemException
findByP_P_PrevAndNext in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceportletPreferencesId - the primary key of the current portlet preferencesplid - the plidportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchPortletPreferencesException - if a portlet preferences with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.PortletPreferences getByP_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.PortletPreferences portletPreferences,
long plid,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByP_P(long plid,
java.lang.String portletId)
throws com.liferay.portal.kernel.exception.SystemException
removeByP_P in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceplid - the plidportletId - the portlet IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByP_P(long plid,
java.lang.String portletId)
throws com.liferay.portal.kernel.exception.SystemException
countByP_P in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceplid - the plidportletId - the portlet IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.PortletPreferences> findByO_O_P(long ownerId,
int ownerType,
long plid)
throws com.liferay.portal.kernel.exception.SystemException
findByO_O_P in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeplid - the plidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.PortletPreferences> findByO_O_P(long ownerId,
int ownerType,
long plid,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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 com.liferay.portal.service.persistence.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.PortletPreferences> findByO_O_P(long ownerId,
int ownerType,
long plid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
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 com.liferay.portal.service.persistence.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences findByO_O_P_First(long ownerId,
int ownerType,
long plid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchPortletPreferencesException,
com.liferay.portal.kernel.exception.SystemException
findByO_O_P_First in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeplid - the plidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchPortletPreferencesException - if a matching portlet preferences could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences fetchByO_O_P_First(long ownerId,
int ownerType,
long plid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByO_O_P_First in interface com.liferay.portal.service.persistence.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 foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences findByO_O_P_Last(long ownerId,
int ownerType,
long plid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchPortletPreferencesException,
com.liferay.portal.kernel.exception.SystemException
findByO_O_P_Last in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeplid - the plidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchPortletPreferencesException - if a matching portlet preferences could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences fetchByO_O_P_Last(long ownerId,
int ownerType,
long plid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByO_O_P_Last in interface com.liferay.portal.service.persistence.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 foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences[] findByO_O_P_PrevAndNext(long portletPreferencesId,
long ownerId,
int ownerType,
long plid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchPortletPreferencesException,
com.liferay.portal.kernel.exception.SystemException
findByO_O_P_PrevAndNext in interface com.liferay.portal.service.persistence.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)com.liferay.portal.NoSuchPortletPreferencesException - if a portlet preferences with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.PortletPreferences getByO_O_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.PortletPreferences portletPreferences,
long ownerId,
int ownerType,
long plid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByO_O_P(long ownerId,
int ownerType,
long plid)
throws com.liferay.portal.kernel.exception.SystemException
removeByO_O_P in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeplid - the plidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByO_O_P(long ownerId,
int ownerType,
long plid)
throws com.liferay.portal.kernel.exception.SystemException
countByO_O_P in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeplid - the plidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.PortletPreferences> findByO_O_PI(long ownerId,
int ownerType,
java.lang.String portletId)
throws com.liferay.portal.kernel.exception.SystemException
findByO_O_PI in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeportletId - the portlet IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.PortletPreferences> findByO_O_PI(long ownerId,
int ownerType,
java.lang.String portletId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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 com.liferay.portal.service.persistence.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.PortletPreferences> findByO_O_PI(long ownerId,
int ownerType,
java.lang.String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
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 com.liferay.portal.service.persistence.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences findByO_O_PI_First(long ownerId,
int ownerType,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchPortletPreferencesException,
com.liferay.portal.kernel.exception.SystemException
findByO_O_PI_First in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchPortletPreferencesException - if a matching portlet preferences could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences fetchByO_O_PI_First(long ownerId,
int ownerType,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByO_O_PI_First in interface com.liferay.portal.service.persistence.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 foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences findByO_O_PI_Last(long ownerId,
int ownerType,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchPortletPreferencesException,
com.liferay.portal.kernel.exception.SystemException
findByO_O_PI_Last in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchPortletPreferencesException - if a matching portlet preferences could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences fetchByO_O_PI_Last(long ownerId,
int ownerType,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByO_O_PI_Last in interface com.liferay.portal.service.persistence.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 foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences[] findByO_O_PI_PrevAndNext(long portletPreferencesId,
long ownerId,
int ownerType,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchPortletPreferencesException,
com.liferay.portal.kernel.exception.SystemException
findByO_O_PI_PrevAndNext in interface com.liferay.portal.service.persistence.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)com.liferay.portal.NoSuchPortletPreferencesException - if a portlet preferences with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.PortletPreferences getByO_O_PI_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.PortletPreferences portletPreferences,
long ownerId,
int ownerType,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByO_O_PI(long ownerId,
int ownerType,
java.lang.String portletId)
throws com.liferay.portal.kernel.exception.SystemException
removeByO_O_PI in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeportletId - the portlet IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByO_O_PI(long ownerId,
int ownerType,
java.lang.String portletId)
throws com.liferay.portal.kernel.exception.SystemException
countByO_O_PI in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeportletId - the portlet IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.PortletPreferences> findByO_P_P(int ownerType,
long plid,
java.lang.String portletId)
throws com.liferay.portal.kernel.exception.SystemException
findByO_P_P in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceownerType - the owner typeplid - the plidportletId - the portlet IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.PortletPreferences> findByO_P_P(int ownerType,
long plid,
java.lang.String portletId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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 com.liferay.portal.service.persistence.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.PortletPreferences> findByO_P_P(int ownerType,
long plid,
java.lang.String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
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 com.liferay.portal.service.persistence.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences findByO_P_P_First(int ownerType,
long plid,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchPortletPreferencesException,
com.liferay.portal.kernel.exception.SystemException
findByO_P_P_First in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceownerType - the owner typeplid - the plidportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchPortletPreferencesException - if a matching portlet preferences could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences fetchByO_P_P_First(int ownerType,
long plid,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByO_P_P_First in interface com.liferay.portal.service.persistence.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 foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences findByO_P_P_Last(int ownerType,
long plid,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchPortletPreferencesException,
com.liferay.portal.kernel.exception.SystemException
findByO_P_P_Last in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceownerType - the owner typeplid - the plidportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchPortletPreferencesException - if a matching portlet preferences could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences fetchByO_P_P_Last(int ownerType,
long plid,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByO_P_P_Last in interface com.liferay.portal.service.persistence.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 foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences[] findByO_P_P_PrevAndNext(long portletPreferencesId,
int ownerType,
long plid,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchPortletPreferencesException,
com.liferay.portal.kernel.exception.SystemException
findByO_P_P_PrevAndNext in interface com.liferay.portal.service.persistence.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)com.liferay.portal.NoSuchPortletPreferencesException - if a portlet preferences with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.PortletPreferences getByO_P_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.PortletPreferences portletPreferences,
int ownerType,
long plid,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByO_P_P(int ownerType,
long plid,
java.lang.String portletId)
throws com.liferay.portal.kernel.exception.SystemException
removeByO_P_P in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceownerType - the owner typeplid - the plidportletId - the portlet IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByO_P_P(int ownerType,
long plid,
java.lang.String portletId)
throws com.liferay.portal.kernel.exception.SystemException
countByO_P_P in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceownerType - the owner typeplid - the plidportletId - the portlet IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences findByO_O_P_P(long ownerId,
int ownerType,
long plid,
java.lang.String portletId)
throws com.liferay.portal.NoSuchPortletPreferencesException,
com.liferay.portal.kernel.exception.SystemException
NoSuchPortletPreferencesException if it could not be found.findByO_O_P_P in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeplid - the plidportletId - the portlet IDcom.liferay.portal.NoSuchPortletPreferencesException - if a matching portlet preferences could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences fetchByO_O_P_P(long ownerId,
int ownerType,
long plid,
java.lang.String portletId)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found. Uses the finder cache.fetchByO_O_P_P in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeplid - the plidportletId - the portlet IDnull if a matching portlet preferences could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences fetchByO_O_P_P(long ownerId,
int ownerType,
long plid,
java.lang.String portletId,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found, optionally using the finder cache.fetchByO_O_P_P in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeplid - the plidportletId - the portlet IDretrieveFromCache - whether to use the finder cachenull if a matching portlet preferences could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences removeByO_O_P_P(long ownerId,
int ownerType,
long plid,
java.lang.String portletId)
throws com.liferay.portal.NoSuchPortletPreferencesException,
com.liferay.portal.kernel.exception.SystemException
removeByO_O_P_P in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeplid - the plidportletId - the portlet IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredcom.liferay.portal.NoSuchPortletPreferencesExceptionpublic int countByO_O_P_P(long ownerId,
int ownerType,
long plid,
java.lang.String portletId)
throws com.liferay.portal.kernel.exception.SystemException
countByO_O_P_P in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeplid - the plidportletId - the portlet IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void cacheResult(com.liferay.portal.model.PortletPreferences portletPreferences)
cacheResult in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceportletPreferences - the portlet preferencespublic void cacheResult(java.util.List<com.liferay.portal.model.PortletPreferences> portletPreferenceses)
cacheResult in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceportletPreferenceses - the portlet preferencesespublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.PortletPreferences>clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.PortletPreferences>public void clearCache(com.liferay.portal.model.PortletPreferences portletPreferences)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.PortletPreferences>clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.PortletPreferences>public void clearCache(java.util.List<com.liferay.portal.model.PortletPreferences> portletPreferenceses)
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.PortletPreferences>clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.PortletPreferences>protected void cacheUniqueFindersCache(com.liferay.portal.model.PortletPreferences portletPreferences)
protected void clearUniqueFindersCache(com.liferay.portal.model.PortletPreferences portletPreferences)
public com.liferay.portal.model.PortletPreferences create(long portletPreferencesId)
create in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceportletPreferencesId - the primary key for the new portlet preferencespublic com.liferay.portal.model.PortletPreferences remove(long portletPreferencesId)
throws com.liferay.portal.NoSuchPortletPreferencesException,
com.liferay.portal.kernel.exception.SystemException
remove in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceportletPreferencesId - the primary key of the portlet preferencescom.liferay.portal.NoSuchPortletPreferencesException - if a portlet preferences with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences remove(java.io.Serializable primaryKey)
throws com.liferay.portal.NoSuchPortletPreferencesException,
com.liferay.portal.kernel.exception.SystemException
remove in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.PortletPreferences>remove in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.PortletPreferences>primaryKey - the primary key of the portlet preferencescom.liferay.portal.NoSuchPortletPreferencesException - if a portlet preferences with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.PortletPreferences removeImpl(com.liferay.portal.model.PortletPreferences portletPreferences)
throws com.liferay.portal.kernel.exception.SystemException
removeImpl in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.PortletPreferences>com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portal.model.PortletPreferences updateImpl(com.liferay.portal.model.PortletPreferences portletPreferences)
throws com.liferay.portal.kernel.exception.SystemException
updateImpl in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceupdateImpl in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.PortletPreferences>com.liferay.portal.kernel.exception.SystemExceptionprotected com.liferay.portal.model.PortletPreferences toUnwrappedModel(com.liferay.portal.model.PortletPreferences portletPreferences)
public com.liferay.portal.model.PortletPreferences findByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.NoSuchPortletPreferencesException,
com.liferay.portal.kernel.exception.SystemException
NoSuchModelException if it could not be found.findByPrimaryKey in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.PortletPreferences>findByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.PortletPreferences>primaryKey - the primary key of the portlet preferencescom.liferay.portal.NoSuchPortletPreferencesException - if a portlet preferences with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences findByPrimaryKey(long portletPreferencesId)
throws com.liferay.portal.NoSuchPortletPreferencesException,
com.liferay.portal.kernel.exception.SystemException
NoSuchPortletPreferencesException if it could not be found.findByPrimaryKey in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceportletPreferencesId - the primary key of the portlet preferencescom.liferay.portal.NoSuchPortletPreferencesException - if a portlet preferences with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences fetchByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.PortletPreferences>fetchByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.PortletPreferences>primaryKey - the primary key of the portlet preferencesnull if a portlet preferences with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PortletPreferences fetchByPrimaryKey(long portletPreferencesId)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.service.persistence.PortletPreferencesPersistenceportletPreferencesId - the primary key of the portlet preferencesnull if a portlet preferences with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.PortletPreferences> findAll()
throws com.liferay.portal.kernel.exception.SystemException
findAll in interface com.liferay.portal.service.persistence.PortletPreferencesPersistencecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.PortletPreferences> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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 com.liferay.portal.service.persistence.PortletPreferencesPersistencestart - the lower bound of the range of portlet preferencesesend - the upper bound of the range of portlet preferenceses (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.PortletPreferences> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
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 com.liferay.portal.service.persistence.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
removeAll in interface com.liferay.portal.service.persistence.PortletPreferencesPersistencecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countAll()
throws com.liferay.portal.kernel.exception.SystemException
countAll in interface com.liferay.portal.service.persistence.PortletPreferencesPersistencecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void afterPropertiesSet()
public void destroy()