Interface PortletPreferenceValuePersistence
- All Superinterfaces:
BasePersistence<PortletPreferenceValue>,CTPersistence<PortletPreferenceValue>
Caching information and settings can be found in portal.properties
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionvoidcacheResult(PortletPreferenceValue portletPreferenceValue) Caches the portlet preference value in the entity cache if it is enabled.voidcacheResult(List<PortletPreferenceValue> portletPreferenceValues) Caches the portlet preference values in the entity cache if it is enabled.intcountAll()Returns the number of portlet preference values.intcountByC_N_SV(long companyId, String name, String smallValue) Returns the number of portlet preference values where companyId = ? and name = ? and smallValue = ?.intcountByP_I_N(long portletPreferencesId, int index, String name) Returns the number of portlet preference values where portletPreferencesId = ? and index = ? and name = ?.intcountByP_N(long portletPreferencesId, String name) Returns the number of portlet preference values where portletPreferencesId = ? and name = ?.intcountByP_N_SV(long portletPreferencesId, String name, String smallValue) Returns the number of portlet preference values where portletPreferencesId = ? and name = ? and smallValue = ?.intcountByPortletPreferencesId(long portletPreferencesId) Returns the number of portlet preference values where portletPreferencesId = ?.create(long portletPreferenceValueId) Creates a new portlet preference value with the primary key.fetchByC_N_SV_First(long companyId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the first portlet preference value in the ordered set where companyId = ? and name = ? and smallValue = ?.fetchByC_N_SV_Last(long companyId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the last portlet preference value in the ordered set where companyId = ? and name = ? and smallValue = ?.fetchByP_I_N(long portletPreferencesId, int index, String name) Returns the portlet preference value where portletPreferencesId = ? and index = ? and name = ? or returnsnullif it could not be found.fetchByP_I_N(long portletPreferencesId, int index, String name, boolean useFinderCache) Returns the portlet preference value where portletPreferencesId = ? and index = ? and name = ? or returnsnullif it could not be found, optionally using the finder cache.fetchByP_N_First(long portletPreferencesId, String name, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the first portlet preference value in the ordered set where portletPreferencesId = ? and name = ?.fetchByP_N_Last(long portletPreferencesId, String name, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the last portlet preference value in the ordered set where portletPreferencesId = ? and name = ?.fetchByP_N_SV_First(long portletPreferencesId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the first portlet preference value in the ordered set where portletPreferencesId = ? and name = ? and smallValue = ?.fetchByP_N_SV_Last(long portletPreferencesId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the last portlet preference value in the ordered set where portletPreferencesId = ? and name = ? and smallValue = ?.fetchByPortletPreferencesId_First(long portletPreferencesId, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the first portlet preference value in the ordered set where portletPreferencesId = ?.fetchByPortletPreferencesId_Last(long portletPreferencesId, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the last portlet preference value in the ordered set where portletPreferencesId = ?.fetchByPrimaryKey(long portletPreferenceValueId) Returns the portlet preference value with the primary key or returnsnullif it could not be found.findAll()Returns all the portlet preference values.findAll(int start, int end) Returns a range of all the portlet preference values.findAll(int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns an ordered range of all the portlet preference values.findAll(int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preference values.findByC_N_SV(long companyId, String name, String smallValue) Returns all the portlet preference values where companyId = ? and name = ? and smallValue = ?.findByC_N_SV(long companyId, String name, String smallValue, int start, int end) Returns a range of all the portlet preference values where companyId = ? and name = ? and smallValue = ?.findByC_N_SV(long companyId, String name, String smallValue, int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns an ordered range of all the portlet preference values where companyId = ? and name = ? and smallValue = ?.findByC_N_SV(long companyId, String name, String smallValue, int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preference values where companyId = ? and name = ? and smallValue = ?.findByC_N_SV_First(long companyId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the first portlet preference value in the ordered set where companyId = ? and name = ? and smallValue = ?.findByC_N_SV_Last(long companyId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the last portlet preference value in the ordered set where companyId = ? and name = ? and smallValue = ?.findByC_N_SV_PrevAndNext(long portletPreferenceValueId, long companyId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the portlet preference values before and after the current portlet preference value in the ordered set where companyId = ? and name = ? and smallValue = ?.findByP_I_N(long portletPreferencesId, int index, String name) Returns the portlet preference value where portletPreferencesId = ? and index = ? and name = ? or throws aNoSuchPortletPreferenceValueExceptionif it could not be found.Returns all the portlet preference values where portletPreferencesId = ? and name = ?.Returns a range of all the portlet preference values where portletPreferencesId = ? and name = ?.findByP_N(long portletPreferencesId, String name, int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns an ordered range of all the portlet preference values where portletPreferencesId = ? and name = ?.findByP_N(long portletPreferencesId, String name, int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preference values where portletPreferencesId = ? and name = ?.findByP_N_First(long portletPreferencesId, String name, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the first portlet preference value in the ordered set where portletPreferencesId = ? and name = ?.findByP_N_Last(long portletPreferencesId, String name, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the last portlet preference value in the ordered set where portletPreferencesId = ? and name = ?.findByP_N_PrevAndNext(long portletPreferenceValueId, long portletPreferencesId, String name, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the portlet preference values before and after the current portlet preference value in the ordered set where portletPreferencesId = ? and name = ?.findByP_N_SV(long portletPreferencesId, String name, String smallValue) Returns all the portlet preference values where portletPreferencesId = ? and name = ? and smallValue = ?.findByP_N_SV(long portletPreferencesId, String name, String smallValue, int start, int end) Returns a range of all the portlet preference values where portletPreferencesId = ? and name = ? and smallValue = ?.findByP_N_SV(long portletPreferencesId, String name, String smallValue, int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns an ordered range of all the portlet preference values where portletPreferencesId = ? and name = ? and smallValue = ?.findByP_N_SV(long portletPreferencesId, String name, String smallValue, int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preference values where portletPreferencesId = ? and name = ? and smallValue = ?.findByP_N_SV_First(long portletPreferencesId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the first portlet preference value in the ordered set where portletPreferencesId = ? and name = ? and smallValue = ?.findByP_N_SV_Last(long portletPreferencesId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the last portlet preference value in the ordered set where portletPreferencesId = ? and name = ? and smallValue = ?.findByP_N_SV_PrevAndNext(long portletPreferenceValueId, long portletPreferencesId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the portlet preference values before and after the current portlet preference value in the ordered set where portletPreferencesId = ? and name = ? and smallValue = ?.findByPortletPreferencesId(long portletPreferencesId) Returns all the portlet preference values where portletPreferencesId = ?.findByPortletPreferencesId(long portletPreferencesId, int start, int end) Returns a range of all the portlet preference values where portletPreferencesId = ?.findByPortletPreferencesId(long portletPreferencesId, int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns an ordered range of all the portlet preference values where portletPreferencesId = ?.findByPortletPreferencesId(long portletPreferencesId, int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preference values where portletPreferencesId = ?.findByPortletPreferencesId_First(long portletPreferencesId, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the first portlet preference value in the ordered set where portletPreferencesId = ?.findByPortletPreferencesId_Last(long portletPreferencesId, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the last portlet preference value in the ordered set where portletPreferencesId = ?.findByPortletPreferencesId_PrevAndNext(long portletPreferenceValueId, long portletPreferencesId, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the portlet preference values before and after the current portlet preference value in the ordered set where portletPreferencesId = ?.findByPrimaryKey(long portletPreferenceValueId) Returns the portlet preference value with the primary key or throws aNoSuchPortletPreferenceValueExceptionif it could not be found.remove(long portletPreferenceValueId) Removes the portlet preference value with the primary key from the database.voidRemoves all the portlet preference values from the database.voidremoveByC_N_SV(long companyId, String name, String smallValue) Removes all the portlet preference values where companyId = ? and name = ? and smallValue = ? from the database.removeByP_I_N(long portletPreferencesId, int index, String name) Removes the portlet preference value where portletPreferencesId = ? and index = ? and name = ? from the database.voidremoveByP_N(long portletPreferencesId, String name) Removes all the portlet preference values where portletPreferencesId = ? and name = ? from the database.voidremoveByP_N_SV(long portletPreferencesId, String name, String smallValue) Removes all the portlet preference values where portletPreferencesId = ? and name = ? and smallValue = ? from the database.voidremoveByPortletPreferencesId(long portletPreferencesId) Removes all the portlet preference values where portletPreferencesId = ? from the database.updateImpl(PortletPreferenceValue portletPreferenceValue) Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, updateMethods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
-
Method Details
-
findByPortletPreferencesId
Returns all the portlet preference values where portletPreferencesId = ?.- Parameters:
portletPreferencesId- the portlet preferences ID- Returns:
- the matching portlet preference values
-
findByPortletPreferencesId
List<PortletPreferenceValue> findByPortletPreferencesId(long portletPreferencesId, int start, int end) Returns a range of all the portlet preference values where portletPreferencesId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromPortletPreferenceValueModelImpl.- Parameters:
portletPreferencesId- the portlet preferences IDstart- the lower bound of the range of portlet preference valuesend- the upper bound of the range of portlet preference values (not inclusive)- Returns:
- the range of matching portlet preference values
-
findByPortletPreferencesId
List<PortletPreferenceValue> findByPortletPreferencesId(long portletPreferencesId, int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns an ordered range of all the portlet preference values where portletPreferencesId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromPortletPreferenceValueModelImpl.- Parameters:
portletPreferencesId- the portlet preferences IDstart- the lower bound of the range of portlet preference valuesend- the upper bound of the range of portlet preference values (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching portlet preference values
-
findByPortletPreferencesId
List<PortletPreferenceValue> findByPortletPreferencesId(long portletPreferencesId, int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preference values where portletPreferencesId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromPortletPreferenceValueModelImpl.- Parameters:
portletPreferencesId- the portlet preferences IDstart- the lower bound of the range of portlet preference valuesend- the upper bound of the range of portlet preference values (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching portlet preference values
-
findByPortletPreferencesId_First
PortletPreferenceValue findByPortletPreferencesId_First(long portletPreferencesId, OrderByComparator<PortletPreferenceValue> orderByComparator) throws NoSuchPortletPreferenceValueException Returns the first portlet preference value in the ordered set where portletPreferencesId = ?.- Parameters:
portletPreferencesId- the portlet preferences IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching portlet preference value
- Throws:
NoSuchPortletPreferenceValueException- if a matching portlet preference value could not be found
-
fetchByPortletPreferencesId_First
PortletPreferenceValue fetchByPortletPreferencesId_First(long portletPreferencesId, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the first portlet preference value in the ordered set where portletPreferencesId = ?.- Parameters:
portletPreferencesId- the portlet preferences IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching portlet preference value, or
nullif a matching portlet preference value could not be found
-
findByPortletPreferencesId_Last
PortletPreferenceValue findByPortletPreferencesId_Last(long portletPreferencesId, OrderByComparator<PortletPreferenceValue> orderByComparator) throws NoSuchPortletPreferenceValueException Returns the last portlet preference value in the ordered set where portletPreferencesId = ?.- Parameters:
portletPreferencesId- the portlet preferences IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching portlet preference value
- Throws:
NoSuchPortletPreferenceValueException- if a matching portlet preference value could not be found
-
fetchByPortletPreferencesId_Last
PortletPreferenceValue fetchByPortletPreferencesId_Last(long portletPreferencesId, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the last portlet preference value in the ordered set where portletPreferencesId = ?.- Parameters:
portletPreferencesId- the portlet preferences IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching portlet preference value, or
nullif a matching portlet preference value could not be found
-
findByPortletPreferencesId_PrevAndNext
PortletPreferenceValue[] findByPortletPreferencesId_PrevAndNext(long portletPreferenceValueId, long portletPreferencesId, OrderByComparator<PortletPreferenceValue> orderByComparator) throws NoSuchPortletPreferenceValueException Returns the portlet preference values before and after the current portlet preference value in the ordered set where portletPreferencesId = ?.- Parameters:
portletPreferenceValueId- the primary key of the current portlet preference valueportletPreferencesId- the portlet preferences IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next portlet preference value
- Throws:
NoSuchPortletPreferenceValueException- if a portlet preference value with the primary key could not be found
-
removeByPortletPreferencesId
void removeByPortletPreferencesId(long portletPreferencesId) Removes all the portlet preference values where portletPreferencesId = ? from the database.- Parameters:
portletPreferencesId- the portlet preferences ID
-
countByPortletPreferencesId
int countByPortletPreferencesId(long portletPreferencesId) Returns the number of portlet preference values where portletPreferencesId = ?.- Parameters:
portletPreferencesId- the portlet preferences ID- Returns:
- the number of matching portlet preference values
-
findByP_N
Returns all the portlet preference values where portletPreferencesId = ? and name = ?.- Parameters:
portletPreferencesId- the portlet preferences IDname- the name- Returns:
- the matching portlet preference values
-
findByP_N
Returns a range of all the portlet preference values where portletPreferencesId = ? and name = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromPortletPreferenceValueModelImpl.- Parameters:
portletPreferencesId- the portlet preferences IDname- the namestart- the lower bound of the range of portlet preference valuesend- the upper bound of the range of portlet preference values (not inclusive)- Returns:
- the range of matching portlet preference values
-
findByP_N
List<PortletPreferenceValue> findByP_N(long portletPreferencesId, String name, int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns an ordered range of all the portlet preference values where portletPreferencesId = ? and name = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromPortletPreferenceValueModelImpl.- Parameters:
portletPreferencesId- the portlet preferences IDname- the namestart- the lower bound of the range of portlet preference valuesend- the upper bound of the range of portlet preference values (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching portlet preference values
-
findByP_N
List<PortletPreferenceValue> findByP_N(long portletPreferencesId, String name, int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preference values where portletPreferencesId = ? and name = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromPortletPreferenceValueModelImpl.- Parameters:
portletPreferencesId- the portlet preferences IDname- the namestart- the lower bound of the range of portlet preference valuesend- the upper bound of the range of portlet preference values (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching portlet preference values
-
findByP_N_First
PortletPreferenceValue findByP_N_First(long portletPreferencesId, String name, OrderByComparator<PortletPreferenceValue> orderByComparator) throws NoSuchPortletPreferenceValueException Returns the first portlet preference value in the ordered set where portletPreferencesId = ? and name = ?.- Parameters:
portletPreferencesId- the portlet preferences IDname- the nameorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching portlet preference value
- Throws:
NoSuchPortletPreferenceValueException- if a matching portlet preference value could not be found
-
fetchByP_N_First
PortletPreferenceValue fetchByP_N_First(long portletPreferencesId, String name, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the first portlet preference value in the ordered set where portletPreferencesId = ? and name = ?.- Parameters:
portletPreferencesId- the portlet preferences IDname- the nameorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching portlet preference value, or
nullif a matching portlet preference value could not be found
-
findByP_N_Last
PortletPreferenceValue findByP_N_Last(long portletPreferencesId, String name, OrderByComparator<PortletPreferenceValue> orderByComparator) throws NoSuchPortletPreferenceValueException Returns the last portlet preference value in the ordered set where portletPreferencesId = ? and name = ?.- Parameters:
portletPreferencesId- the portlet preferences IDname- the nameorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching portlet preference value
- Throws:
NoSuchPortletPreferenceValueException- if a matching portlet preference value could not be found
-
fetchByP_N_Last
PortletPreferenceValue fetchByP_N_Last(long portletPreferencesId, String name, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the last portlet preference value in the ordered set where portletPreferencesId = ? and name = ?.- Parameters:
portletPreferencesId- the portlet preferences IDname- the nameorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching portlet preference value, or
nullif a matching portlet preference value could not be found
-
findByP_N_PrevAndNext
PortletPreferenceValue[] findByP_N_PrevAndNext(long portletPreferenceValueId, long portletPreferencesId, String name, OrderByComparator<PortletPreferenceValue> orderByComparator) throws NoSuchPortletPreferenceValueException Returns the portlet preference values before and after the current portlet preference value in the ordered set where portletPreferencesId = ? and name = ?.- Parameters:
portletPreferenceValueId- the primary key of the current portlet preference valueportletPreferencesId- the portlet preferences IDname- the nameorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next portlet preference value
- Throws:
NoSuchPortletPreferenceValueException- if a portlet preference value with the primary key could not be found
-
removeByP_N
Removes all the portlet preference values where portletPreferencesId = ? and name = ? from the database.- Parameters:
portletPreferencesId- the portlet preferences IDname- the name
-
countByP_N
Returns the number of portlet preference values where portletPreferencesId = ? and name = ?.- Parameters:
portletPreferencesId- the portlet preferences IDname- the name- Returns:
- the number of matching portlet preference values
-
findByC_N_SV
Returns all the portlet preference values where companyId = ? and name = ? and smallValue = ?.- Parameters:
companyId- the company IDname- the namesmallValue- the small value- Returns:
- the matching portlet preference values
-
findByC_N_SV
List<PortletPreferenceValue> findByC_N_SV(long companyId, String name, String smallValue, int start, int end) Returns a range of all the portlet preference values where companyId = ? and name = ? and smallValue = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromPortletPreferenceValueModelImpl.- Parameters:
companyId- the company IDname- the namesmallValue- the small valuestart- the lower bound of the range of portlet preference valuesend- the upper bound of the range of portlet preference values (not inclusive)- Returns:
- the range of matching portlet preference values
-
findByC_N_SV
List<PortletPreferenceValue> findByC_N_SV(long companyId, String name, String smallValue, int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns an ordered range of all the portlet preference values where companyId = ? and name = ? and smallValue = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromPortletPreferenceValueModelImpl.- Parameters:
companyId- the company IDname- the namesmallValue- the small valuestart- the lower bound of the range of portlet preference valuesend- the upper bound of the range of portlet preference values (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching portlet preference values
-
findByC_N_SV
List<PortletPreferenceValue> findByC_N_SV(long companyId, String name, String smallValue, int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preference values where companyId = ? and name = ? and smallValue = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromPortletPreferenceValueModelImpl.- Parameters:
companyId- the company IDname- the namesmallValue- the small valuestart- the lower bound of the range of portlet preference valuesend- the upper bound of the range of portlet preference values (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching portlet preference values
-
findByC_N_SV_First
PortletPreferenceValue findByC_N_SV_First(long companyId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) throws NoSuchPortletPreferenceValueException Returns the first portlet preference value in the ordered set where companyId = ? and name = ? and smallValue = ?.- Parameters:
companyId- the company IDname- the namesmallValue- the small valueorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching portlet preference value
- Throws:
NoSuchPortletPreferenceValueException- if a matching portlet preference value could not be found
-
fetchByC_N_SV_First
PortletPreferenceValue fetchByC_N_SV_First(long companyId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the first portlet preference value in the ordered set where companyId = ? and name = ? and smallValue = ?.- Parameters:
companyId- the company IDname- the namesmallValue- the small valueorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching portlet preference value, or
nullif a matching portlet preference value could not be found
-
findByC_N_SV_Last
PortletPreferenceValue findByC_N_SV_Last(long companyId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) throws NoSuchPortletPreferenceValueException Returns the last portlet preference value in the ordered set where companyId = ? and name = ? and smallValue = ?.- Parameters:
companyId- the company IDname- the namesmallValue- the small valueorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching portlet preference value
- Throws:
NoSuchPortletPreferenceValueException- if a matching portlet preference value could not be found
-
fetchByC_N_SV_Last
PortletPreferenceValue fetchByC_N_SV_Last(long companyId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the last portlet preference value in the ordered set where companyId = ? and name = ? and smallValue = ?.- Parameters:
companyId- the company IDname- the namesmallValue- the small valueorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching portlet preference value, or
nullif a matching portlet preference value could not be found
-
findByC_N_SV_PrevAndNext
PortletPreferenceValue[] findByC_N_SV_PrevAndNext(long portletPreferenceValueId, long companyId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) throws NoSuchPortletPreferenceValueException Returns the portlet preference values before and after the current portlet preference value in the ordered set where companyId = ? and name = ? and smallValue = ?.- Parameters:
portletPreferenceValueId- the primary key of the current portlet preference valuecompanyId- the company IDname- the namesmallValue- the small valueorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next portlet preference value
- Throws:
NoSuchPortletPreferenceValueException- if a portlet preference value with the primary key could not be found
-
removeByC_N_SV
Removes all the portlet preference values where companyId = ? and name = ? and smallValue = ? from the database.- Parameters:
companyId- the company IDname- the namesmallValue- the small value
-
countByC_N_SV
Returns the number of portlet preference values where companyId = ? and name = ? and smallValue = ?.- Parameters:
companyId- the company IDname- the namesmallValue- the small value- Returns:
- the number of matching portlet preference values
-
findByP_I_N
PortletPreferenceValue findByP_I_N(long portletPreferencesId, int index, String name) throws NoSuchPortletPreferenceValueException Returns the portlet preference value where portletPreferencesId = ? and index = ? and name = ? or throws aNoSuchPortletPreferenceValueExceptionif it could not be found.- Parameters:
portletPreferencesId- the portlet preferences IDindex- the indexname- the name- Returns:
- the matching portlet preference value
- Throws:
NoSuchPortletPreferenceValueException- if a matching portlet preference value could not be found
-
fetchByP_I_N
Returns the portlet preference value where portletPreferencesId = ? and index = ? and name = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
portletPreferencesId- the portlet preferences IDindex- the indexname- the name- Returns:
- the matching portlet preference value, or
nullif a matching portlet preference value could not be found
-
fetchByP_I_N
PortletPreferenceValue fetchByP_I_N(long portletPreferencesId, int index, String name, boolean useFinderCache) Returns the portlet preference value where portletPreferencesId = ? and index = ? and name = ? or returnsnullif it could not be found, optionally using the finder cache.- Parameters:
portletPreferencesId- the portlet preferences IDindex- the indexname- the nameuseFinderCache- whether to use the finder cache- Returns:
- the matching portlet preference value, or
nullif a matching portlet preference value could not be found
-
removeByP_I_N
PortletPreferenceValue removeByP_I_N(long portletPreferencesId, int index, String name) throws NoSuchPortletPreferenceValueException Removes the portlet preference value where portletPreferencesId = ? and index = ? and name = ? from the database.- Parameters:
portletPreferencesId- the portlet preferences IDindex- the indexname- the name- Returns:
- the portlet preference value that was removed
- Throws:
NoSuchPortletPreferenceValueException
-
countByP_I_N
Returns the number of portlet preference values where portletPreferencesId = ? and index = ? and name = ?.- Parameters:
portletPreferencesId- the portlet preferences IDindex- the indexname- the name- Returns:
- the number of matching portlet preference values
-
findByP_N_SV
List<PortletPreferenceValue> findByP_N_SV(long portletPreferencesId, String name, String smallValue) Returns all the portlet preference values where portletPreferencesId = ? and name = ? and smallValue = ?.- Parameters:
portletPreferencesId- the portlet preferences IDname- the namesmallValue- the small value- Returns:
- the matching portlet preference values
-
findByP_N_SV
List<PortletPreferenceValue> findByP_N_SV(long portletPreferencesId, String name, String smallValue, int start, int end) Returns a range of all the portlet preference values where portletPreferencesId = ? and name = ? and smallValue = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromPortletPreferenceValueModelImpl.- Parameters:
portletPreferencesId- the portlet preferences IDname- the namesmallValue- the small valuestart- the lower bound of the range of portlet preference valuesend- the upper bound of the range of portlet preference values (not inclusive)- Returns:
- the range of matching portlet preference values
-
findByP_N_SV
List<PortletPreferenceValue> findByP_N_SV(long portletPreferencesId, String name, String smallValue, int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns an ordered range of all the portlet preference values where portletPreferencesId = ? and name = ? and smallValue = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromPortletPreferenceValueModelImpl.- Parameters:
portletPreferencesId- the portlet preferences IDname- the namesmallValue- the small valuestart- the lower bound of the range of portlet preference valuesend- the upper bound of the range of portlet preference values (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching portlet preference values
-
findByP_N_SV
List<PortletPreferenceValue> findByP_N_SV(long portletPreferencesId, String name, String smallValue, int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preference values where portletPreferencesId = ? and name = ? and smallValue = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromPortletPreferenceValueModelImpl.- Parameters:
portletPreferencesId- the portlet preferences IDname- the namesmallValue- the small valuestart- the lower bound of the range of portlet preference valuesend- the upper bound of the range of portlet preference values (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching portlet preference values
-
findByP_N_SV_First
PortletPreferenceValue findByP_N_SV_First(long portletPreferencesId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) throws NoSuchPortletPreferenceValueException Returns the first portlet preference value in the ordered set where portletPreferencesId = ? and name = ? and smallValue = ?.- Parameters:
portletPreferencesId- the portlet preferences IDname- the namesmallValue- the small valueorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching portlet preference value
- Throws:
NoSuchPortletPreferenceValueException- if a matching portlet preference value could not be found
-
fetchByP_N_SV_First
PortletPreferenceValue fetchByP_N_SV_First(long portletPreferencesId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the first portlet preference value in the ordered set where portletPreferencesId = ? and name = ? and smallValue = ?.- Parameters:
portletPreferencesId- the portlet preferences IDname- the namesmallValue- the small valueorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching portlet preference value, or
nullif a matching portlet preference value could not be found
-
findByP_N_SV_Last
PortletPreferenceValue findByP_N_SV_Last(long portletPreferencesId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) throws NoSuchPortletPreferenceValueException Returns the last portlet preference value in the ordered set where portletPreferencesId = ? and name = ? and smallValue = ?.- Parameters:
portletPreferencesId- the portlet preferences IDname- the namesmallValue- the small valueorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching portlet preference value
- Throws:
NoSuchPortletPreferenceValueException- if a matching portlet preference value could not be found
-
fetchByP_N_SV_Last
PortletPreferenceValue fetchByP_N_SV_Last(long portletPreferencesId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the last portlet preference value in the ordered set where portletPreferencesId = ? and name = ? and smallValue = ?.- Parameters:
portletPreferencesId- the portlet preferences IDname- the namesmallValue- the small valueorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching portlet preference value, or
nullif a matching portlet preference value could not be found
-
findByP_N_SV_PrevAndNext
PortletPreferenceValue[] findByP_N_SV_PrevAndNext(long portletPreferenceValueId, long portletPreferencesId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) throws NoSuchPortletPreferenceValueException Returns the portlet preference values before and after the current portlet preference value in the ordered set where portletPreferencesId = ? and name = ? and smallValue = ?.- Parameters:
portletPreferenceValueId- the primary key of the current portlet preference valueportletPreferencesId- the portlet preferences IDname- the namesmallValue- the small valueorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next portlet preference value
- Throws:
NoSuchPortletPreferenceValueException- if a portlet preference value with the primary key could not be found
-
removeByP_N_SV
Removes all the portlet preference values where portletPreferencesId = ? and name = ? and smallValue = ? from the database.- Parameters:
portletPreferencesId- the portlet preferences IDname- the namesmallValue- the small value
-
countByP_N_SV
Returns the number of portlet preference values where portletPreferencesId = ? and name = ? and smallValue = ?.- Parameters:
portletPreferencesId- the portlet preferences IDname- the namesmallValue- the small value- Returns:
- the number of matching portlet preference values
-
cacheResult
Caches the portlet preference value in the entity cache if it is enabled.- Parameters:
portletPreferenceValue- the portlet preference value
-
cacheResult
Caches the portlet preference values in the entity cache if it is enabled.- Parameters:
portletPreferenceValues- the portlet preference values
-
create
Creates a new portlet preference value with the primary key. Does not add the portlet preference value to the database.- Parameters:
portletPreferenceValueId- the primary key for the new portlet preference value- Returns:
- the new portlet preference value
-
remove
PortletPreferenceValue remove(long portletPreferenceValueId) throws NoSuchPortletPreferenceValueException Removes the portlet preference value with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
portletPreferenceValueId- the primary key of the portlet preference value- Returns:
- the portlet preference value that was removed
- Throws:
NoSuchPortletPreferenceValueException- if a portlet preference value with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
PortletPreferenceValue findByPrimaryKey(long portletPreferenceValueId) throws NoSuchPortletPreferenceValueException Returns the portlet preference value with the primary key or throws aNoSuchPortletPreferenceValueExceptionif it could not be found.- Parameters:
portletPreferenceValueId- the primary key of the portlet preference value- Returns:
- the portlet preference value
- Throws:
NoSuchPortletPreferenceValueException- if a portlet preference value with the primary key could not be found
-
fetchByPrimaryKey
Returns the portlet preference value with the primary key or returnsnullif it could not be found.- Parameters:
portletPreferenceValueId- the primary key of the portlet preference value- Returns:
- the portlet preference value, or
nullif a portlet preference value with the primary key could not be found
-
findAll
List<PortletPreferenceValue> findAll()Returns all the portlet preference values.- Returns:
- the portlet preference values
-
findAll
Returns a range of all the portlet preference values.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromPortletPreferenceValueModelImpl.- Parameters:
start- the lower bound of the range of portlet preference valuesend- the upper bound of the range of portlet preference values (not inclusive)- Returns:
- the range of portlet preference values
-
findAll
List<PortletPreferenceValue> findAll(int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns an ordered range of all the portlet preference values.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromPortletPreferenceValueModelImpl.- Parameters:
start- the lower bound of the range of portlet preference valuesend- the upper bound of the range of portlet preference values (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of portlet preference values
-
findAll
List<PortletPreferenceValue> findAll(int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preference values.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromPortletPreferenceValueModelImpl.- Parameters:
start- the lower bound of the range of portlet preference valuesend- the upper bound of the range of portlet preference values (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of portlet preference values
-
removeAll
void removeAll()Removes all the portlet preference values from the database. -
countAll
int countAll()Returns the number of portlet preference values.- Returns:
- the number of portlet preference values
-