public class PortletPreferencesPersistenceImpl
extends com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.PortletPreferences>
implements com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistence
Caching information and settings can be found in portal.properties
| Modifier and Type | Field and Description |
|---|---|
static String |
FINDER_CLASS_NAME_ENTITY |
static String |
FINDER_CLASS_NAME_LIST_WITH_PAGINATION |
static String |
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION |
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, databaseInMaxParameters, dbColumnNames, dummyEntityCache, dummyFinderCache, entityCacheEnabled, FINDER_ARGS_EMPTY, finderCacheEnabled, NULL_SAFE_STRING_COMPARATOR, nullModel, 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(List<com.liferay.portal.kernel.model.PortletPreferences> portletPreferenceses)
Caches the portlet preferenceses in the entity cache if it is enabled.
|
void |
cacheResult(com.liferay.portal.kernel.model.PortletPreferences portletPreferences)
Caches the portlet preferences in the entity cache if it is enabled.
|
protected void |
cacheUniqueFindersCache(PortletPreferencesModelImpl portletPreferencesModelImpl) |
void |
clearCache()
Clears the cache for all portlet preferenceses.
|
void |
clearCache(List<com.liferay.portal.kernel.model.PortletPreferences> portletPreferenceses) |
void |
clearCache(com.liferay.portal.kernel.model.PortletPreferences portletPreferences)
Clears the cache for the portlet preferences.
|
void |
clearCache(Set<Serializable> primaryKeys) |
int |
countAll()
Returns the number of portlet preferenceses.
|
int |
countByC_O_O_LikeP(long companyId,
long ownerId,
int ownerType,
String portletId)
Returns the number of portlet preferenceses where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.
|
int |
countByO_O_P_P(long ownerId,
int ownerType,
long plid,
String portletId)
Returns the number of portlet preferenceses where ownerId = ? and ownerType = ? and plid = ? and portletId = ?.
|
int |
countByO_O_P(long ownerId,
int ownerType,
long plid)
Returns the number of portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.
|
int |
countByO_O_PI(long ownerId,
int ownerType,
String portletId)
Returns the number of portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.
|
int |
countByO_P_P(int ownerType,
long plid,
String portletId)
Returns the number of portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.
|
int |
countByO_P(int ownerType,
String portletId)
Returns the number of portlet preferenceses where ownerType = ? and portletId = ?.
|
int |
countByOwnerId(long ownerId)
Returns the number of portlet preferenceses where ownerId = ?.
|
int |
countByP_P(long plid,
String portletId)
Returns the number of portlet preferenceses where plid = ? and portletId = ?.
|
int |
countByPlid(long plid)
Returns the number of portlet preferenceses where plid = ?.
|
int |
countByPortletId(String portletId)
Returns the number of portlet preferenceses where portletId = ?.
|
com.liferay.portal.kernel.model.PortletPreferences |
create(long portletPreferencesId)
Creates a new portlet preferences with the primary key.
|
void |
destroy() |
com.liferay.portal.kernel.model.PortletPreferences |
fetchByC_O_O_LikeP_First(long companyId,
long ownerId,
int ownerType,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.
|
com.liferay.portal.kernel.model.PortletPreferences |
fetchByC_O_O_LikeP_Last(long companyId,
long ownerId,
int ownerType,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.
|
com.liferay.portal.kernel.model.PortletPreferences |
fetchByO_O_P_First(long ownerId,
int ownerType,
long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
|
com.liferay.portal.kernel.model.PortletPreferences |
fetchByO_O_P_Last(long ownerId,
int ownerType,
long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
|
com.liferay.portal.kernel.model.PortletPreferences |
fetchByO_O_P_P(long ownerId,
int ownerType,
long plid,
String portletId)
Returns the portlet preferences where ownerId = ? and ownerType = ? and plid = ? and portletId = ? or returns
null if it could not be found. |
com.liferay.portal.kernel.model.PortletPreferences |
fetchByO_O_P_P(long ownerId,
int ownerType,
long plid,
String portletId,
boolean useFinderCache)
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.kernel.model.PortletPreferences |
fetchByO_O_PI_First(long ownerId,
int ownerType,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
|
com.liferay.portal.kernel.model.PortletPreferences |
fetchByO_O_PI_Last(long ownerId,
int ownerType,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
|
com.liferay.portal.kernel.model.PortletPreferences |
fetchByO_P_First(int ownerType,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?.
|
com.liferay.portal.kernel.model.PortletPreferences |
fetchByO_P_Last(int ownerType,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?.
|
com.liferay.portal.kernel.model.PortletPreferences |
fetchByO_P_P_First(int ownerType,
long plid,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
|
com.liferay.portal.kernel.model.PortletPreferences |
fetchByO_P_P_Last(int ownerType,
long plid,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
|
com.liferay.portal.kernel.model.PortletPreferences |
fetchByOwnerId_First(long ownerId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerId = ?.
|
com.liferay.portal.kernel.model.PortletPreferences |
fetchByOwnerId_Last(long ownerId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerId = ?.
|
com.liferay.portal.kernel.model.PortletPreferences |
fetchByP_P_First(long plid,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?.
|
com.liferay.portal.kernel.model.PortletPreferences |
fetchByP_P_Last(long plid,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?.
|
com.liferay.portal.kernel.model.PortletPreferences |
fetchByPlid_First(long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ?.
|
com.liferay.portal.kernel.model.PortletPreferences |
fetchByPlid_Last(long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where plid = ?.
|
com.liferay.portal.kernel.model.PortletPreferences |
fetchByPortletId_First(String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where portletId = ?.
|
com.liferay.portal.kernel.model.PortletPreferences |
fetchByPortletId_Last(String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where portletId = ?.
|
com.liferay.portal.kernel.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.kernel.model.PortletPreferences |
fetchByPrimaryKey(Serializable primaryKey)
Returns the portlet preferences with the primary key or returns
null if it could not be found. |
Map<Serializable,com.liferay.portal.kernel.model.PortletPreferences> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
List<com.liferay.portal.kernel.model.PortletPreferences> |
findAll()
Returns all the portlet preferenceses.
|
List<com.liferay.portal.kernel.model.PortletPreferences> |
findAll(int start,
int end)
Returns a range of all the portlet preferenceses.
|
List<com.liferay.portal.kernel.model.PortletPreferences> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses.
|
List<com.liferay.portal.kernel.model.PortletPreferences> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portlet preferenceses.
|
com.liferay.portal.kernel.model.PortletPreferences |
findByC_O_O_LikeP_First(long companyId,
long ownerId,
int ownerType,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.
|
com.liferay.portal.kernel.model.PortletPreferences |
findByC_O_O_LikeP_Last(long companyId,
long ownerId,
int ownerType,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.
|
com.liferay.portal.kernel.model.PortletPreferences[] |
findByC_O_O_LikeP_PrevAndNext(long portletPreferencesId,
long companyId,
long ownerId,
int ownerType,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.
|
List<com.liferay.portal.kernel.model.PortletPreferences> |
findByC_O_O_LikeP(long companyId,
long ownerId,
int ownerType,
String portletId)
Returns all the portlet preferenceses where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.
|
List<com.liferay.portal.kernel.model.PortletPreferences> |
findByC_O_O_LikeP(long companyId,
long ownerId,
int ownerType,
String portletId,
int start,
int end)
Returns a range of all the portlet preferenceses where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.
|
List<com.liferay.portal.kernel.model.PortletPreferences> |
findByC_O_O_LikeP(long companyId,
long ownerId,
int ownerType,
String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.
|
List<com.liferay.portal.kernel.model.PortletPreferences> |
findByC_O_O_LikeP(long companyId,
long ownerId,
int ownerType,
String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portlet preferenceses where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.
|
com.liferay.portal.kernel.model.PortletPreferences |
findByO_O_P_First(long ownerId,
int ownerType,
long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
|
com.liferay.portal.kernel.model.PortletPreferences |
findByO_O_P_Last(long ownerId,
int ownerType,
long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
|
com.liferay.portal.kernel.model.PortletPreferences |
findByO_O_P_P(long ownerId,
int ownerType,
long plid,
String portletId)
Returns the portlet preferences where ownerId = ? and ownerType = ? and plid = ? and portletId = ? or throws a
NoSuchPortletPreferencesException if it could not be found. |
com.liferay.portal.kernel.model.PortletPreferences[] |
findByO_O_P_PrevAndNext(long portletPreferencesId,
long ownerId,
int ownerType,
long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
|
List<com.liferay.portal.kernel.model.PortletPreferences> |
findByO_O_P(long ownerId,
int ownerType,
long plid)
Returns all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.
|
List<com.liferay.portal.kernel.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 = ?.
|
List<com.liferay.portal.kernel.model.PortletPreferences> |
findByO_O_P(long ownerId,
int ownerType,
long plid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.
|
List<com.liferay.portal.kernel.model.PortletPreferences> |
findByO_O_P(long ownerId,
int ownerType,
long plid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.
|
com.liferay.portal.kernel.model.PortletPreferences |
findByO_O_PI_First(long ownerId,
int ownerType,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
|
com.liferay.portal.kernel.model.PortletPreferences |
findByO_O_PI_Last(long ownerId,
int ownerType,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
|
com.liferay.portal.kernel.model.PortletPreferences[] |
findByO_O_PI_PrevAndNext(long portletPreferencesId,
long ownerId,
int ownerType,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
|
List<com.liferay.portal.kernel.model.PortletPreferences> |
findByO_O_PI(long ownerId,
int ownerType,
String portletId)
Returns all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.
|
List<com.liferay.portal.kernel.model.PortletPreferences> |
findByO_O_PI(long ownerId,
int ownerType,
String portletId,
int start,
int end)
Returns a range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.
|
List<com.liferay.portal.kernel.model.PortletPreferences> |
findByO_O_PI(long ownerId,
int ownerType,
String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.
|
List<com.liferay.portal.kernel.model.PortletPreferences> |
findByO_O_PI(long ownerId,
int ownerType,
String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.
|
com.liferay.portal.kernel.model.PortletPreferences |
findByO_P_First(int ownerType,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?.
|
com.liferay.portal.kernel.model.PortletPreferences |
findByO_P_Last(int ownerType,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?.
|
com.liferay.portal.kernel.model.PortletPreferences |
findByO_P_P_First(int ownerType,
long plid,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
|
com.liferay.portal.kernel.model.PortletPreferences |
findByO_P_P_Last(int ownerType,
long plid,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
|
com.liferay.portal.kernel.model.PortletPreferences[] |
findByO_P_P_PrevAndNext(long portletPreferencesId,
int ownerType,
long plid,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
|
List<com.liferay.portal.kernel.model.PortletPreferences> |
findByO_P_P(int ownerType,
long plid,
String portletId)
Returns all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.
|
List<com.liferay.portal.kernel.model.PortletPreferences> |
findByO_P_P(int ownerType,
long plid,
String portletId,
int start,
int end)
Returns a range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.
|
List<com.liferay.portal.kernel.model.PortletPreferences> |
findByO_P_P(int ownerType,
long plid,
String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.
|
List<com.liferay.portal.kernel.model.PortletPreferences> |
findByO_P_P(int ownerType,
long plid,
String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.
|
com.liferay.portal.kernel.model.PortletPreferences[] |
findByO_P_PrevAndNext(long portletPreferencesId,
int ownerType,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and portletId = ?.
|
List<com.liferay.portal.kernel.model.PortletPreferences> |
findByO_P(int ownerType,
String portletId)
Returns all the portlet preferenceses where ownerType = ? and portletId = ?.
|
List<com.liferay.portal.kernel.model.PortletPreferences> |
findByO_P(int ownerType,
String portletId,
int start,
int end)
Returns a range of all the portlet preferenceses where ownerType = ? and portletId = ?.
|
List<com.liferay.portal.kernel.model.PortletPreferences> |
findByO_P(int ownerType,
String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses where ownerType = ? and portletId = ?.
|
List<com.liferay.portal.kernel.model.PortletPreferences> |
findByO_P(int ownerType,
String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portlet preferenceses where ownerType = ? and portletId = ?.
|
com.liferay.portal.kernel.model.PortletPreferences |
findByOwnerId_First(long ownerId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerId = ?.
|
com.liferay.portal.kernel.model.PortletPreferences |
findByOwnerId_Last(long ownerId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerId = ?.
|
com.liferay.portal.kernel.model.PortletPreferences[] |
findByOwnerId_PrevAndNext(long portletPreferencesId,
long ownerId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ?.
|
List<com.liferay.portal.kernel.model.PortletPreferences> |
findByOwnerId(long ownerId)
Returns all the portlet preferenceses where ownerId = ?.
|
List<com.liferay.portal.kernel.model.PortletPreferences> |
findByOwnerId(long ownerId,
int start,
int end)
Returns a range of all the portlet preferenceses where ownerId = ?.
|
List<com.liferay.portal.kernel.model.PortletPreferences> |
findByOwnerId(long ownerId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses where ownerId = ?.
|
List<com.liferay.portal.kernel.model.PortletPreferences> |
findByOwnerId(long ownerId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portlet preferenceses where ownerId = ?.
|
com.liferay.portal.kernel.model.PortletPreferences |
findByP_P_First(long plid,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?.
|
com.liferay.portal.kernel.model.PortletPreferences |
findByP_P_Last(long plid,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?.
|
com.liferay.portal.kernel.model.PortletPreferences[] |
findByP_P_PrevAndNext(long portletPreferencesId,
long plid,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ? and portletId = ?.
|
List<com.liferay.portal.kernel.model.PortletPreferences> |
findByP_P(long plid,
String portletId)
Returns all the portlet preferenceses where plid = ? and portletId = ?.
|
List<com.liferay.portal.kernel.model.PortletPreferences> |
findByP_P(long plid,
String portletId,
int start,
int end)
Returns a range of all the portlet preferenceses where plid = ? and portletId = ?.
|
List<com.liferay.portal.kernel.model.PortletPreferences> |
findByP_P(long plid,
String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses where plid = ? and portletId = ?.
|
List<com.liferay.portal.kernel.model.PortletPreferences> |
findByP_P(long plid,
String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portlet preferenceses where plid = ? and portletId = ?.
|
com.liferay.portal.kernel.model.PortletPreferences |
findByPlid_First(long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ?.
|
com.liferay.portal.kernel.model.PortletPreferences |
findByPlid_Last(long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where plid = ?.
|
com.liferay.portal.kernel.model.PortletPreferences[] |
findByPlid_PrevAndNext(long portletPreferencesId,
long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ?.
|
List<com.liferay.portal.kernel.model.PortletPreferences> |
findByPlid(long plid)
Returns all the portlet preferenceses where plid = ?.
|
List<com.liferay.portal.kernel.model.PortletPreferences> |
findByPlid(long plid,
int start,
int end)
Returns a range of all the portlet preferenceses where plid = ?.
|
List<com.liferay.portal.kernel.model.PortletPreferences> |
findByPlid(long plid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses where plid = ?.
|
List<com.liferay.portal.kernel.model.PortletPreferences> |
findByPlid(long plid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portlet preferenceses where plid = ?.
|
com.liferay.portal.kernel.model.PortletPreferences |
findByPortletId_First(String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where portletId = ?.
|
com.liferay.portal.kernel.model.PortletPreferences |
findByPortletId_Last(String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where portletId = ?.
|
com.liferay.portal.kernel.model.PortletPreferences[] |
findByPortletId_PrevAndNext(long portletPreferencesId,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where portletId = ?.
|
List<com.liferay.portal.kernel.model.PortletPreferences> |
findByPortletId(String portletId)
Returns all the portlet preferenceses where portletId = ?.
|
List<com.liferay.portal.kernel.model.PortletPreferences> |
findByPortletId(String portletId,
int start,
int end)
Returns a range of all the portlet preferenceses where portletId = ?.
|
List<com.liferay.portal.kernel.model.PortletPreferences> |
findByPortletId(String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses where portletId = ?.
|
List<com.liferay.portal.kernel.model.PortletPreferences> |
findByPortletId(String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portlet preferenceses where portletId = ?.
|
com.liferay.portal.kernel.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.kernel.model.PortletPreferences |
findByPrimaryKey(Serializable primaryKey)
Returns the portlet preferences with the primary key or throws a
com.liferay.portal.kernel.exception.NoSuchModelException if it could not be found. |
protected com.liferay.portal.kernel.model.PortletPreferences |
getByC_O_O_LikeP_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.PortletPreferences portletPreferences,
long companyId,
long ownerId,
int ownerType,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.PortletPreferences |
getByO_O_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.PortletPreferences portletPreferences,
long ownerId,
int ownerType,
long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.PortletPreferences |
getByO_O_PI_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.PortletPreferences portletPreferences,
long ownerId,
int ownerType,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.PortletPreferences |
getByO_P_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.PortletPreferences portletPreferences,
int ownerType,
long plid,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.PortletPreferences |
getByO_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.PortletPreferences portletPreferences,
int ownerType,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.PortletPreferences |
getByOwnerId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.PortletPreferences portletPreferences,
long ownerId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.PortletPreferences |
getByP_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.PortletPreferences portletPreferences,
long plid,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.PortletPreferences |
getByPlid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.PortletPreferences portletPreferences,
long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.PortletPreferences |
getByPortletId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.PortletPreferences portletPreferences,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator,
boolean previous) |
Set<String> |
getCTColumnNames(com.liferay.portal.kernel.change.tracking.CTColumnResolutionType ctColumnResolutionType) |
protected com.liferay.portal.kernel.dao.orm.EntityCache |
getEntityCache() |
protected com.liferay.portal.kernel.dao.orm.FinderCache |
getFinderCache() |
List<String> |
getMappingTableNames() |
protected String |
getPKDBName() |
protected String |
getSelectSQL() |
Map<String,Integer> |
getTableColumnsMap() |
String |
getTableName() |
List<String[]> |
getUniqueIndexColumnNames() |
com.liferay.portal.kernel.model.PortletPreferences |
remove(long portletPreferencesId)
Removes the portlet preferences with the primary key from the database.
|
com.liferay.portal.kernel.model.PortletPreferences |
remove(Serializable primaryKey)
Removes the portlet preferences with the primary key from the database.
|
void |
removeAll()
Removes all the portlet preferenceses from the database.
|
void |
removeByC_O_O_LikeP(long companyId,
long ownerId,
int ownerType,
String portletId)
Removes all the portlet preferenceses where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ? from the database.
|
com.liferay.portal.kernel.model.PortletPreferences |
removeByO_O_P_P(long ownerId,
int ownerType,
long plid,
String portletId)
Removes the portlet preferences where ownerId = ? and ownerType = ? and plid = ? and portletId = ? from the database.
|
void |
removeByO_O_P(long ownerId,
int ownerType,
long plid)
Removes all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ? from the database.
|
void |
removeByO_O_PI(long ownerId,
int ownerType,
String portletId)
Removes all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ? from the database.
|
void |
removeByO_P_P(int ownerType,
long plid,
String portletId)
Removes all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ? from the database.
|
void |
removeByO_P(int ownerType,
String portletId)
Removes all the portlet preferenceses where ownerType = ? and portletId = ? from the database.
|
void |
removeByOwnerId(long ownerId)
Removes all the portlet preferenceses where ownerId = ? from the database.
|
void |
removeByP_P(long plid,
String portletId)
Removes all the portlet preferenceses where plid = ? and portletId = ? from the database.
|
void |
removeByPlid(long plid)
Removes all the portlet preferenceses where plid = ? from the database.
|
void |
removeByPortletId(String portletId)
Removes all the portlet preferenceses where portletId = ? from the database.
|
protected com.liferay.portal.kernel.model.PortletPreferences |
removeImpl(com.liferay.portal.kernel.model.PortletPreferences portletPreferences) |
com.liferay.portal.kernel.model.PortletPreferences |
updateImpl(com.liferay.portal.kernel.model.PortletPreferences portletPreferences) |
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getClassLoader, getColumnName, getCompoundPKColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setConfiguration, setDataSource, setDBColumnNames, setEntityCacheEnabled, setModelClass, setModelImplClass, setModelPKClass, setSessionFactory, setTable, unregisterListener, update, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, updatepublic static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public List<com.liferay.portal.kernel.model.PortletPreferences> findByOwnerId(long ownerId)
findByOwnerId in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceownerId - the owner IDpublic List<com.liferay.portal.kernel.model.PortletPreferences> findByOwnerId(long ownerId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from PortletPreferencesModelImpl.
findByOwnerId in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceownerId - the owner IDstart - the lower bound of the range of portlet preferencesesend - the upper bound of the range of portlet preferenceses (not inclusive)public List<com.liferay.portal.kernel.model.PortletPreferences> findByOwnerId(long ownerId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from PortletPreferencesModelImpl.
findByOwnerId in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceownerId - the owner IDstart - the lower bound of the range of portlet preferencesesend - the upper bound of the range of portlet preferenceses (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.PortletPreferences> findByOwnerId(long ownerId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator,
boolean useFinderCache)
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, then the query will include the default ORDER BY logic from PortletPreferencesModelImpl.
findByOwnerId in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceownerId - the owner 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)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.PortletPreferences findByOwnerId_First(long ownerId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException
findByOwnerId_First in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceownerId - the owner IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException - if a matching portlet preferences could not be foundpublic com.liferay.portal.kernel.model.PortletPreferences fetchByOwnerId_First(long ownerId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
fetchByOwnerId_First in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceownerId - the owner IDorderByComparator - the comparator to order the set by (optionally null)null if a matching portlet preferences could not be foundpublic com.liferay.portal.kernel.model.PortletPreferences findByOwnerId_Last(long ownerId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException
findByOwnerId_Last in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceownerId - the owner IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException - if a matching portlet preferences could not be foundpublic com.liferay.portal.kernel.model.PortletPreferences fetchByOwnerId_Last(long ownerId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
fetchByOwnerId_Last in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceownerId - the owner IDorderByComparator - the comparator to order the set by (optionally null)null if a matching portlet preferences could not be foundpublic com.liferay.portal.kernel.model.PortletPreferences[] findByOwnerId_PrevAndNext(long portletPreferencesId,
long ownerId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException
findByOwnerId_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceportletPreferencesId - the primary key of the current portlet preferencesownerId - the owner IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException - if a portlet preferences with the primary key could not be foundprotected com.liferay.portal.kernel.model.PortletPreferences getByOwnerId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.PortletPreferences portletPreferences,
long ownerId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator,
boolean previous)
public void removeByOwnerId(long ownerId)
removeByOwnerId in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceownerId - the owner IDpublic int countByOwnerId(long ownerId)
countByOwnerId in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceownerId - the owner IDpublic List<com.liferay.portal.kernel.model.PortletPreferences> findByPlid(long plid)
findByPlid in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceplid - the plidpublic List<com.liferay.portal.kernel.model.PortletPreferences> findByPlid(long plid,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from PortletPreferencesModelImpl.
findByPlid in interface com.liferay.portal.kernel.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)public List<com.liferay.portal.kernel.model.PortletPreferences> findByPlid(long plid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from PortletPreferencesModelImpl.
findByPlid in interface com.liferay.portal.kernel.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)public List<com.liferay.portal.kernel.model.PortletPreferences> findByPlid(long plid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator,
boolean useFinderCache)
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, then the query will include the default ORDER BY logic from PortletPreferencesModelImpl.
findByPlid in interface com.liferay.portal.kernel.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)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.PortletPreferences findByPlid_First(long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException
findByPlid_First in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceplid - the plidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException - if a matching portlet preferences could not be foundpublic com.liferay.portal.kernel.model.PortletPreferences fetchByPlid_First(long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
fetchByPlid_First in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceplid - the plidorderByComparator - the comparator to order the set by (optionally null)null if a matching portlet preferences could not be foundpublic com.liferay.portal.kernel.model.PortletPreferences findByPlid_Last(long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException
findByPlid_Last in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceplid - the plidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException - if a matching portlet preferences could not be foundpublic com.liferay.portal.kernel.model.PortletPreferences fetchByPlid_Last(long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
fetchByPlid_Last in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceplid - the plidorderByComparator - the comparator to order the set by (optionally null)null if a matching portlet preferences could not be foundpublic com.liferay.portal.kernel.model.PortletPreferences[] findByPlid_PrevAndNext(long portletPreferencesId,
long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException
findByPlid_PrevAndNext in interface com.liferay.portal.kernel.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.kernel.exception.NoSuchPortletPreferencesException - if a portlet preferences with the primary key could not be foundprotected com.liferay.portal.kernel.model.PortletPreferences getByPlid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.PortletPreferences portletPreferences,
long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator,
boolean previous)
public void removeByPlid(long plid)
removeByPlid in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceplid - the plidpublic int countByPlid(long plid)
countByPlid in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceplid - the plidpublic List<com.liferay.portal.kernel.model.PortletPreferences> findByPortletId(String portletId)
findByPortletId in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceportletId - the portlet IDpublic List<com.liferay.portal.kernel.model.PortletPreferences> findByPortletId(String portletId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from PortletPreferencesModelImpl.
findByPortletId in interface com.liferay.portal.kernel.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)public List<com.liferay.portal.kernel.model.PortletPreferences> findByPortletId(String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from PortletPreferencesModelImpl.
findByPortletId in interface com.liferay.portal.kernel.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)public List<com.liferay.portal.kernel.model.PortletPreferences> findByPortletId(String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator,
boolean useFinderCache)
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, then the query will include the default ORDER BY logic from PortletPreferencesModelImpl.
findByPortletId in interface com.liferay.portal.kernel.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)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.PortletPreferences findByPortletId_First(String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException
findByPortletId_First in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException - if a matching portlet preferences could not be foundpublic com.liferay.portal.kernel.model.PortletPreferences fetchByPortletId_First(String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
fetchByPortletId_First in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)null if a matching portlet preferences could not be foundpublic com.liferay.portal.kernel.model.PortletPreferences findByPortletId_Last(String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException
findByPortletId_Last in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException - if a matching portlet preferences could not be foundpublic com.liferay.portal.kernel.model.PortletPreferences fetchByPortletId_Last(String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
fetchByPortletId_Last in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)null if a matching portlet preferences could not be foundpublic com.liferay.portal.kernel.model.PortletPreferences[] findByPortletId_PrevAndNext(long portletPreferencesId,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException
findByPortletId_PrevAndNext in interface com.liferay.portal.kernel.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.kernel.exception.NoSuchPortletPreferencesException - if a portlet preferences with the primary key could not be foundprotected com.liferay.portal.kernel.model.PortletPreferences getByPortletId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.PortletPreferences portletPreferences,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator,
boolean previous)
public void removeByPortletId(String portletId)
removeByPortletId in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceportletId - the portlet IDpublic int countByPortletId(String portletId)
countByPortletId in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceportletId - the portlet IDpublic List<com.liferay.portal.kernel.model.PortletPreferences> findByO_P(int ownerType,
String portletId)
findByO_P in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceownerType - the owner typeportletId - the portlet IDpublic List<com.liferay.portal.kernel.model.PortletPreferences> findByO_P(int ownerType,
String portletId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from PortletPreferencesModelImpl.
findByO_P in interface com.liferay.portal.kernel.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)public List<com.liferay.portal.kernel.model.PortletPreferences> findByO_P(int ownerType,
String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from PortletPreferencesModelImpl.
findByO_P in interface com.liferay.portal.kernel.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)public List<com.liferay.portal.kernel.model.PortletPreferences> findByO_P(int ownerType,
String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator,
boolean useFinderCache)
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, then the query will include the default ORDER BY logic from PortletPreferencesModelImpl.
findByO_P in interface com.liferay.portal.kernel.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)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.PortletPreferences findByO_P_First(int ownerType,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException
findByO_P_First in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceownerType - the owner typeportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException - if a matching portlet preferences could not be foundpublic com.liferay.portal.kernel.model.PortletPreferences fetchByO_P_First(int ownerType,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
fetchByO_P_First in interface com.liferay.portal.kernel.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 foundpublic com.liferay.portal.kernel.model.PortletPreferences findByO_P_Last(int ownerType,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException
findByO_P_Last in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceownerType - the owner typeportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException - if a matching portlet preferences could not be foundpublic com.liferay.portal.kernel.model.PortletPreferences fetchByO_P_Last(int ownerType,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
fetchByO_P_Last in interface com.liferay.portal.kernel.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 foundpublic com.liferay.portal.kernel.model.PortletPreferences[] findByO_P_PrevAndNext(long portletPreferencesId,
int ownerType,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException
findByO_P_PrevAndNext in interface com.liferay.portal.kernel.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.kernel.exception.NoSuchPortletPreferencesException - if a portlet preferences with the primary key could not be foundprotected com.liferay.portal.kernel.model.PortletPreferences getByO_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.PortletPreferences portletPreferences,
int ownerType,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator,
boolean previous)
public void removeByO_P(int ownerType,
String portletId)
removeByO_P in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceownerType - the owner typeportletId - the portlet IDpublic int countByO_P(int ownerType,
String portletId)
countByO_P in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceownerType - the owner typeportletId - the portlet IDpublic List<com.liferay.portal.kernel.model.PortletPreferences> findByP_P(long plid,
String portletId)
findByP_P in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceplid - the plidportletId - the portlet IDpublic List<com.liferay.portal.kernel.model.PortletPreferences> findByP_P(long plid,
String portletId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from PortletPreferencesModelImpl.
findByP_P in interface com.liferay.portal.kernel.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)public List<com.liferay.portal.kernel.model.PortletPreferences> findByP_P(long plid,
String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from PortletPreferencesModelImpl.
findByP_P in interface com.liferay.portal.kernel.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)public List<com.liferay.portal.kernel.model.PortletPreferences> findByP_P(long plid,
String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator,
boolean useFinderCache)
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, then the query will include the default ORDER BY logic from PortletPreferencesModelImpl.
findByP_P in interface com.liferay.portal.kernel.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)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.PortletPreferences findByP_P_First(long plid,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException
findByP_P_First in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceplid - the plidportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException - if a matching portlet preferences could not be foundpublic com.liferay.portal.kernel.model.PortletPreferences fetchByP_P_First(long plid,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
fetchByP_P_First in interface com.liferay.portal.kernel.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 foundpublic com.liferay.portal.kernel.model.PortletPreferences findByP_P_Last(long plid,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException
findByP_P_Last in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceplid - the plidportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException - if a matching portlet preferences could not be foundpublic com.liferay.portal.kernel.model.PortletPreferences fetchByP_P_Last(long plid,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
fetchByP_P_Last in interface com.liferay.portal.kernel.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 foundpublic com.liferay.portal.kernel.model.PortletPreferences[] findByP_P_PrevAndNext(long portletPreferencesId,
long plid,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException
findByP_P_PrevAndNext in interface com.liferay.portal.kernel.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.kernel.exception.NoSuchPortletPreferencesException - if a portlet preferences with the primary key could not be foundprotected com.liferay.portal.kernel.model.PortletPreferences getByP_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.PortletPreferences portletPreferences,
long plid,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator,
boolean previous)
public void removeByP_P(long plid,
String portletId)
removeByP_P in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceplid - the plidportletId - the portlet IDpublic int countByP_P(long plid,
String portletId)
countByP_P in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceplid - the plidportletId - the portlet IDpublic List<com.liferay.portal.kernel.model.PortletPreferences> findByO_O_P(long ownerId,
int ownerType,
long plid)
findByO_O_P in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeplid - the plidpublic List<com.liferay.portal.kernel.model.PortletPreferences> findByO_O_P(long ownerId,
int ownerType,
long plid,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from PortletPreferencesModelImpl.
findByO_O_P in interface com.liferay.portal.kernel.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)public List<com.liferay.portal.kernel.model.PortletPreferences> findByO_O_P(long ownerId,
int ownerType,
long plid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from PortletPreferencesModelImpl.
findByO_O_P in interface com.liferay.portal.kernel.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)public List<com.liferay.portal.kernel.model.PortletPreferences> findByO_O_P(long ownerId,
int ownerType,
long plid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator,
boolean useFinderCache)
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, then the query will include the default ORDER BY logic from PortletPreferencesModelImpl.
findByO_O_P in interface com.liferay.portal.kernel.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)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.PortletPreferences findByO_O_P_First(long ownerId,
int ownerType,
long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException
findByO_O_P_First in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeplid - the plidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException - if a matching portlet preferences could not be foundpublic com.liferay.portal.kernel.model.PortletPreferences fetchByO_O_P_First(long ownerId,
int ownerType,
long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
fetchByO_O_P_First in interface com.liferay.portal.kernel.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 foundpublic com.liferay.portal.kernel.model.PortletPreferences findByO_O_P_Last(long ownerId,
int ownerType,
long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException
findByO_O_P_Last in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeplid - the plidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException - if a matching portlet preferences could not be foundpublic com.liferay.portal.kernel.model.PortletPreferences fetchByO_O_P_Last(long ownerId,
int ownerType,
long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
fetchByO_O_P_Last in interface com.liferay.portal.kernel.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 foundpublic com.liferay.portal.kernel.model.PortletPreferences[] findByO_O_P_PrevAndNext(long portletPreferencesId,
long ownerId,
int ownerType,
long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException
findByO_O_P_PrevAndNext in interface com.liferay.portal.kernel.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.kernel.exception.NoSuchPortletPreferencesException - if a portlet preferences with the primary key could not be foundprotected com.liferay.portal.kernel.model.PortletPreferences getByO_O_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.PortletPreferences portletPreferences,
long ownerId,
int ownerType,
long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator,
boolean previous)
public void removeByO_O_P(long ownerId,
int ownerType,
long plid)
removeByO_O_P in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeplid - the plidpublic int countByO_O_P(long ownerId,
int ownerType,
long plid)
countByO_O_P in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeplid - the plidpublic List<com.liferay.portal.kernel.model.PortletPreferences> findByO_O_PI(long ownerId,
int ownerType,
String portletId)
findByO_O_PI in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeportletId - the portlet IDpublic List<com.liferay.portal.kernel.model.PortletPreferences> findByO_O_PI(long ownerId,
int ownerType,
String portletId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from PortletPreferencesModelImpl.
findByO_O_PI in interface com.liferay.portal.kernel.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)public List<com.liferay.portal.kernel.model.PortletPreferences> findByO_O_PI(long ownerId,
int ownerType,
String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from PortletPreferencesModelImpl.
findByO_O_PI in interface com.liferay.portal.kernel.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)public List<com.liferay.portal.kernel.model.PortletPreferences> findByO_O_PI(long ownerId,
int ownerType,
String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator,
boolean useFinderCache)
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, then the query will include the default ORDER BY logic from PortletPreferencesModelImpl.
findByO_O_PI in interface com.liferay.portal.kernel.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)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.PortletPreferences findByO_O_PI_First(long ownerId,
int ownerType,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException
findByO_O_PI_First in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException - if a matching portlet preferences could not be foundpublic com.liferay.portal.kernel.model.PortletPreferences fetchByO_O_PI_First(long ownerId,
int ownerType,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
fetchByO_O_PI_First in interface com.liferay.portal.kernel.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 foundpublic com.liferay.portal.kernel.model.PortletPreferences findByO_O_PI_Last(long ownerId,
int ownerType,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException
findByO_O_PI_Last in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException - if a matching portlet preferences could not be foundpublic com.liferay.portal.kernel.model.PortletPreferences fetchByO_O_PI_Last(long ownerId,
int ownerType,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
fetchByO_O_PI_Last in interface com.liferay.portal.kernel.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 foundpublic com.liferay.portal.kernel.model.PortletPreferences[] findByO_O_PI_PrevAndNext(long portletPreferencesId,
long ownerId,
int ownerType,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException
findByO_O_PI_PrevAndNext in interface com.liferay.portal.kernel.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.kernel.exception.NoSuchPortletPreferencesException - if a portlet preferences with the primary key could not be foundprotected com.liferay.portal.kernel.model.PortletPreferences getByO_O_PI_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.PortletPreferences portletPreferences,
long ownerId,
int ownerType,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator,
boolean previous)
public void removeByO_O_PI(long ownerId,
int ownerType,
String portletId)
removeByO_O_PI in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeportletId - the portlet IDpublic int countByO_O_PI(long ownerId,
int ownerType,
String portletId)
countByO_O_PI in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeportletId - the portlet IDpublic List<com.liferay.portal.kernel.model.PortletPreferences> findByO_P_P(int ownerType,
long plid,
String portletId)
findByO_P_P in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceownerType - the owner typeplid - the plidportletId - the portlet IDpublic List<com.liferay.portal.kernel.model.PortletPreferences> findByO_P_P(int ownerType,
long plid,
String portletId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from PortletPreferencesModelImpl.
findByO_P_P in interface com.liferay.portal.kernel.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)public List<com.liferay.portal.kernel.model.PortletPreferences> findByO_P_P(int ownerType,
long plid,
String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from PortletPreferencesModelImpl.
findByO_P_P in interface com.liferay.portal.kernel.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)public List<com.liferay.portal.kernel.model.PortletPreferences> findByO_P_P(int ownerType,
long plid,
String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator,
boolean useFinderCache)
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, then the query will include the default ORDER BY logic from PortletPreferencesModelImpl.
findByO_P_P in interface com.liferay.portal.kernel.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)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.PortletPreferences findByO_P_P_First(int ownerType,
long plid,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException
findByO_P_P_First in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceownerType - the owner typeplid - the plidportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException - if a matching portlet preferences could not be foundpublic com.liferay.portal.kernel.model.PortletPreferences fetchByO_P_P_First(int ownerType,
long plid,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
fetchByO_P_P_First in interface com.liferay.portal.kernel.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 foundpublic com.liferay.portal.kernel.model.PortletPreferences findByO_P_P_Last(int ownerType,
long plid,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException
findByO_P_P_Last in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceownerType - the owner typeplid - the plidportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException - if a matching portlet preferences could not be foundpublic com.liferay.portal.kernel.model.PortletPreferences fetchByO_P_P_Last(int ownerType,
long plid,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
fetchByO_P_P_Last in interface com.liferay.portal.kernel.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 foundpublic com.liferay.portal.kernel.model.PortletPreferences[] findByO_P_P_PrevAndNext(long portletPreferencesId,
int ownerType,
long plid,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException
findByO_P_P_PrevAndNext in interface com.liferay.portal.kernel.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.kernel.exception.NoSuchPortletPreferencesException - if a portlet preferences with the primary key could not be foundprotected com.liferay.portal.kernel.model.PortletPreferences getByO_P_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.PortletPreferences portletPreferences,
int ownerType,
long plid,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator,
boolean previous)
public void removeByO_P_P(int ownerType,
long plid,
String portletId)
removeByO_P_P in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceownerType - the owner typeplid - the plidportletId - the portlet IDpublic int countByO_P_P(int ownerType,
long plid,
String portletId)
countByO_P_P in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceownerType - the owner typeplid - the plidportletId - the portlet IDpublic List<com.liferay.portal.kernel.model.PortletPreferences> findByC_O_O_LikeP(long companyId,
long ownerId,
int ownerType,
String portletId)
findByC_O_O_LikeP in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistencecompanyId - the company IDownerId - the owner IDownerType - the owner typeportletId - the portlet IDpublic List<com.liferay.portal.kernel.model.PortletPreferences> findByC_O_O_LikeP(long companyId,
long ownerId,
int ownerType,
String portletId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from PortletPreferencesModelImpl.
findByC_O_O_LikeP in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistencecompanyId - the company IDownerId - the owner IDownerType - the owner typeportletId - the portlet IDstart - the lower bound of the range of portlet preferencesesend - the upper bound of the range of portlet preferenceses (not inclusive)public List<com.liferay.portal.kernel.model.PortletPreferences> findByC_O_O_LikeP(long companyId,
long ownerId,
int ownerType,
String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from PortletPreferencesModelImpl.
findByC_O_O_LikeP in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistencecompanyId - the company IDownerId - the owner IDownerType - the owner typeportletId - the portlet IDstart - the lower bound of the range of portlet preferencesesend - the upper bound of the range of portlet preferenceses (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.PortletPreferences> findByC_O_O_LikeP(long companyId,
long ownerId,
int ownerType,
String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator,
boolean useFinderCache)
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, then the query will include the default ORDER BY logic from PortletPreferencesModelImpl.
findByC_O_O_LikeP in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistencecompanyId - the company IDownerId - 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)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.PortletPreferences findByC_O_O_LikeP_First(long companyId,
long ownerId,
int ownerType,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException
findByC_O_O_LikeP_First in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistencecompanyId - the company IDownerId - the owner IDownerType - the owner typeportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException - if a matching portlet preferences could not be foundpublic com.liferay.portal.kernel.model.PortletPreferences fetchByC_O_O_LikeP_First(long companyId,
long ownerId,
int ownerType,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
fetchByC_O_O_LikeP_First in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistencecompanyId - the company IDownerId - 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 foundpublic com.liferay.portal.kernel.model.PortletPreferences findByC_O_O_LikeP_Last(long companyId,
long ownerId,
int ownerType,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException
findByC_O_O_LikeP_Last in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistencecompanyId - the company IDownerId - the owner IDownerType - the owner typeportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException - if a matching portlet preferences could not be foundpublic com.liferay.portal.kernel.model.PortletPreferences fetchByC_O_O_LikeP_Last(long companyId,
long ownerId,
int ownerType,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
fetchByC_O_O_LikeP_Last in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistencecompanyId - the company IDownerId - 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 foundpublic com.liferay.portal.kernel.model.PortletPreferences[] findByC_O_O_LikeP_PrevAndNext(long portletPreferencesId,
long companyId,
long ownerId,
int ownerType,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException
findByC_O_O_LikeP_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceportletPreferencesId - the primary key of the current portlet preferencescompanyId - the company IDownerId - the owner IDownerType - the owner typeportletId - the portlet IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException - if a portlet preferences with the primary key could not be foundprotected com.liferay.portal.kernel.model.PortletPreferences getByC_O_O_LikeP_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.PortletPreferences portletPreferences,
long companyId,
long ownerId,
int ownerType,
String portletId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator,
boolean previous)
public void removeByC_O_O_LikeP(long companyId,
long ownerId,
int ownerType,
String portletId)
removeByC_O_O_LikeP in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistencecompanyId - the company IDownerId - the owner IDownerType - the owner typeportletId - the portlet IDpublic int countByC_O_O_LikeP(long companyId,
long ownerId,
int ownerType,
String portletId)
countByC_O_O_LikeP in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistencecompanyId - the company IDownerId - the owner IDownerType - the owner typeportletId - the portlet IDpublic com.liferay.portal.kernel.model.PortletPreferences findByO_O_P_P(long ownerId,
int ownerType,
long plid,
String portletId)
throws com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException
NoSuchPortletPreferencesException if it could not be found.findByO_O_P_P in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeplid - the plidportletId - the portlet IDcom.liferay.portal.kernel.exception.NoSuchPortletPreferencesException - if a matching portlet preferences could not be foundpublic com.liferay.portal.kernel.model.PortletPreferences fetchByO_O_P_P(long ownerId,
int ownerType,
long plid,
String portletId)
null if it could not be found. Uses the finder cache.fetchByO_O_P_P in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeplid - the plidportletId - the portlet IDnull if a matching portlet preferences could not be foundpublic com.liferay.portal.kernel.model.PortletPreferences fetchByO_O_P_P(long ownerId,
int ownerType,
long plid,
String portletId,
boolean useFinderCache)
null if it could not be found, optionally using the finder cache.fetchByO_O_P_P in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeplid - the plidportletId - the portlet IDuseFinderCache - whether to use the finder cachenull if a matching portlet preferences could not be foundpublic com.liferay.portal.kernel.model.PortletPreferences removeByO_O_P_P(long ownerId,
int ownerType,
long plid,
String portletId)
throws com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException
removeByO_O_P_P in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeplid - the plidportletId - the portlet IDcom.liferay.portal.kernel.exception.NoSuchPortletPreferencesExceptionpublic int countByO_O_P_P(long ownerId,
int ownerType,
long plid,
String portletId)
countByO_O_P_P in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceownerId - the owner IDownerType - the owner typeplid - the plidportletId - the portlet IDpublic void cacheResult(com.liferay.portal.kernel.model.PortletPreferences portletPreferences)
cacheResult in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistencecacheResult in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.PortletPreferences>portletPreferences - the portlet preferencespublic void cacheResult(List<com.liferay.portal.kernel.model.PortletPreferences> portletPreferenceses)
cacheResult in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceportletPreferenceses - the portlet preferencesespublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.PortletPreferences>clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.PortletPreferences>public void clearCache(com.liferay.portal.kernel.model.PortletPreferences portletPreferences)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.PortletPreferences>clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.PortletPreferences>public void clearCache(List<com.liferay.portal.kernel.model.PortletPreferences> portletPreferenceses)
clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.PortletPreferences>clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.PortletPreferences>public void clearCache(Set<Serializable> primaryKeys)
clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.PortletPreferences>protected void cacheUniqueFindersCache(PortletPreferencesModelImpl portletPreferencesModelImpl)
public com.liferay.portal.kernel.model.PortletPreferences create(long portletPreferencesId)
create in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceportletPreferencesId - the primary key for the new portlet preferencespublic com.liferay.portal.kernel.model.PortletPreferences remove(long portletPreferencesId)
throws com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException
remove in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceportletPreferencesId - the primary key of the portlet preferencescom.liferay.portal.kernel.exception.NoSuchPortletPreferencesException - if a portlet preferences with the primary key could not be foundpublic com.liferay.portal.kernel.model.PortletPreferences remove(Serializable primaryKey)
throws com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException
remove in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.PortletPreferences>remove in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.PortletPreferences>primaryKey - the primary key of the portlet preferencescom.liferay.portal.kernel.exception.NoSuchPortletPreferencesException - if a portlet preferences with the primary key could not be foundprotected com.liferay.portal.kernel.model.PortletPreferences removeImpl(com.liferay.portal.kernel.model.PortletPreferences portletPreferences)
removeImpl in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.PortletPreferences>public com.liferay.portal.kernel.model.PortletPreferences updateImpl(com.liferay.portal.kernel.model.PortletPreferences portletPreferences)
updateImpl in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceupdateImpl in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.PortletPreferences>public com.liferay.portal.kernel.model.PortletPreferences findByPrimaryKey(Serializable primaryKey)
throws com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException
com.liferay.portal.kernel.exception.NoSuchModelException if it could not be found.findByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.PortletPreferences>findByPrimaryKey in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.PortletPreferences>primaryKey - the primary key of the portlet preferencescom.liferay.portal.kernel.exception.NoSuchPortletPreferencesException - if a portlet preferences with the primary key could not be foundpublic com.liferay.portal.kernel.model.PortletPreferences findByPrimaryKey(long portletPreferencesId)
throws com.liferay.portal.kernel.exception.NoSuchPortletPreferencesException
NoSuchPortletPreferencesException if it could not be found.findByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceportletPreferencesId - the primary key of the portlet preferencescom.liferay.portal.kernel.exception.NoSuchPortletPreferencesException - if a portlet preferences with the primary key could not be foundpublic com.liferay.portal.kernel.model.PortletPreferences fetchByPrimaryKey(Serializable primaryKey)
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.PortletPreferences>fetchByPrimaryKey in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.PortletPreferences>primaryKey - the primary key of the portlet preferencesnull if a portlet preferences with the primary key could not be foundpublic com.liferay.portal.kernel.model.PortletPreferences fetchByPrimaryKey(long portletPreferencesId)
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceportletPreferencesId - the primary key of the portlet preferencesnull if a portlet preferences with the primary key could not be foundpublic Map<Serializable,com.liferay.portal.kernel.model.PortletPreferences> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
fetchByPrimaryKeys in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.PortletPreferences>fetchByPrimaryKeys in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.PortletPreferences>public List<com.liferay.portal.kernel.model.PortletPreferences> findAll()
findAll in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistencepublic List<com.liferay.portal.kernel.model.PortletPreferences> findAll(int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from PortletPreferencesModelImpl.
findAll in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistencestart - the lower bound of the range of portlet preferencesesend - the upper bound of the range of portlet preferenceses (not inclusive)public List<com.liferay.portal.kernel.model.PortletPreferences> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from PortletPreferencesModelImpl.
findAll in interface com.liferay.portal.kernel.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)public List<com.liferay.portal.kernel.model.PortletPreferences> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PortletPreferences> orderByComparator,
boolean useFinderCache)
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, then the query will include the default ORDER BY logic from PortletPreferencesModelImpl.
findAll in interface com.liferay.portal.kernel.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)useFinderCache - whether to use the finder cachepublic void removeAll()
removeAll in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistencepublic int countAll()
countAll in interface com.liferay.portal.kernel.service.persistence.PortletPreferencesPersistenceprotected com.liferay.portal.kernel.dao.orm.EntityCache getEntityCache()
getEntityCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.PortletPreferences>protected String getPKDBName()
getPKDBName in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.PortletPreferences>protected String getSelectSQL()
getSelectSQL in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.PortletPreferences>public Set<String> getCTColumnNames(com.liferay.portal.kernel.change.tracking.CTColumnResolutionType ctColumnResolutionType)
getCTColumnNames in interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.PortletPreferences>public List<String> getMappingTableNames()
getMappingTableNames in interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.PortletPreferences>public Map<String,Integer> getTableColumnsMap()
getTableColumnsMap in interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.PortletPreferences>getTableColumnsMap in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.PortletPreferences>public String getTableName()
getTableName in interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.PortletPreferences>public List<String[]> getUniqueIndexColumnNames()
getUniqueIndexColumnNames in interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.PortletPreferences>public void afterPropertiesSet()
public void destroy()
protected com.liferay.portal.kernel.dao.orm.FinderCache getFinderCache()
getFinderCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.PortletPreferences>