@ProviderType
public class UserTrackerPathPersistenceImpl
extends com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserTrackerPath>
implements com.liferay.portal.kernel.service.persistence.UserTrackerPathPersistence
Caching information and settings can be found in portal.properties
UserTrackerPathPersistence
,
UserTrackerPathUtil
Modifier and Type | Field and Description |
---|---|
protected com.liferay.portal.kernel.service.persistence.CompanyProvider |
companyProvider |
static String |
FINDER_CLASS_NAME_ENTITY |
static String |
FINDER_CLASS_NAME_LIST_WITH_PAGINATION |
static String |
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_USERTRACKERID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_USERTRACKERID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_USERTRACKERID |
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, databaseInMaxParameters, FINDER_ARGS_EMPTY, listeners, 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 |
---|
UserTrackerPathPersistenceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet()
Initializes the user tracker path persistence.
|
void |
cacheResult(List<com.liferay.portal.kernel.model.UserTrackerPath> userTrackerPaths)
Caches the user tracker paths in the entity cache if it is enabled.
|
void |
cacheResult(com.liferay.portal.kernel.model.UserTrackerPath userTrackerPath)
Caches the user tracker path in the entity cache if it is enabled.
|
void |
clearCache()
Clears the cache for all user tracker paths.
|
void |
clearCache(List<com.liferay.portal.kernel.model.UserTrackerPath> userTrackerPaths) |
void |
clearCache(com.liferay.portal.kernel.model.UserTrackerPath userTrackerPath)
Clears the cache for the user tracker path.
|
int |
countAll()
Returns the number of user tracker paths.
|
int |
countByUserTrackerId(long userTrackerId)
Returns the number of user tracker paths where userTrackerId = ?.
|
com.liferay.portal.kernel.model.UserTrackerPath |
create(long userTrackerPathId)
Creates a new user tracker path with the primary key.
|
void |
destroy() |
com.liferay.portal.kernel.model.UserTrackerPath |
fetchByPrimaryKey(long userTrackerPathId)
Returns the user tracker path with the primary key or returns
null if it could not be found. |
com.liferay.portal.kernel.model.UserTrackerPath |
fetchByPrimaryKey(Serializable primaryKey)
Returns the user tracker path with the primary key or returns
null if it could not be found. |
Map<Serializable,com.liferay.portal.kernel.model.UserTrackerPath> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
com.liferay.portal.kernel.model.UserTrackerPath |
fetchByUserTrackerId_First(long userTrackerId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserTrackerPath> orderByComparator)
Returns the first user tracker path in the ordered set where userTrackerId = ?.
|
com.liferay.portal.kernel.model.UserTrackerPath |
fetchByUserTrackerId_Last(long userTrackerId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserTrackerPath> orderByComparator)
Returns the last user tracker path in the ordered set where userTrackerId = ?.
|
List<com.liferay.portal.kernel.model.UserTrackerPath> |
findAll()
Returns all the user tracker paths.
|
List<com.liferay.portal.kernel.model.UserTrackerPath> |
findAll(int start,
int end)
Returns a range of all the user tracker paths.
|
List<com.liferay.portal.kernel.model.UserTrackerPath> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserTrackerPath> orderByComparator)
Returns an ordered range of all the user tracker paths.
|
List<com.liferay.portal.kernel.model.UserTrackerPath> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserTrackerPath> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user tracker paths.
|
com.liferay.portal.kernel.model.UserTrackerPath |
findByPrimaryKey(long userTrackerPathId)
Returns the user tracker path with the primary key or throws a
NoSuchUserTrackerPathException if it could not be found. |
com.liferay.portal.kernel.model.UserTrackerPath |
findByPrimaryKey(Serializable primaryKey)
Returns the user tracker path with the primary key or throws a
NoSuchModelException if it could not be found. |
com.liferay.portal.kernel.model.UserTrackerPath |
findByUserTrackerId_First(long userTrackerId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserTrackerPath> orderByComparator)
Returns the first user tracker path in the ordered set where userTrackerId = ?.
|
com.liferay.portal.kernel.model.UserTrackerPath |
findByUserTrackerId_Last(long userTrackerId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserTrackerPath> orderByComparator)
Returns the last user tracker path in the ordered set where userTrackerId = ?.
|
com.liferay.portal.kernel.model.UserTrackerPath[] |
findByUserTrackerId_PrevAndNext(long userTrackerPathId,
long userTrackerId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserTrackerPath> orderByComparator)
Returns the user tracker paths before and after the current user tracker path in the ordered set where userTrackerId = ?.
|
List<com.liferay.portal.kernel.model.UserTrackerPath> |
findByUserTrackerId(long userTrackerId)
Returns all the user tracker paths where userTrackerId = ?.
|
List<com.liferay.portal.kernel.model.UserTrackerPath> |
findByUserTrackerId(long userTrackerId,
int start,
int end)
Returns a range of all the user tracker paths where userTrackerId = ?.
|
List<com.liferay.portal.kernel.model.UserTrackerPath> |
findByUserTrackerId(long userTrackerId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserTrackerPath> orderByComparator)
Returns an ordered range of all the user tracker paths where userTrackerId = ?.
|
List<com.liferay.portal.kernel.model.UserTrackerPath> |
findByUserTrackerId(long userTrackerId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserTrackerPath> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user tracker paths where userTrackerId = ?.
|
Set<String> |
getBadColumnNames() |
protected com.liferay.portal.kernel.model.UserTrackerPath |
getByUserTrackerId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.UserTrackerPath userTrackerPath,
long userTrackerId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserTrackerPath> orderByComparator,
boolean previous) |
protected Map<String,Integer> |
getTableColumnsMap() |
com.liferay.portal.kernel.model.UserTrackerPath |
remove(long userTrackerPathId)
Removes the user tracker path with the primary key from the database.
|
com.liferay.portal.kernel.model.UserTrackerPath |
remove(Serializable primaryKey)
Removes the user tracker path with the primary key from the database.
|
void |
removeAll()
Removes all the user tracker paths from the database.
|
void |
removeByUserTrackerId(long userTrackerId)
Removes all the user tracker paths where userTrackerId = ? from the database.
|
protected com.liferay.portal.kernel.model.UserTrackerPath |
removeImpl(com.liferay.portal.kernel.model.UserTrackerPath userTrackerPath) |
com.liferay.portal.kernel.model.UserTrackerPath |
updateImpl(com.liferay.portal.kernel.model.UserTrackerPath userTrackerPath) |
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCompoundPKColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_USERTRACKERID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_USERTRACKERID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_USERTRACKERID
@BeanReference(type=com.liferay.portal.kernel.service.persistence.CompanyProviderWrapper.class) protected com.liferay.portal.kernel.service.persistence.CompanyProvider companyProvider
public List<com.liferay.portal.kernel.model.UserTrackerPath> findByUserTrackerId(long userTrackerId)
findByUserTrackerId
in interface com.liferay.portal.kernel.service.persistence.UserTrackerPathPersistence
userTrackerId
- the user tracker IDpublic List<com.liferay.portal.kernel.model.UserTrackerPath> findByUserTrackerId(long userTrackerId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from UserTrackerPathModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUserTrackerId
in interface com.liferay.portal.kernel.service.persistence.UserTrackerPathPersistence
userTrackerId
- the user tracker IDstart
- the lower bound of the range of user tracker pathsend
- the upper bound of the range of user tracker paths (not inclusive)public List<com.liferay.portal.kernel.model.UserTrackerPath> findByUserTrackerId(long userTrackerId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserTrackerPath> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from UserTrackerPathModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUserTrackerId
in interface com.liferay.portal.kernel.service.persistence.UserTrackerPathPersistence
userTrackerId
- the user tracker IDstart
- the lower bound of the range of user tracker pathsend
- the upper bound of the range of user tracker paths (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public List<com.liferay.portal.kernel.model.UserTrackerPath> findByUserTrackerId(long userTrackerId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserTrackerPath> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from UserTrackerPathModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUserTrackerId
in interface com.liferay.portal.kernel.service.persistence.UserTrackerPathPersistence
userTrackerId
- the user tracker IDstart
- the lower bound of the range of user tracker pathsend
- the upper bound of the range of user tracker paths (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic com.liferay.portal.kernel.model.UserTrackerPath findByUserTrackerId_First(long userTrackerId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserTrackerPath> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserTrackerPathException
findByUserTrackerId_First
in interface com.liferay.portal.kernel.service.persistence.UserTrackerPathPersistence
userTrackerId
- the user tracker IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserTrackerPathException
- if a matching user tracker path could not be foundpublic com.liferay.portal.kernel.model.UserTrackerPath fetchByUserTrackerId_First(long userTrackerId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserTrackerPath> orderByComparator)
fetchByUserTrackerId_First
in interface com.liferay.portal.kernel.service.persistence.UserTrackerPathPersistence
userTrackerId
- the user tracker IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user tracker path could not be foundpublic com.liferay.portal.kernel.model.UserTrackerPath findByUserTrackerId_Last(long userTrackerId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserTrackerPath> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserTrackerPathException
findByUserTrackerId_Last
in interface com.liferay.portal.kernel.service.persistence.UserTrackerPathPersistence
userTrackerId
- the user tracker IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserTrackerPathException
- if a matching user tracker path could not be foundpublic com.liferay.portal.kernel.model.UserTrackerPath fetchByUserTrackerId_Last(long userTrackerId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserTrackerPath> orderByComparator)
fetchByUserTrackerId_Last
in interface com.liferay.portal.kernel.service.persistence.UserTrackerPathPersistence
userTrackerId
- the user tracker IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user tracker path could not be foundpublic com.liferay.portal.kernel.model.UserTrackerPath[] findByUserTrackerId_PrevAndNext(long userTrackerPathId, long userTrackerId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserTrackerPath> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserTrackerPathException
findByUserTrackerId_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.UserTrackerPathPersistence
userTrackerPathId
- the primary key of the current user tracker pathuserTrackerId
- the user tracker IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserTrackerPathException
- if a user tracker path with the primary key could not be foundprotected com.liferay.portal.kernel.model.UserTrackerPath getByUserTrackerId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.UserTrackerPath userTrackerPath, long userTrackerId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserTrackerPath> orderByComparator, boolean previous)
public void removeByUserTrackerId(long userTrackerId)
removeByUserTrackerId
in interface com.liferay.portal.kernel.service.persistence.UserTrackerPathPersistence
userTrackerId
- the user tracker IDpublic int countByUserTrackerId(long userTrackerId)
countByUserTrackerId
in interface com.liferay.portal.kernel.service.persistence.UserTrackerPathPersistence
userTrackerId
- the user tracker IDpublic void cacheResult(com.liferay.portal.kernel.model.UserTrackerPath userTrackerPath)
cacheResult
in interface com.liferay.portal.kernel.service.persistence.UserTrackerPathPersistence
userTrackerPath
- the user tracker pathpublic void cacheResult(List<com.liferay.portal.kernel.model.UserTrackerPath> userTrackerPaths)
cacheResult
in interface com.liferay.portal.kernel.service.persistence.UserTrackerPathPersistence
userTrackerPaths
- the user tracker pathspublic 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.UserTrackerPath>
clearCache
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserTrackerPath>
public void clearCache(com.liferay.portal.kernel.model.UserTrackerPath userTrackerPath)
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.UserTrackerPath>
clearCache
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserTrackerPath>
public void clearCache(List<com.liferay.portal.kernel.model.UserTrackerPath> userTrackerPaths)
clearCache
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.UserTrackerPath>
clearCache
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserTrackerPath>
public com.liferay.portal.kernel.model.UserTrackerPath create(long userTrackerPathId)
create
in interface com.liferay.portal.kernel.service.persistence.UserTrackerPathPersistence
userTrackerPathId
- the primary key for the new user tracker pathpublic com.liferay.portal.kernel.model.UserTrackerPath remove(long userTrackerPathId) throws com.liferay.portal.kernel.exception.NoSuchUserTrackerPathException
remove
in interface com.liferay.portal.kernel.service.persistence.UserTrackerPathPersistence
userTrackerPathId
- the primary key of the user tracker pathcom.liferay.portal.kernel.exception.NoSuchUserTrackerPathException
- if a user tracker path with the primary key could not be foundpublic com.liferay.portal.kernel.model.UserTrackerPath remove(Serializable primaryKey) throws com.liferay.portal.kernel.exception.NoSuchUserTrackerPathException
remove
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.UserTrackerPath>
remove
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserTrackerPath>
primaryKey
- the primary key of the user tracker pathcom.liferay.portal.kernel.exception.NoSuchUserTrackerPathException
- if a user tracker path with the primary key could not be foundprotected com.liferay.portal.kernel.model.UserTrackerPath removeImpl(com.liferay.portal.kernel.model.UserTrackerPath userTrackerPath)
removeImpl
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserTrackerPath>
public com.liferay.portal.kernel.model.UserTrackerPath updateImpl(com.liferay.portal.kernel.model.UserTrackerPath userTrackerPath)
updateImpl
in interface com.liferay.portal.kernel.service.persistence.UserTrackerPathPersistence
updateImpl
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserTrackerPath>
public com.liferay.portal.kernel.model.UserTrackerPath findByPrimaryKey(Serializable primaryKey) throws com.liferay.portal.kernel.exception.NoSuchUserTrackerPathException
NoSuchModelException
if it could not be found.findByPrimaryKey
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.UserTrackerPath>
findByPrimaryKey
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserTrackerPath>
primaryKey
- the primary key of the user tracker pathcom.liferay.portal.kernel.exception.NoSuchUserTrackerPathException
- if a user tracker path with the primary key could not be foundpublic com.liferay.portal.kernel.model.UserTrackerPath findByPrimaryKey(long userTrackerPathId) throws com.liferay.portal.kernel.exception.NoSuchUserTrackerPathException
NoSuchUserTrackerPathException
if it could not be found.findByPrimaryKey
in interface com.liferay.portal.kernel.service.persistence.UserTrackerPathPersistence
userTrackerPathId
- the primary key of the user tracker pathcom.liferay.portal.kernel.exception.NoSuchUserTrackerPathException
- if a user tracker path with the primary key could not be foundpublic com.liferay.portal.kernel.model.UserTrackerPath 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.UserTrackerPath>
fetchByPrimaryKey
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserTrackerPath>
primaryKey
- the primary key of the user tracker pathnull
if a user tracker path with the primary key could not be foundpublic com.liferay.portal.kernel.model.UserTrackerPath fetchByPrimaryKey(long userTrackerPathId)
null
if it could not be found.fetchByPrimaryKey
in interface com.liferay.portal.kernel.service.persistence.UserTrackerPathPersistence
userTrackerPathId
- the primary key of the user tracker pathnull
if a user tracker path with the primary key could not be foundpublic Map<Serializable,com.liferay.portal.kernel.model.UserTrackerPath> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
fetchByPrimaryKeys
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.UserTrackerPath>
fetchByPrimaryKeys
in interface com.liferay.portal.kernel.service.persistence.UserTrackerPathPersistence
fetchByPrimaryKeys
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserTrackerPath>
public List<com.liferay.portal.kernel.model.UserTrackerPath> findAll()
findAll
in interface com.liferay.portal.kernel.service.persistence.UserTrackerPathPersistence
public List<com.liferay.portal.kernel.model.UserTrackerPath> findAll(int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from UserTrackerPathModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll
in interface com.liferay.portal.kernel.service.persistence.UserTrackerPathPersistence
start
- the lower bound of the range of user tracker pathsend
- the upper bound of the range of user tracker paths (not inclusive)public List<com.liferay.portal.kernel.model.UserTrackerPath> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserTrackerPath> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from UserTrackerPathModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll
in interface com.liferay.portal.kernel.service.persistence.UserTrackerPathPersistence
start
- the lower bound of the range of user tracker pathsend
- the upper bound of the range of user tracker paths (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public List<com.liferay.portal.kernel.model.UserTrackerPath> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserTrackerPath> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from UserTrackerPathModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll
in interface com.liferay.portal.kernel.service.persistence.UserTrackerPathPersistence
start
- the lower bound of the range of user tracker pathsend
- the upper bound of the range of user tracker paths (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic void removeAll()
removeAll
in interface com.liferay.portal.kernel.service.persistence.UserTrackerPathPersistence
public int countAll()
countAll
in interface com.liferay.portal.kernel.service.persistence.UserTrackerPathPersistence
public Set<String> getBadColumnNames()
getBadColumnNames
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.UserTrackerPath>
getBadColumnNames
in interface com.liferay.portal.kernel.service.persistence.UserTrackerPathPersistence
getBadColumnNames
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserTrackerPath>
protected Map<String,Integer> getTableColumnsMap()
getTableColumnsMap
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserTrackerPath>
public void afterPropertiesSet()
public void destroy()