@ProviderType
public class KaleoTaskAssignmentPersistenceImpl
extends com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment>
implements com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistence
Caching information and settings can be found in portal.properties
KaleoTaskAssignmentPersistence,
KaleoTaskAssignmentUtil| 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_KCN_KCPK |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_KCN_KCPK_ACN |
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_KCN_KCPK |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_KCN_KCPK_ACN |
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_KCN_KCPK |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_KCN_KCPK_ACN |
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 |
|---|
KaleoTaskAssignmentPersistenceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Initializes the kaleo task assignment persistence.
|
void |
cacheResult(com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment kaleoTaskAssignment)
Caches the kaleo task assignment in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> kaleoTaskAssignments)
Caches the kaleo task assignments in the entity cache if it is enabled.
|
void |
clearCache()
Clears the cache for all kaleo task assignments.
|
void |
clearCache(com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment kaleoTaskAssignment)
Clears the cache for the kaleo task assignment.
|
void |
clearCache(java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> kaleoTaskAssignments) |
int |
countAll()
Returns the number of kaleo task assignments.
|
int |
countByCompanyId(long companyId)
Returns the number of kaleo task assignments where companyId = ?.
|
int |
countByKaleoDefinitionId(long kaleoDefinitionId)
Returns the number of kaleo task assignments where kaleoDefinitionId = ?.
|
int |
countByKCN_KCPK_ACN(java.lang.String kaleoClassName,
long kaleoClassPK,
java.lang.String assigneeClassName)
Returns the number of kaleo task assignments where kaleoClassName = ? and kaleoClassPK = ? and assigneeClassName = ?.
|
int |
countByKCN_KCPK(java.lang.String kaleoClassName,
long kaleoClassPK)
Returns the number of kaleo task assignments where kaleoClassName = ? and kaleoClassPK = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment |
create(long kaleoTaskAssignmentId)
Creates a new kaleo task assignment with the primary key.
|
void |
destroy() |
com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment |
fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
Returns the first kaleo task assignment in the ordered set where companyId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment |
fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
Returns the last kaleo task assignment in the ordered set where companyId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment |
fetchByKaleoDefinitionId_First(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
Returns the first kaleo task assignment in the ordered set where kaleoDefinitionId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment |
fetchByKaleoDefinitionId_Last(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
Returns the last kaleo task assignment in the ordered set where kaleoDefinitionId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment |
fetchByKCN_KCPK_ACN_First(java.lang.String kaleoClassName,
long kaleoClassPK,
java.lang.String assigneeClassName,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
Returns the first kaleo task assignment in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and assigneeClassName = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment |
fetchByKCN_KCPK_ACN_Last(java.lang.String kaleoClassName,
long kaleoClassPK,
java.lang.String assigneeClassName,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
Returns the last kaleo task assignment in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and assigneeClassName = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment |
fetchByKCN_KCPK_First(java.lang.String kaleoClassName,
long kaleoClassPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
Returns the first kaleo task assignment in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment |
fetchByKCN_KCPK_Last(java.lang.String kaleoClassName,
long kaleoClassPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
Returns the last kaleo task assignment in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment |
fetchByPrimaryKey(long kaleoTaskAssignmentId)
Returns the kaleo task assignment with the primary key or returns
null if it could not be found. |
com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment |
fetchByPrimaryKey(java.io.Serializable primaryKey)
Returns the kaleo task assignment 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.KaleoTaskAssignment> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> |
findAll()
Returns all the kaleo task assignments.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> |
findAll(int start,
int end)
Returns a range of all the kaleo task assignments.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
Returns an ordered range of all the kaleo task assignments.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo task assignments.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
Returns the first kaleo task assignment in the ordered set where companyId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
Returns the last kaleo task assignment in the ordered set where companyId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment[] |
findByCompanyId_PrevAndNext(long kaleoTaskAssignmentId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
Returns the kaleo task assignments before and after the current kaleo task assignment in the ordered set where companyId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> |
findByCompanyId(long companyId)
Returns all the kaleo task assignments where companyId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the kaleo task assignments where companyId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
Returns an ordered range of all the kaleo task assignments where companyId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo task assignments where companyId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment |
findByKaleoDefinitionId_First(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
Returns the first kaleo task assignment in the ordered set where kaleoDefinitionId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment |
findByKaleoDefinitionId_Last(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
Returns the last kaleo task assignment in the ordered set where kaleoDefinitionId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment[] |
findByKaleoDefinitionId_PrevAndNext(long kaleoTaskAssignmentId,
long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
Returns the kaleo task assignments before and after the current kaleo task assignment in the ordered set where kaleoDefinitionId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> |
findByKaleoDefinitionId(long kaleoDefinitionId)
Returns all the kaleo task assignments where kaleoDefinitionId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> |
findByKaleoDefinitionId(long kaleoDefinitionId,
int start,
int end)
Returns a range of all the kaleo task assignments where kaleoDefinitionId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> |
findByKaleoDefinitionId(long kaleoDefinitionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
Returns an ordered range of all the kaleo task assignments where kaleoDefinitionId = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> |
findByKaleoDefinitionId(long kaleoDefinitionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo task assignments where kaleoDefinitionId = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment |
findByKCN_KCPK_ACN_First(java.lang.String kaleoClassName,
long kaleoClassPK,
java.lang.String assigneeClassName,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
Returns the first kaleo task assignment in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and assigneeClassName = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment |
findByKCN_KCPK_ACN_Last(java.lang.String kaleoClassName,
long kaleoClassPK,
java.lang.String assigneeClassName,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
Returns the last kaleo task assignment in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and assigneeClassName = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment[] |
findByKCN_KCPK_ACN_PrevAndNext(long kaleoTaskAssignmentId,
java.lang.String kaleoClassName,
long kaleoClassPK,
java.lang.String assigneeClassName,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
Returns the kaleo task assignments before and after the current kaleo task assignment in the ordered set where kaleoClassName = ? and kaleoClassPK = ? and assigneeClassName = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> |
findByKCN_KCPK_ACN(java.lang.String kaleoClassName,
long kaleoClassPK,
java.lang.String assigneeClassName)
Returns all the kaleo task assignments where kaleoClassName = ? and kaleoClassPK = ? and assigneeClassName = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> |
findByKCN_KCPK_ACN(java.lang.String kaleoClassName,
long kaleoClassPK,
java.lang.String assigneeClassName,
int start,
int end)
Returns a range of all the kaleo task assignments where kaleoClassName = ? and kaleoClassPK = ? and assigneeClassName = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> |
findByKCN_KCPK_ACN(java.lang.String kaleoClassName,
long kaleoClassPK,
java.lang.String assigneeClassName,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
Returns an ordered range of all the kaleo task assignments where kaleoClassName = ? and kaleoClassPK = ? and assigneeClassName = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> |
findByKCN_KCPK_ACN(java.lang.String kaleoClassName,
long kaleoClassPK,
java.lang.String assigneeClassName,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo task assignments where kaleoClassName = ? and kaleoClassPK = ? and assigneeClassName = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment |
findByKCN_KCPK_First(java.lang.String kaleoClassName,
long kaleoClassPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
Returns the first kaleo task assignment in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment |
findByKCN_KCPK_Last(java.lang.String kaleoClassName,
long kaleoClassPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
Returns the last kaleo task assignment in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment[] |
findByKCN_KCPK_PrevAndNext(long kaleoTaskAssignmentId,
java.lang.String kaleoClassName,
long kaleoClassPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
Returns the kaleo task assignments before and after the current kaleo task assignment in the ordered set where kaleoClassName = ? and kaleoClassPK = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> |
findByKCN_KCPK(java.lang.String kaleoClassName,
long kaleoClassPK)
Returns all the kaleo task assignments where kaleoClassName = ? and kaleoClassPK = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> |
findByKCN_KCPK(java.lang.String kaleoClassName,
long kaleoClassPK,
int start,
int end)
Returns a range of all the kaleo task assignments where kaleoClassName = ? and kaleoClassPK = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> |
findByKCN_KCPK(java.lang.String kaleoClassName,
long kaleoClassPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
Returns an ordered range of all the kaleo task assignments where kaleoClassName = ? and kaleoClassPK = ?.
|
java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> |
findByKCN_KCPK(java.lang.String kaleoClassName,
long kaleoClassPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the kaleo task assignments where kaleoClassName = ? and kaleoClassPK = ?.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment |
findByPrimaryKey(long kaleoTaskAssignmentId)
Returns the kaleo task assignment with the primary key or throws a
NoSuchTaskAssignmentException if it could not be found. |
com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment |
findByPrimaryKey(java.io.Serializable primaryKey)
Returns the kaleo task assignment with the primary key or throws a
NoSuchModelException if it could not be found. |
protected com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment |
getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment kaleoTaskAssignment,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator,
boolean previous) |
protected com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment |
getByKaleoDefinitionId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment kaleoTaskAssignment,
long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator,
boolean previous) |
protected com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment |
getByKCN_KCPK_ACN_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment kaleoTaskAssignment,
java.lang.String kaleoClassName,
long kaleoClassPK,
java.lang.String assigneeClassName,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator,
boolean previous) |
protected com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment |
getByKCN_KCPK_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment kaleoTaskAssignment,
java.lang.String kaleoClassName,
long kaleoClassPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator,
boolean previous) |
protected java.util.Map<java.lang.String,java.lang.Integer> |
getTableColumnsMap() |
com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment |
remove(long kaleoTaskAssignmentId)
Removes the kaleo task assignment with the primary key from the database.
|
com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment |
remove(java.io.Serializable primaryKey)
Removes the kaleo task assignment with the primary key from the database.
|
void |
removeAll()
Removes all the kaleo task assignments from the database.
|
void |
removeByCompanyId(long companyId)
Removes all the kaleo task assignments where companyId = ? from the database.
|
void |
removeByKaleoDefinitionId(long kaleoDefinitionId)
Removes all the kaleo task assignments where kaleoDefinitionId = ? from the database.
|
void |
removeByKCN_KCPK_ACN(java.lang.String kaleoClassName,
long kaleoClassPK,
java.lang.String assigneeClassName)
Removes all the kaleo task assignments where kaleoClassName = ? and kaleoClassPK = ? and assigneeClassName = ? from the database.
|
void |
removeByKCN_KCPK(java.lang.String kaleoClassName,
long kaleoClassPK)
Removes all the kaleo task assignments where kaleoClassName = ? and kaleoClassPK = ? from the database.
|
protected com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment |
removeImpl(com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment kaleoTaskAssignment) |
protected com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment |
toUnwrappedModel(com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment kaleoTaskAssignment) |
com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment |
updateImpl(com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment kaleoTaskAssignment) |
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_KCN_KCPK
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_KCN_KCPK
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_KCN_KCPK
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_KCN_KCPK_ACN
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_KCN_KCPK_ACN
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_KCN_KCPK_ACN
@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.KaleoTaskAssignment> findByCompanyId(long companyId)
findByCompanyId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencecompanyId - the company IDpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> 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 KaleoTaskAssignmentModelImpl. 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.KaleoTaskAssignmentPersistencecompanyId - the company IDstart - the lower bound of the range of kaleo task assignmentsend - the upper bound of the range of kaleo task assignments (not inclusive)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> 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 KaleoTaskAssignmentModelImpl. 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.KaleoTaskAssignmentPersistencecompanyId - the company IDstart - the lower bound of the range of kaleo task assignmentsend - the upper bound of the range of kaleo task assignments (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> 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 KaleoTaskAssignmentModelImpl. 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.KaleoTaskAssignmentPersistencecompanyId - the company IDstart - the lower bound of the range of kaleo task assignmentsend - the upper bound of the range of kaleo task assignments (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.KaleoTaskAssignment findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTaskAssignmentException
findByCompanyId_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTaskAssignmentException - if a matching kaleo task assignment could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
fetchByCompanyId_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo task assignment could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTaskAssignmentException
findByCompanyId_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTaskAssignmentException - if a matching kaleo task assignment could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
fetchByCompanyId_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo task assignment could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment[] findByCompanyId_PrevAndNext(long kaleoTaskAssignmentId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTaskAssignmentException
findByCompanyId_PrevAndNext in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencekaleoTaskAssignmentId - the primary key of the current kaleo task assignmentcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTaskAssignmentException - if a kaleo task assignment with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment kaleoTaskAssignment,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator,
boolean previous)
public void removeByCompanyId(long companyId)
removeByCompanyId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencecompanyId - the company IDpublic int countByCompanyId(long companyId)
countByCompanyId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencecompanyId - the company IDpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> findByKaleoDefinitionId(long kaleoDefinitionId)
findByKaleoDefinitionId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencekaleoDefinitionId - the kaleo definition IDpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> 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 KaleoTaskAssignmentModelImpl. 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.KaleoTaskAssignmentPersistencekaleoDefinitionId - the kaleo definition IDstart - the lower bound of the range of kaleo task assignmentsend - the upper bound of the range of kaleo task assignments (not inclusive)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> findByKaleoDefinitionId(long kaleoDefinitionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> 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 KaleoTaskAssignmentModelImpl. 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.KaleoTaskAssignmentPersistencekaleoDefinitionId - the kaleo definition IDstart - the lower bound of the range of kaleo task assignmentsend - the upper bound of the range of kaleo task assignments (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> findByKaleoDefinitionId(long kaleoDefinitionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> 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 KaleoTaskAssignmentModelImpl. 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.KaleoTaskAssignmentPersistencekaleoDefinitionId - the kaleo definition IDstart - the lower bound of the range of kaleo task assignmentsend - the upper bound of the range of kaleo task assignments (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.KaleoTaskAssignment findByKaleoDefinitionId_First(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTaskAssignmentException
findByKaleoDefinitionId_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencekaleoDefinitionId - the kaleo definition IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTaskAssignmentException - if a matching kaleo task assignment could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment fetchByKaleoDefinitionId_First(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
fetchByKaleoDefinitionId_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencekaleoDefinitionId - the kaleo definition IDorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo task assignment could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment findByKaleoDefinitionId_Last(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTaskAssignmentException
findByKaleoDefinitionId_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencekaleoDefinitionId - the kaleo definition IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTaskAssignmentException - if a matching kaleo task assignment could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment fetchByKaleoDefinitionId_Last(long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
fetchByKaleoDefinitionId_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencekaleoDefinitionId - the kaleo definition IDorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo task assignment could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment[] findByKaleoDefinitionId_PrevAndNext(long kaleoTaskAssignmentId,
long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTaskAssignmentException
findByKaleoDefinitionId_PrevAndNext in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencekaleoTaskAssignmentId - the primary key of the current kaleo task assignmentkaleoDefinitionId - the kaleo definition IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTaskAssignmentException - if a kaleo task assignment with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment getByKaleoDefinitionId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment kaleoTaskAssignment,
long kaleoDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator,
boolean previous)
public void removeByKaleoDefinitionId(long kaleoDefinitionId)
removeByKaleoDefinitionId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencekaleoDefinitionId - the kaleo definition IDpublic int countByKaleoDefinitionId(long kaleoDefinitionId)
countByKaleoDefinitionId in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencekaleoDefinitionId - the kaleo definition IDpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> findByKCN_KCPK(java.lang.String kaleoClassName,
long kaleoClassPK)
findByKCN_KCPK in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> findByKCN_KCPK(java.lang.String kaleoClassName,
long kaleoClassPK,
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 KaleoTaskAssignmentModelImpl. 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.
findByKCN_KCPK in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kstart - the lower bound of the range of kaleo task assignmentsend - the upper bound of the range of kaleo task assignments (not inclusive)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> findByKCN_KCPK(java.lang.String kaleoClassName,
long kaleoClassPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> 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 KaleoTaskAssignmentModelImpl. 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.
findByKCN_KCPK in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kstart - the lower bound of the range of kaleo task assignmentsend - the upper bound of the range of kaleo task assignments (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> findByKCN_KCPK(java.lang.String kaleoClassName,
long kaleoClassPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> 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 KaleoTaskAssignmentModelImpl. 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.
findByKCN_KCPK in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kstart - the lower bound of the range of kaleo task assignmentsend - the upper bound of the range of kaleo task assignments (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.KaleoTaskAssignment findByKCN_KCPK_First(java.lang.String kaleoClassName,
long kaleoClassPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTaskAssignmentException
findByKCN_KCPK_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p korderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTaskAssignmentException - if a matching kaleo task assignment could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment fetchByKCN_KCPK_First(java.lang.String kaleoClassName,
long kaleoClassPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
fetchByKCN_KCPK_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p korderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo task assignment could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment findByKCN_KCPK_Last(java.lang.String kaleoClassName,
long kaleoClassPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTaskAssignmentException
findByKCN_KCPK_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p korderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTaskAssignmentException - if a matching kaleo task assignment could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment fetchByKCN_KCPK_Last(java.lang.String kaleoClassName,
long kaleoClassPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
fetchByKCN_KCPK_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p korderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo task assignment could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment[] findByKCN_KCPK_PrevAndNext(long kaleoTaskAssignmentId,
java.lang.String kaleoClassName,
long kaleoClassPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTaskAssignmentException
findByKCN_KCPK_PrevAndNext in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencekaleoTaskAssignmentId - the primary key of the current kaleo task assignmentkaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p korderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTaskAssignmentException - if a kaleo task assignment with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment getByKCN_KCPK_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment kaleoTaskAssignment,
java.lang.String kaleoClassName,
long kaleoClassPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator,
boolean previous)
public void removeByKCN_KCPK(java.lang.String kaleoClassName,
long kaleoClassPK)
removeByKCN_KCPK in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kpublic int countByKCN_KCPK(java.lang.String kaleoClassName,
long kaleoClassPK)
countByKCN_KCPK in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kpublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> findByKCN_KCPK_ACN(java.lang.String kaleoClassName,
long kaleoClassPK,
java.lang.String assigneeClassName)
findByKCN_KCPK_ACN in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kassigneeClassName - the assignee class namepublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> findByKCN_KCPK_ACN(java.lang.String kaleoClassName,
long kaleoClassPK,
java.lang.String assigneeClassName,
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 KaleoTaskAssignmentModelImpl. 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.
findByKCN_KCPK_ACN in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kassigneeClassName - the assignee class namestart - the lower bound of the range of kaleo task assignmentsend - the upper bound of the range of kaleo task assignments (not inclusive)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> findByKCN_KCPK_ACN(java.lang.String kaleoClassName,
long kaleoClassPK,
java.lang.String assigneeClassName,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> 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 KaleoTaskAssignmentModelImpl. 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.
findByKCN_KCPK_ACN in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kassigneeClassName - the assignee class namestart - the lower bound of the range of kaleo task assignmentsend - the upper bound of the range of kaleo task assignments (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> findByKCN_KCPK_ACN(java.lang.String kaleoClassName,
long kaleoClassPK,
java.lang.String assigneeClassName,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> 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 KaleoTaskAssignmentModelImpl. 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.
findByKCN_KCPK_ACN in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kassigneeClassName - the assignee class namestart - the lower bound of the range of kaleo task assignmentsend - the upper bound of the range of kaleo task assignments (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.KaleoTaskAssignment findByKCN_KCPK_ACN_First(java.lang.String kaleoClassName,
long kaleoClassPK,
java.lang.String assigneeClassName,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTaskAssignmentException
findByKCN_KCPK_ACN_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kassigneeClassName - the assignee class nameorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTaskAssignmentException - if a matching kaleo task assignment could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment fetchByKCN_KCPK_ACN_First(java.lang.String kaleoClassName,
long kaleoClassPK,
java.lang.String assigneeClassName,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
fetchByKCN_KCPK_ACN_First in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kassigneeClassName - the assignee class nameorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo task assignment could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment findByKCN_KCPK_ACN_Last(java.lang.String kaleoClassName,
long kaleoClassPK,
java.lang.String assigneeClassName,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTaskAssignmentException
findByKCN_KCPK_ACN_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kassigneeClassName - the assignee class nameorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTaskAssignmentException - if a matching kaleo task assignment could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment fetchByKCN_KCPK_ACN_Last(java.lang.String kaleoClassName,
long kaleoClassPK,
java.lang.String assigneeClassName,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
fetchByKCN_KCPK_ACN_Last in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kassigneeClassName - the assignee class nameorderByComparator - the comparator to order the set by (optionally null)null if a matching kaleo task assignment could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment[] findByKCN_KCPK_ACN_PrevAndNext(long kaleoTaskAssignmentId,
java.lang.String kaleoClassName,
long kaleoClassPK,
java.lang.String assigneeClassName,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTaskAssignmentException
findByKCN_KCPK_ACN_PrevAndNext in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencekaleoTaskAssignmentId - the primary key of the current kaleo task assignmentkaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kassigneeClassName - the assignee class nameorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.workflow.kaleo.exception.NoSuchTaskAssignmentException - if a kaleo task assignment with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment getByKCN_KCPK_ACN_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment kaleoTaskAssignment,
java.lang.String kaleoClassName,
long kaleoClassPK,
java.lang.String assigneeClassName,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> orderByComparator,
boolean previous)
public void removeByKCN_KCPK_ACN(java.lang.String kaleoClassName,
long kaleoClassPK,
java.lang.String assigneeClassName)
removeByKCN_KCPK_ACN in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kassigneeClassName - the assignee class namepublic int countByKCN_KCPK_ACN(java.lang.String kaleoClassName,
long kaleoClassPK,
java.lang.String assigneeClassName)
countByKCN_KCPK_ACN in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencekaleoClassName - the kaleo class namekaleoClassPK - the kaleo class p kassigneeClassName - the assignee class namepublic void cacheResult(com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment kaleoTaskAssignment)
cacheResult in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencekaleoTaskAssignment - the kaleo task assignmentpublic void cacheResult(java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> kaleoTaskAssignments)
cacheResult in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencekaleoTaskAssignments - the kaleo task assignmentspublic 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.KaleoTaskAssignment>clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment>public void clearCache(com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment kaleoTaskAssignment)
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.KaleoTaskAssignment>clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment>public void clearCache(java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> kaleoTaskAssignments)
clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment>clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment>public com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment create(long kaleoTaskAssignmentId)
create in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencekaleoTaskAssignmentId - the primary key for the new kaleo task assignmentpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment remove(long kaleoTaskAssignmentId)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTaskAssignmentException
remove in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencekaleoTaskAssignmentId - the primary key of the kaleo task assignmentcom.liferay.portal.workflow.kaleo.exception.NoSuchTaskAssignmentException - if a kaleo task assignment with the primary key could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment remove(java.io.Serializable primaryKey)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTaskAssignmentException
remove in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment>remove in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment>primaryKey - the primary key of the kaleo task assignmentcom.liferay.portal.workflow.kaleo.exception.NoSuchTaskAssignmentException - if a kaleo task assignment with the primary key could not be foundprotected com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment removeImpl(com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment kaleoTaskAssignment)
removeImpl in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment>public com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment updateImpl(com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment kaleoTaskAssignment)
updateImpl in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistenceupdateImpl in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment>protected com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment toUnwrappedModel(com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment kaleoTaskAssignment)
public com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment findByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTaskAssignmentException
NoSuchModelException if it could not be found.findByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment>findByPrimaryKey in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment>primaryKey - the primary key of the kaleo task assignmentcom.liferay.portal.workflow.kaleo.exception.NoSuchTaskAssignmentException - if a kaleo task assignment with the primary key could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment findByPrimaryKey(long kaleoTaskAssignmentId)
throws com.liferay.portal.workflow.kaleo.exception.NoSuchTaskAssignmentException
NoSuchTaskAssignmentException if it could not be found.findByPrimaryKey in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencekaleoTaskAssignmentId - the primary key of the kaleo task assignmentcom.liferay.portal.workflow.kaleo.exception.NoSuchTaskAssignmentException - if a kaleo task assignment with the primary key could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment 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.KaleoTaskAssignment>fetchByPrimaryKey in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment>primaryKey - the primary key of the kaleo task assignmentnull if a kaleo task assignment with the primary key could not be foundpublic com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment fetchByPrimaryKey(long kaleoTaskAssignmentId)
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencekaleoTaskAssignmentId - the primary key of the kaleo task assignmentnull if a kaleo task assignment with the primary key could not be foundpublic java.util.Map<java.io.Serializable,com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
fetchByPrimaryKeys in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment>fetchByPrimaryKeys in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencefetchByPrimaryKeys in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment>public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> findAll()
findAll in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistencepublic java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> 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 KaleoTaskAssignmentModelImpl. 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.KaleoTaskAssignmentPersistencestart - the lower bound of the range of kaleo task assignmentsend - the upper bound of the range of kaleo task assignments (not inclusive)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> 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 KaleoTaskAssignmentModelImpl. 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.KaleoTaskAssignmentPersistencestart - the lower bound of the range of kaleo task assignmentsend - the upper bound of the range of kaleo task assignments (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment> 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 KaleoTaskAssignmentModelImpl. 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.KaleoTaskAssignmentPersistencestart - the lower bound of the range of kaleo task assignmentsend - the upper bound of the range of kaleo task assignments (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.KaleoTaskAssignmentPersistencepublic int countAll()
countAll in interface com.liferay.portal.workflow.kaleo.service.persistence.KaleoTaskAssignmentPersistenceprotected 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.KaleoTaskAssignment>public void afterPropertiesSet()
public void destroy()