@ProviderType
public class KaleoTransitionPersistenceImpl
extends com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTransition>
implements com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistence
Caching information and settings can be found in portal.properties
KaleoTransitionPersistence,
KaleoTransitionUtil| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.portal.kernel.service.persistence.CompanyProvider |
companyProvider |
protected com.liferay.portal.kernel.dao.orm.EntityCache |
entityCache |
static java.lang.String |
FINDER_CLASS_NAME_ENTITY |
static java.lang.String |
FINDER_CLASS_NAME_LIST_WITH_PAGINATION |
static java.lang.String |
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_COMPANYID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_KALEODEFINITIONID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_KALEONODEID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_KNI_DT |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_KNI_N |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_FETCH_BY_KNI_DT |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_FETCH_BY_KNI_N |
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_COMPANYID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_KALEODEFINITIONID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_KALEONODEID |
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_COMPANYID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_KALEODEFINITIONID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_KALEONODEID |
protected com.liferay.portal.kernel.dao.orm.FinderCache |
finderCache |
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, 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 |
|---|
KaleoTransitionPersistenceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Initializes the kaleo transition persistence.
|
void |
cacheResult(com.liferay.portal.workflow.kaleo.model.KaleoTransition kaleoTransition)
Caches the kaleo transition in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTransition> kaleoTransitions)
Caches the kaleo transitions in the entity cache if it is enabled.
|
protected void |
cacheUniqueFindersCache(KaleoTransitionModelImpl kaleoTransitionModelImpl,
boolean isNew) |
void |
clearCache()
Clears the cache for all kaleo transitions.
|
void |
clearCache(com.liferay.portal.workflow.kaleo.model.KaleoTransition kaleoTransition)
Clears the cache for the kaleo transition.
|
void |
clearCache(java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTransition> kaleoTransitions) |
protected void |
clearUniqueFindersCache(KaleoTransitionModelImpl kaleoTransitionModelImpl) |
int |
countAll()
Returns the number of kaleo transitions.
|
int |
countByCompanyId(long companyId)
Returns the number of kaleo transitions where companyId = ?.
|
int |
countByKaleoDefinitionId(long kaleoDefinitionId)
Returns the number of kaleo transitions where kaleoDefinitionId = ?.
|
int |
countByKaleoNodeId(long kaleoNodeId)
Returns the number of kaleo transitions where kaleoNodeId = ?.
|
int |
countByKNI_DT(long kaleoNodeId,
boolean defaultTransition)
Returns the number of kaleo transitions where kaleoNodeId = ? and defaultTransition = ?.
|
int |
countByKNI_N(long kaleoNodeId,
java.lang.String name)
Returns the number of kaleo transitions where kaleoNodeId = ? and name = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTransition |
create(long kaleoTransitionId)
Creates a new kaleo transition with the primary key.
|
void |
destroy() |
com.liferay.portal.workflow.kaleo.model.KaleoTransition |
fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator)
Returns the first kaleo transition in the ordered set where companyId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTransition |
fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator)
Returns the last kaleo transition in the ordered set where companyId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTransition |
fetchByKaleoDefinitionId_First(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator)
Returns the first kaleo transition in the ordered set where kaleoDefinitionId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTransition |
fetchByKaleoDefinitionId_Last(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator)
Returns the last kaleo transition in the ordered set where kaleoDefinitionId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTransition |
fetchByKaleoNodeId_First(long kaleoNodeId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator)
Returns the first kaleo transition in the ordered set where kaleoNodeId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTransition |
fetchByKaleoNodeId_Last(long kaleoNodeId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator)
Returns the last kaleo transition in the ordered set where kaleoNodeId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTransition |
fetchByKNI_DT(long kaleoNodeId,
boolean defaultTransition)
Returns the kaleo transition where kaleoNodeId = ? and defaultTransition = ? or returns
null if it could not be found. |
com.liferay.portal.workflow.kaleo.model.KaleoTransition |
fetchByKNI_DT(long kaleoNodeId,
boolean defaultTransition,
boolean retrieveFromCache)
Returns the kaleo transition where kaleoNodeId = ? and defaultTransition = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.portal.workflow.kaleo.model.KaleoTransition |
fetchByKNI_N(long kaleoNodeId,
java.lang.String name)
Returns the kaleo transition where kaleoNodeId = ? and name = ? or returns
null if it could not be found. |
com.liferay.portal.workflow.kaleo.model.KaleoTransition |
fetchByKNI_N(long kaleoNodeId,
java.lang.String name,
boolean retrieveFromCache)
Returns the kaleo transition where kaleoNodeId = ? and name = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.portal.workflow.kaleo.model.KaleoTransition |
fetchByPrimaryKey(long kaleoTransitionId)
Returns the kaleo transition with the primary key or returns
null if it could not be found. |
com.liferay.portal.workflow.kaleo.model.KaleoTransition |
fetchByPrimaryKey(java.io.Serializable primaryKey)
Returns the kaleo transition with the primary key or returns
null if it could not be found. |
java.util.Map<java.io.Serializable,com.liferay.portal.workflow.kaleo.model.KaleoTransition> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTransition> |
findAll()
Returns all the kaleo transitions.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTransition> |
findAll(int start,
int end)
Returns a range of all the kaleo transitions.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTransition> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator)
Returns an ordered range of all the kaleo transitions.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTransition> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo transitions.
|
com.liferay.portal.workflow.kaleo.model.KaleoTransition |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator)
Returns the first kaleo transition in the ordered set where companyId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTransition |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator)
Returns the last kaleo transition in the ordered set where companyId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTransition[] |
findByCompanyId_PrevAndNext(long kaleoTransitionId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator)
Returns the kaleo transitions before and after the current kaleo transition in the ordered set where companyId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTransition> |
findByCompanyId(long companyId)
Returns all the kaleo transitions where companyId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTransition> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the kaleo transitions where companyId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTransition> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator)
Returns an ordered range of all the kaleo transitions where companyId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTransition> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo transitions where companyId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTransition |
findByKaleoDefinitionId_First(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator)
Returns the first kaleo transition in the ordered set where kaleoDefinitionId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTransition |
findByKaleoDefinitionId_Last(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator)
Returns the last kaleo transition in the ordered set where kaleoDefinitionId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTransition[] |
findByKaleoDefinitionId_PrevAndNext(long kaleoTransitionId,
long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator)
Returns the kaleo transitions before and after the current kaleo transition in the ordered set where kaleoDefinitionId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTransition> |
findByKaleoDefinitionId(long kaleoDefinitionId)
Returns all the kaleo transitions where kaleoDefinitionId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTransition> |
findByKaleoDefinitionId(long kaleoDefinitionId,
int start,
int end)
Returns a range of all the kaleo transitions where kaleoDefinitionId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTransition> |
findByKaleoDefinitionId(long kaleoDefinitionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator)
Returns an ordered range of all the kaleo transitions where kaleoDefinitionId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTransition> |
findByKaleoDefinitionId(long kaleoDefinitionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo transitions where kaleoDefinitionId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTransition |
findByKaleoNodeId_First(long kaleoNodeId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator)
Returns the first kaleo transition in the ordered set where kaleoNodeId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTransition |
findByKaleoNodeId_Last(long kaleoNodeId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator)
Returns the last kaleo transition in the ordered set where kaleoNodeId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTransition[] |
findByKaleoNodeId_PrevAndNext(long kaleoTransitionId,
long kaleoNodeId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator)
Returns the kaleo transitions before and after the current kaleo transition in the ordered set where kaleoNodeId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTransition> |
findByKaleoNodeId(long kaleoNodeId)
Returns all the kaleo transitions where kaleoNodeId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTransition> |
findByKaleoNodeId(long kaleoNodeId,
int start,
int end)
Returns a range of all the kaleo transitions where kaleoNodeId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTransition> |
findByKaleoNodeId(long kaleoNodeId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator)
Returns an ordered range of all the kaleo transitions where kaleoNodeId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTransition> |
findByKaleoNodeId(long kaleoNodeId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo transitions where kaleoNodeId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTransition |
findByKNI_DT(long kaleoNodeId,
boolean defaultTransition)
Returns the kaleo transition where kaleoNodeId = ? and defaultTransition = ? or throws a
NoSuchTransitionException if it could not be found. |
com.liferay.portal.workflow.kaleo.model.KaleoTransition |
findByKNI_N(long kaleoNodeId,
java.lang.String name)
Returns the kaleo transition where kaleoNodeId = ? and name = ? or throws a
NoSuchTransitionException if it could not be found. |
com.liferay.portal.workflow.kaleo.model.KaleoTransition |
findByPrimaryKey(long kaleoTransitionId)
Returns the kaleo transition with the primary key or throws a
NoSuchTransitionException if it could not be found. |
com.liferay.portal.workflow.kaleo.model.KaleoTransition |
findByPrimaryKey(java.io.Serializable primaryKey)
Returns the kaleo transition with the primary key or throws a
NoSuchModelException if it could not be found. |
protected com.liferay.portal.workflow.kaleo.model.KaleoTransition |
getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoTransition kaleoTransition,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator,
boolean previous) |
protected com.liferay.portal.workflow.kaleo.model.KaleoTransition |
getByKaleoDefinitionId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoTransition kaleoTransition,
long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator,
boolean previous) |
protected com.liferay.portal.workflow.kaleo.model.KaleoTransition |
getByKaleoNodeId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoTransition kaleoTransition,
long kaleoNodeId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator,
boolean previous) |
protected java.util.Map<java.lang.String,java.lang.Integer> |
getTableColumnsMap() |
com.liferay.portal.workflow.kaleo.model.KaleoTransition |
remove(long kaleoTransitionId)
Removes the kaleo transition with the primary key from the database.
|
com.liferay.portal.workflow.kaleo.model.KaleoTransition |
remove(java.io.Serializable primaryKey)
Removes the kaleo transition with the primary key from the database.
|
void |
removeAll()
Removes all the kaleo transitions from the database.
|
void |
removeByCompanyId(long companyId)
Removes all the kaleo transitions where companyId = ? from the database.
|
void |
removeByKaleoDefinitionId(long kaleoDefinitionId)
Removes all the kaleo transitions where kaleoDefinitionId = ? from the database.
|
void |
removeByKaleoNodeId(long kaleoNodeId)
Removes all the kaleo transitions where kaleoNodeId = ? from the database.
|
com.liferay.portal.workflow.kaleo.model.KaleoTransition |
removeByKNI_DT(long kaleoNodeId,
boolean defaultTransition)
Removes the kaleo transition where kaleoNodeId = ? and defaultTransition = ? from the database.
|
com.liferay.portal.workflow.kaleo.model.KaleoTransition |
removeByKNI_N(long kaleoNodeId,
java.lang.String name)
Removes the kaleo transition where kaleoNodeId = ? and name = ? from the database.
|
protected com.liferay.portal.workflow.kaleo.model.KaleoTransition |
removeImpl(com.liferay.portal.workflow.kaleo.model.KaleoTransition kaleoTransition) |
protected com.liferay.portal.workflow.kaleo.model.KaleoTransition |
toUnwrappedModel(com.liferay.portal.workflow.kaleo.model.KaleoTransition kaleoTransition) |
com.liferay.portal.workflow.kaleo.model.KaleoTransition |
updateImpl(com.liferay.portal.workflow.kaleo.model.KaleoTransition kaleoTransition) |
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getClassLoader, getColumnName, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, updatepublic static final java.lang.String FINDER_CLASS_NAME_ENTITY
public static final java.lang.String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final java.lang.String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_KALEODEFINITIONID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_KALEODEFINITIONID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_KALEODEFINITIONID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_KALEONODEID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_KALEONODEID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_KALEONODEID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_KNI_N
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_KNI_N
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_KNI_DT
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_KNI_DT
@ServiceReference(type=com.liferay.portal.kernel.service.persistence.CompanyProviderWrapper.class) protected com.liferay.portal.kernel.service.persistence.CompanyProvider companyProvider
@ServiceReference(type=com.liferay.portal.kernel.dao.orm.EntityCache.class) protected com.liferay.portal.kernel.dao.orm.EntityCache entityCache
@ServiceReference(type=com.liferay.portal.kernel.dao.orm.FinderCache.class) protected com.liferay.portal.kernel.dao.orm.FinderCache finderCache
public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTransition> findByCompanyId(long companyId)
findByCompanyId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencecompanyId - the company IDpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTransition> findByCompanyId(long companyId,
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 KaleoTransitionModelImpl. 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.
findByCompanyId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencecompanyId - the company IDstart - the lower bound of the range of kaleo transitionsend - the upper bound of the range of kaleo transitions (not inclusive)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTransition> findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> 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 KaleoTransitionModelImpl. 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.
findByCompanyId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencecompanyId - the company IDstart - the lower bound of the range of kaleo transitionsend - the upper bound of the range of kaleo transitions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTransition> findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> 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 KaleoTransitionModelImpl. 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.
findByCompanyId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencecompanyId - the company IDstart - the lower bound of the range of kaleo transitionsend - the upper bound of the range of kaleo transitions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cachepublic com.liferay.portal.workflow.kaleo.model.KaleoTransition findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTransitionException
findByCompanyId_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTransitionException - if a matching kaleo transition could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTransition fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator)
fetchByCompanyId_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo transition could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTransition findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTransitionException
findByCompanyId_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTransitionException - if a matching kaleo transition could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTransition fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator)
fetchByCompanyId_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo transition could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTransition[] findByCompanyId_PrevAndNext(long kaleoTransitionId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTransitionException
findByCompanyId_PrevAndNext in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencekaleoTransitionId - the primary key of the current kaleo transitioncompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTransitionException - if a kaleo transition with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoTransition getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoTransition kaleoTransition,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator,
boolean previous)
public void removeByCompanyId(long companyId)
removeByCompanyId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencecompanyId - the company IDpublic int countByCompanyId(long companyId)
countByCompanyId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencecompanyId - the company IDpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTransition> findByKaleoDefinitionId(long kaleoDefinitionId)
findByKaleoDefinitionId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencekaleoDefinitionId - the kaleo definition IDpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTransition> findByKaleoDefinitionId(long kaleoDefinitionId,
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 KaleoTransitionModelImpl. 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.
findByKaleoDefinitionId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencekaleoDefinitionId - the kaleo definition IDstart - the lower bound of the range of kaleo transitionsend - the upper bound of the range of kaleo transitions (not inclusive)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTransition> findByKaleoDefinitionId(long kaleoDefinitionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> 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 KaleoTransitionModelImpl. 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.
findByKaleoDefinitionId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencekaleoDefinitionId - the kaleo definition IDstart - the lower bound of the range of kaleo transitionsend - the upper bound of the range of kaleo transitions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTransition> findByKaleoDefinitionId(long kaleoDefinitionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> 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 KaleoTransitionModelImpl. 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.
findByKaleoDefinitionId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencekaleoDefinitionId - the kaleo definition IDstart - the lower bound of the range of kaleo transitionsend - the upper bound of the range of kaleo transitions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cachepublic com.liferay.portal.workflow.kaleo.model.KaleoTransition findByKaleoDefinitionId_First(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTransitionException
findByKaleoDefinitionId_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencekaleoDefinitionId - the kaleo definition IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTransitionException - if a matching kaleo transition could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTransition fetchByKaleoDefinitionId_First(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator)
fetchByKaleoDefinitionId_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencekaleoDefinitionId - the kaleo definition IDorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo transition could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTransition findByKaleoDefinitionId_Last(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTransitionException
findByKaleoDefinitionId_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencekaleoDefinitionId - the kaleo definition IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTransitionException - if a matching kaleo transition could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTransition fetchByKaleoDefinitionId_Last(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator)
fetchByKaleoDefinitionId_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencekaleoDefinitionId - the kaleo definition IDorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo transition could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTransition[] findByKaleoDefinitionId_PrevAndNext(long kaleoTransitionId,
long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTransitionException
findByKaleoDefinitionId_PrevAndNext in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencekaleoTransitionId - the primary key of the current kaleo transitionkaleoDefinitionId - the kaleo definition IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTransitionException - if a kaleo transition with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoTransition getByKaleoDefinitionId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoTransition kaleoTransition,
long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator,
boolean previous)
public void removeByKaleoDefinitionId(long kaleoDefinitionId)
removeByKaleoDefinitionId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencekaleoDefinitionId - the kaleo definition IDpublic int countByKaleoDefinitionId(long kaleoDefinitionId)
countByKaleoDefinitionId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencekaleoDefinitionId - the kaleo definition IDpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTransition> findByKaleoNodeId(long kaleoNodeId)
findByKaleoNodeId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencekaleoNodeId - the kaleo node IDpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTransition> findByKaleoNodeId(long kaleoNodeId,
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 KaleoTransitionModelImpl. 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.
findByKaleoNodeId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencekaleoNodeId - the kaleo node IDstart - the lower bound of the range of kaleo transitionsend - the upper bound of the range of kaleo transitions (not inclusive)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTransition> findByKaleoNodeId(long kaleoNodeId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> 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 KaleoTransitionModelImpl. 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.
findByKaleoNodeId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencekaleoNodeId - the kaleo node IDstart - the lower bound of the range of kaleo transitionsend - the upper bound of the range of kaleo transitions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTransition> findByKaleoNodeId(long kaleoNodeId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> 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 KaleoTransitionModelImpl. 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.
findByKaleoNodeId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencekaleoNodeId - the kaleo node IDstart - the lower bound of the range of kaleo transitionsend - the upper bound of the range of kaleo transitions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cachepublic com.liferay.portal.workflow.kaleo.model.KaleoTransition findByKaleoNodeId_First(long kaleoNodeId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTransitionException
findByKaleoNodeId_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencekaleoNodeId - the kaleo node IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTransitionException - if a matching kaleo transition could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTransition fetchByKaleoNodeId_First(long kaleoNodeId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator)
fetchByKaleoNodeId_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencekaleoNodeId - the kaleo node IDorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo transition could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTransition findByKaleoNodeId_Last(long kaleoNodeId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTransitionException
findByKaleoNodeId_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencekaleoNodeId - the kaleo node IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTransitionException - if a matching kaleo transition could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTransition fetchByKaleoNodeId_Last(long kaleoNodeId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator)
fetchByKaleoNodeId_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencekaleoNodeId - the kaleo node IDorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo transition could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTransition[] findByKaleoNodeId_PrevAndNext(long kaleoTransitionId,
long kaleoNodeId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTransitionException
findByKaleoNodeId_PrevAndNext in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencekaleoTransitionId - the primary key of the current kaleo transitionkaleoNodeId - the kaleo node IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTransitionException - if a kaleo transition with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoTransition getByKaleoNodeId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoTransition kaleoTransition,
long kaleoNodeId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> orderByComparator,
boolean previous)
public void removeByKaleoNodeId(long kaleoNodeId)
removeByKaleoNodeId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencekaleoNodeId - the kaleo node IDpublic int countByKaleoNodeId(long kaleoNodeId)
countByKaleoNodeId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencekaleoNodeId - the kaleo node IDpublic com.liferay.portal.workflow.kaleo.model.KaleoTransition findByKNI_N(long kaleoNodeId,
java.lang.String name)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTransitionException
NoSuchTransitionException if it could not be found.findByKNI_N in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencekaleoNodeId - the kaleo node IDname - the namecom.liferay.portal.workflow.kaleo.exception.NoSuchTransitionException - if a matching kaleo transition could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTransition fetchByKNI_N(long kaleoNodeId,
java.lang.String name)
null if it could not be found. Uses the finder cache.fetchByKNI_N in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencekaleoNodeId - the kaleo node IDname - the namenull if a matching kaleo transition could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTransition fetchByKNI_N(long kaleoNodeId,
java.lang.String name,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.fetchByKNI_N in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencekaleoNodeId - the kaleo node IDname - the nameretrieveFromCache - whether to retrieve from the finder cachenull if a matching kaleo transition could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTransition removeByKNI_N(long kaleoNodeId,
java.lang.String name)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTransitionException
removeByKNI_N in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencekaleoNodeId - the kaleo node IDname - the namecom.liferay.portal.workflow.kaleo.exception.NoSuchTransitionExceptionpublic int countByKNI_N(long kaleoNodeId,
java.lang.String name)
countByKNI_N in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencekaleoNodeId - the kaleo node IDname - the namepublic com.liferay.portal.workflow.kaleo.model.KaleoTransition findByKNI_DT(long kaleoNodeId,
boolean defaultTransition)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTransitionException
NoSuchTransitionException if it could not be found.findByKNI_DT in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencekaleoNodeId - the kaleo node IDdefaultTransition - the default transitioncom.liferay.portal.workflow.kaleo.exception.NoSuchTransitionException - if a matching kaleo transition could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTransition fetchByKNI_DT(long kaleoNodeId,
boolean defaultTransition)
null if it could not be found. Uses the finder cache.fetchByKNI_DT in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencekaleoNodeId - the kaleo node IDdefaultTransition - the default transitionnull if a matching kaleo transition could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTransition fetchByKNI_DT(long kaleoNodeId,
boolean defaultTransition,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.fetchByKNI_DT in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencekaleoNodeId - the kaleo node IDdefaultTransition - the default transitionretrieveFromCache - whether to retrieve from the finder cachenull if a matching kaleo transition could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTransition removeByKNI_DT(long kaleoNodeId,
boolean defaultTransition)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTransitionException
removeByKNI_DT in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencekaleoNodeId - the kaleo node IDdefaultTransition - the default transitioncom.liferay.portal.workflow.kaleo.exception.NoSuchTransitionExceptionpublic int countByKNI_DT(long kaleoNodeId,
boolean defaultTransition)
countByKNI_DT in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencekaleoNodeId - the kaleo node IDdefaultTransition - the default transitionpublic void cacheResult(com.liferay.portal.workflow.kaleo.model.KaleoTransition kaleoTransition)
cacheResult in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencekaleoTransition - the kaleo transitionpublic void cacheResult(java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTransition> kaleoTransitions)
cacheResult in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencekaleoTransitions - the kaleo transitionspublic 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.workflow.kaleo.model.KaleoTransition>clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTransition>public void clearCache(com.liferay.portal.workflow.kaleo.model.KaleoTransition kaleoTransition)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoTransition>clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTransition>public void clearCache(java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTransition> kaleoTransitions)
clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoTransition>clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTransition>protected void cacheUniqueFindersCache(KaleoTransitionModelImpl kaleoTransitionModelImpl, boolean isNew)
protected void clearUniqueFindersCache(KaleoTransitionModelImpl kaleoTransitionModelImpl)
public com.liferay.portal.workflow.kaleo.model.KaleoTransition create(long kaleoTransitionId)
create in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencekaleoTransitionId - the primary key for the new kaleo transitionpublic com.liferay.portal.workflow.kaleo.model.KaleoTransition remove(long kaleoTransitionId)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTransitionException
remove in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencekaleoTransitionId - the primary key of the kaleo transitioncom.liferay.portal.workflow.kaleo.exception.NoSuchTransitionException - if a kaleo transition with the primary key could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTransition remove(java.io.Serializable primaryKey)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTransitionException
remove in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoTransition>remove in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTransition>primaryKey - the primary key of the kaleo transitioncom.liferay.portal.workflow.kaleo.exception.NoSuchTransitionException - if a kaleo transition with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoTransition removeImpl(com.liferay.portal.workflow.kaleo.model.KaleoTransition kaleoTransition)
removeImpl in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTransition>public com.liferay.portal.workflow.kaleo.model.KaleoTransition updateImpl(com.liferay.portal.workflow.kaleo.model.KaleoTransition kaleoTransition)
updateImpl in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistenceupdateImpl in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTransition>protected com.liferay.portal.workflow.kaleo.model.KaleoTransition toUnwrappedModel(com.liferay.portal.workflow.kaleo.model.KaleoTransition kaleoTransition)
public com.liferay.portal.workflow.kaleo.model.KaleoTransition findByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTransitionException
NoSuchModelException if it could not be found.findByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoTransition>findByPrimaryKey in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTransition>primaryKey - the primary key of the kaleo transitioncom.liferay.portal.workflow.kaleo.exception.NoSuchTransitionException - if a kaleo transition with the primary key could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTransition findByPrimaryKey(long kaleoTransitionId)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTransitionException
NoSuchTransitionException if it could not be found.findByPrimaryKey in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencekaleoTransitionId - the primary key of the kaleo transitioncom.liferay.portal.workflow.kaleo.exception.NoSuchTransitionException - if a kaleo transition with the primary key could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTransition fetchByPrimaryKey(java.io.Serializable primaryKey)
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoTransition>fetchByPrimaryKey in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTransition>primaryKey - the primary key of the kaleo transitionnull if a kaleo transition with the primary key could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTransition fetchByPrimaryKey(long kaleoTransitionId)
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencekaleoTransitionId - the primary key of the kaleo transitionnull if a kaleo transition with the primary key could not be foundpublic java.util.Map<java.io.Serializable,com.liferay.portal.workflow.kaleo.model.KaleoTransition> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
fetchByPrimaryKeys in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoTransition>fetchByPrimaryKeys in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencefetchByPrimaryKeys in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTransition>public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTransition> findAll()
findAll in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistencepublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTransition> 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 KaleoTransitionModelImpl. 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.workflow.kaleo.service.persistence.KaleoTransitionPersistencestart - the lower bound of the range of kaleo transitionsend - the upper bound of the range of kaleo transitions (not inclusive)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTransition> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> 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 KaleoTransitionModelImpl. 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.workflow.kaleo.service.persistence.KaleoTransitionPersistencestart - the lower bound of the range of kaleo transitionsend - the upper bound of the range of kaleo transitions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTransition> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTransition> 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 KaleoTransitionModelImpl. 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.workflow.kaleo.service.persistence.KaleoTransitionPersistencestart - the lower bound of the range of kaleo transitionsend - the upper bound of the range of kaleo transitions (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.workflow.kaleo.service.persistence.KaleoTransitionPersistencepublic int countAll()
countAll in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTransitionPersistenceprotected java.util.Map<java.lang.String,java.lang.Integer> getTableColumnsMap()
getTableColumnsMap in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTransition>public void afterPropertiesSet()
public void destroy()