Interface CTPreferencesPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<CTPreferences>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(CTPreferences ctPreferences) Caches the ct preferences in the entity cache if it is enabled.void
cacheResult
(List<CTPreferences> ctPreferenceses) Caches the ct preferenceses in the entity cache if it is enabled.int
countAll()
Returns the number of ct preferenceses.int
countByC_U
(long companyId, long userId) Returns the number of ct preferenceses where companyId = ? and userId = ?.int
countByCtCollectionId
(long ctCollectionId) Returns the number of ct preferenceses where ctCollectionId = ?.int
countByPreviousCtCollectionId
(long previousCtCollectionId) Returns the number of ct preferenceses where previousCtCollectionId = ?.create
(long ctPreferencesId) Creates a new ct preferences with the primary key.fetchByC_U
(long companyId, long userId) Returns the ct preferences where companyId = ? and userId = ? or returnsnull
if it could not be found.fetchByC_U
(long companyId, long userId, boolean useFinderCache) Returns the ct preferences where companyId = ? and userId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByCtCollectionId_First
(long ctCollectionId, com.liferay.portal.kernel.util.OrderByComparator<CTPreferences> orderByComparator) Returns the first ct preferences in the ordered set where ctCollectionId = ?.fetchByCtCollectionId_Last
(long ctCollectionId, com.liferay.portal.kernel.util.OrderByComparator<CTPreferences> orderByComparator) Returns the last ct preferences in the ordered set where ctCollectionId = ?.fetchByPreviousCtCollectionId_First
(long previousCtCollectionId, com.liferay.portal.kernel.util.OrderByComparator<CTPreferences> orderByComparator) Returns the first ct preferences in the ordered set where previousCtCollectionId = ?.fetchByPreviousCtCollectionId_Last
(long previousCtCollectionId, com.liferay.portal.kernel.util.OrderByComparator<CTPreferences> orderByComparator) Returns the last ct preferences in the ordered set where previousCtCollectionId = ?.fetchByPrimaryKey
(long ctPreferencesId) Returns the ct preferences with the primary key or returnsnull
if it could not be found.findAll()
Returns all the ct preferenceses.findAll
(int start, int end) Returns a range of all the ct preferenceses.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTPreferences> orderByComparator) Returns an ordered range of all the ct preferenceses.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ct preferenceses.findByC_U
(long companyId, long userId) Returns the ct preferences where companyId = ? and userId = ? or throws aNoSuchPreferencesException
if it could not be found.findByCtCollectionId
(long ctCollectionId) Returns all the ct preferenceses where ctCollectionId = ?.findByCtCollectionId
(long ctCollectionId, int start, int end) Returns a range of all the ct preferenceses where ctCollectionId = ?.findByCtCollectionId
(long ctCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTPreferences> orderByComparator) Returns an ordered range of all the ct preferenceses where ctCollectionId = ?.findByCtCollectionId
(long ctCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ct preferenceses where ctCollectionId = ?.findByCtCollectionId_First
(long ctCollectionId, com.liferay.portal.kernel.util.OrderByComparator<CTPreferences> orderByComparator) Returns the first ct preferences in the ordered set where ctCollectionId = ?.findByCtCollectionId_Last
(long ctCollectionId, com.liferay.portal.kernel.util.OrderByComparator<CTPreferences> orderByComparator) Returns the last ct preferences in the ordered set where ctCollectionId = ?.findByCtCollectionId_PrevAndNext
(long ctPreferencesId, long ctCollectionId, com.liferay.portal.kernel.util.OrderByComparator<CTPreferences> orderByComparator) Returns the ct preferenceses before and after the current ct preferences in the ordered set where ctCollectionId = ?.findByPreviousCtCollectionId
(long previousCtCollectionId) Returns all the ct preferenceses where previousCtCollectionId = ?.findByPreviousCtCollectionId
(long previousCtCollectionId, int start, int end) Returns a range of all the ct preferenceses where previousCtCollectionId = ?.findByPreviousCtCollectionId
(long previousCtCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTPreferences> orderByComparator) Returns an ordered range of all the ct preferenceses where previousCtCollectionId = ?.findByPreviousCtCollectionId
(long previousCtCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ct preferenceses where previousCtCollectionId = ?.findByPreviousCtCollectionId_First
(long previousCtCollectionId, com.liferay.portal.kernel.util.OrderByComparator<CTPreferences> orderByComparator) Returns the first ct preferences in the ordered set where previousCtCollectionId = ?.findByPreviousCtCollectionId_Last
(long previousCtCollectionId, com.liferay.portal.kernel.util.OrderByComparator<CTPreferences> orderByComparator) Returns the last ct preferences in the ordered set where previousCtCollectionId = ?.findByPreviousCtCollectionId_PrevAndNext
(long ctPreferencesId, long previousCtCollectionId, com.liferay.portal.kernel.util.OrderByComparator<CTPreferences> orderByComparator) Returns the ct preferenceses before and after the current ct preferences in the ordered set where previousCtCollectionId = ?.findByPrimaryKey
(long ctPreferencesId) Returns the ct preferences with the primary key or throws aNoSuchPreferencesException
if it could not be found.remove
(long ctPreferencesId) Removes the ct preferences with the primary key from the database.void
Removes all the ct preferenceses from the database.removeByC_U
(long companyId, long userId) Removes the ct preferences where companyId = ? and userId = ? from the database.void
removeByCtCollectionId
(long ctCollectionId) Removes all the ct preferenceses where ctCollectionId = ? from the database.void
removeByPreviousCtCollectionId
(long previousCtCollectionId) Removes all the ct preferenceses where previousCtCollectionId = ? from the database.updateImpl
(CTPreferences ctPreferences) 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, update
-
Method Details
-
findByCtCollectionId
Returns all the ct preferenceses where ctCollectionId = ?.- Parameters:
ctCollectionId
- the ct collection ID- Returns:
- the matching ct preferenceses
-
findByCtCollectionId
Returns a range of all the ct preferenceses where ctCollectionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCTPreferencesModelImpl
.- Parameters:
ctCollectionId
- the ct collection IDstart
- the lower bound of the range of ct preferencesesend
- the upper bound of the range of ct preferenceses (not inclusive)- Returns:
- the range of matching ct preferenceses
-
findByCtCollectionId
List<CTPreferences> findByCtCollectionId(long ctCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTPreferences> orderByComparator) Returns an ordered range of all the ct preferenceses where ctCollectionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCTPreferencesModelImpl
.- Parameters:
ctCollectionId
- the ct collection IDstart
- the lower bound of the range of ct preferencesesend
- the upper bound of the range of ct preferenceses (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching ct preferenceses
-
findByCtCollectionId
List<CTPreferences> findByCtCollectionId(long ctCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ct preferenceses where ctCollectionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCTPreferencesModelImpl
.- Parameters:
ctCollectionId
- the ct collection IDstart
- the lower bound of the range of ct preferencesesend
- the upper bound of the range of ct preferenceses (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching ct preferenceses
-
findByCtCollectionId_First
CTPreferences findByCtCollectionId_First(long ctCollectionId, com.liferay.portal.kernel.util.OrderByComparator<CTPreferences> orderByComparator) throws NoSuchPreferencesException Returns the first ct preferences in the ordered set where ctCollectionId = ?.- Parameters:
ctCollectionId
- the ct collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching ct preferences
- Throws:
NoSuchPreferencesException
- if a matching ct preferences could not be found
-
fetchByCtCollectionId_First
CTPreferences fetchByCtCollectionId_First(long ctCollectionId, com.liferay.portal.kernel.util.OrderByComparator<CTPreferences> orderByComparator) Returns the first ct preferences in the ordered set where ctCollectionId = ?.- Parameters:
ctCollectionId
- the ct collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching ct preferences, or
null
if a matching ct preferences could not be found
-
findByCtCollectionId_Last
CTPreferences findByCtCollectionId_Last(long ctCollectionId, com.liferay.portal.kernel.util.OrderByComparator<CTPreferences> orderByComparator) throws NoSuchPreferencesException Returns the last ct preferences in the ordered set where ctCollectionId = ?.- Parameters:
ctCollectionId
- the ct collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching ct preferences
- Throws:
NoSuchPreferencesException
- if a matching ct preferences could not be found
-
fetchByCtCollectionId_Last
CTPreferences fetchByCtCollectionId_Last(long ctCollectionId, com.liferay.portal.kernel.util.OrderByComparator<CTPreferences> orderByComparator) Returns the last ct preferences in the ordered set where ctCollectionId = ?.- Parameters:
ctCollectionId
- the ct collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching ct preferences, or
null
if a matching ct preferences could not be found
-
findByCtCollectionId_PrevAndNext
CTPreferences[] findByCtCollectionId_PrevAndNext(long ctPreferencesId, long ctCollectionId, com.liferay.portal.kernel.util.OrderByComparator<CTPreferences> orderByComparator) throws NoSuchPreferencesException Returns the ct preferenceses before and after the current ct preferences in the ordered set where ctCollectionId = ?.- Parameters:
ctPreferencesId
- the primary key of the current ct preferencesctCollectionId
- the ct collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next ct preferences
- Throws:
NoSuchPreferencesException
- if a ct preferences with the primary key could not be found
-
removeByCtCollectionId
void removeByCtCollectionId(long ctCollectionId) Removes all the ct preferenceses where ctCollectionId = ? from the database.- Parameters:
ctCollectionId
- the ct collection ID
-
countByCtCollectionId
int countByCtCollectionId(long ctCollectionId) Returns the number of ct preferenceses where ctCollectionId = ?.- Parameters:
ctCollectionId
- the ct collection ID- Returns:
- the number of matching ct preferenceses
-
findByPreviousCtCollectionId
Returns all the ct preferenceses where previousCtCollectionId = ?.- Parameters:
previousCtCollectionId
- the previous ct collection ID- Returns:
- the matching ct preferenceses
-
findByPreviousCtCollectionId
Returns a range of all the ct preferenceses where previousCtCollectionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCTPreferencesModelImpl
.- Parameters:
previousCtCollectionId
- the previous ct collection IDstart
- the lower bound of the range of ct preferencesesend
- the upper bound of the range of ct preferenceses (not inclusive)- Returns:
- the range of matching ct preferenceses
-
findByPreviousCtCollectionId
List<CTPreferences> findByPreviousCtCollectionId(long previousCtCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTPreferences> orderByComparator) Returns an ordered range of all the ct preferenceses where previousCtCollectionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCTPreferencesModelImpl
.- Parameters:
previousCtCollectionId
- the previous ct collection IDstart
- the lower bound of the range of ct preferencesesend
- the upper bound of the range of ct preferenceses (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching ct preferenceses
-
findByPreviousCtCollectionId
List<CTPreferences> findByPreviousCtCollectionId(long previousCtCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ct preferenceses where previousCtCollectionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCTPreferencesModelImpl
.- Parameters:
previousCtCollectionId
- the previous ct collection IDstart
- the lower bound of the range of ct preferencesesend
- the upper bound of the range of ct preferenceses (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching ct preferenceses
-
findByPreviousCtCollectionId_First
CTPreferences findByPreviousCtCollectionId_First(long previousCtCollectionId, com.liferay.portal.kernel.util.OrderByComparator<CTPreferences> orderByComparator) throws NoSuchPreferencesException Returns the first ct preferences in the ordered set where previousCtCollectionId = ?.- Parameters:
previousCtCollectionId
- the previous ct collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching ct preferences
- Throws:
NoSuchPreferencesException
- if a matching ct preferences could not be found
-
fetchByPreviousCtCollectionId_First
CTPreferences fetchByPreviousCtCollectionId_First(long previousCtCollectionId, com.liferay.portal.kernel.util.OrderByComparator<CTPreferences> orderByComparator) Returns the first ct preferences in the ordered set where previousCtCollectionId = ?.- Parameters:
previousCtCollectionId
- the previous ct collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching ct preferences, or
null
if a matching ct preferences could not be found
-
findByPreviousCtCollectionId_Last
CTPreferences findByPreviousCtCollectionId_Last(long previousCtCollectionId, com.liferay.portal.kernel.util.OrderByComparator<CTPreferences> orderByComparator) throws NoSuchPreferencesException Returns the last ct preferences in the ordered set where previousCtCollectionId = ?.- Parameters:
previousCtCollectionId
- the previous ct collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching ct preferences
- Throws:
NoSuchPreferencesException
- if a matching ct preferences could not be found
-
fetchByPreviousCtCollectionId_Last
CTPreferences fetchByPreviousCtCollectionId_Last(long previousCtCollectionId, com.liferay.portal.kernel.util.OrderByComparator<CTPreferences> orderByComparator) Returns the last ct preferences in the ordered set where previousCtCollectionId = ?.- Parameters:
previousCtCollectionId
- the previous ct collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching ct preferences, or
null
if a matching ct preferences could not be found
-
findByPreviousCtCollectionId_PrevAndNext
CTPreferences[] findByPreviousCtCollectionId_PrevAndNext(long ctPreferencesId, long previousCtCollectionId, com.liferay.portal.kernel.util.OrderByComparator<CTPreferences> orderByComparator) throws NoSuchPreferencesException Returns the ct preferenceses before and after the current ct preferences in the ordered set where previousCtCollectionId = ?.- Parameters:
ctPreferencesId
- the primary key of the current ct preferencespreviousCtCollectionId
- the previous ct collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next ct preferences
- Throws:
NoSuchPreferencesException
- if a ct preferences with the primary key could not be found
-
removeByPreviousCtCollectionId
void removeByPreviousCtCollectionId(long previousCtCollectionId) Removes all the ct preferenceses where previousCtCollectionId = ? from the database.- Parameters:
previousCtCollectionId
- the previous ct collection ID
-
countByPreviousCtCollectionId
int countByPreviousCtCollectionId(long previousCtCollectionId) Returns the number of ct preferenceses where previousCtCollectionId = ?.- Parameters:
previousCtCollectionId
- the previous ct collection ID- Returns:
- the number of matching ct preferenceses
-
findByC_U
Returns the ct preferences where companyId = ? and userId = ? or throws aNoSuchPreferencesException
if it could not be found.- Parameters:
companyId
- the company IDuserId
- the user ID- Returns:
- the matching ct preferences
- Throws:
NoSuchPreferencesException
- if a matching ct preferences could not be found
-
fetchByC_U
Returns the ct preferences where companyId = ? and userId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
companyId
- the company IDuserId
- the user ID- Returns:
- the matching ct preferences, or
null
if a matching ct preferences could not be found
-
fetchByC_U
Returns the ct preferences where companyId = ? and userId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
companyId
- the company IDuserId
- the user IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching ct preferences, or
null
if a matching ct preferences could not be found
-
removeByC_U
Removes the ct preferences where companyId = ? and userId = ? from the database.- Parameters:
companyId
- the company IDuserId
- the user ID- Returns:
- the ct preferences that was removed
- Throws:
NoSuchPreferencesException
-
countByC_U
int countByC_U(long companyId, long userId) Returns the number of ct preferenceses where companyId = ? and userId = ?.- Parameters:
companyId
- the company IDuserId
- the user ID- Returns:
- the number of matching ct preferenceses
-
cacheResult
Caches the ct preferences in the entity cache if it is enabled.- Parameters:
ctPreferences
- the ct preferences
-
cacheResult
Caches the ct preferenceses in the entity cache if it is enabled.- Parameters:
ctPreferenceses
- the ct preferenceses
-
create
Creates a new ct preferences with the primary key. Does not add the ct preferences to the database.- Parameters:
ctPreferencesId
- the primary key for the new ct preferences- Returns:
- the new ct preferences
-
remove
Removes the ct preferences with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
ctPreferencesId
- the primary key of the ct preferences- Returns:
- the ct preferences that was removed
- Throws:
NoSuchPreferencesException
- if a ct preferences with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
Returns the ct preferences with the primary key or throws aNoSuchPreferencesException
if it could not be found.- Parameters:
ctPreferencesId
- the primary key of the ct preferences- Returns:
- the ct preferences
- Throws:
NoSuchPreferencesException
- if a ct preferences with the primary key could not be found
-
fetchByPrimaryKey
Returns the ct preferences with the primary key or returnsnull
if it could not be found.- Parameters:
ctPreferencesId
- the primary key of the ct preferences- Returns:
- the ct preferences, or
null
if a ct preferences with the primary key could not be found
-
findAll
List<CTPreferences> findAll()Returns all the ct preferenceses.- Returns:
- the ct preferenceses
-
findAll
Returns a range of all the ct preferenceses.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCTPreferencesModelImpl
.- Parameters:
start
- the lower bound of the range of ct preferencesesend
- the upper bound of the range of ct preferenceses (not inclusive)- Returns:
- the range of ct preferenceses
-
findAll
List<CTPreferences> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTPreferences> orderByComparator) Returns an ordered range of all the ct preferenceses.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCTPreferencesModelImpl
.- Parameters:
start
- the lower bound of the range of ct preferencesesend
- the upper bound of the range of ct preferenceses (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of ct preferenceses
-
findAll
List<CTPreferences> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ct preferenceses.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCTPreferencesModelImpl
.- Parameters:
start
- the lower bound of the range of ct preferencesesend
- the upper bound of the range of ct preferenceses (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of ct preferenceses
-
removeAll
void removeAll()Removes all the ct preferenceses from the database. -
countAll
int countAll()Returns the number of ct preferenceses.- Returns:
- the number of ct preferenceses
-