Class KaleoInstanceUtil
com.liferay.portal.workflow.kaleo.service.persistence.impl.KaleoInstancePersistenceImpl
and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
cacheResult
(KaleoInstance kaleoInstance) Caches the kaleo instance in the entity cache if it is enabled.static void
cacheResult
(List<KaleoInstance> kaleoInstances) Caches the kaleo instances in the entity cache if it is enabled.static void
static void
clearCache
(KaleoInstance kaleoInstance) static int
countAll()
Returns the number of kaleo instances.static int
countByC_KDN_KDV_CD
(long companyId, String kaleoDefinitionName, int kaleoDefinitionVersion, Date completionDate) Returns the number of kaleo instances where companyId = ? and kaleoDefinitionName = ? and kaleoDefinitionVersion = ? and completionDate = ?.static int
countByC_U
(long companyId, long userId) Returns the number of kaleo instances where companyId = ? and userId = ?.static int
countByCN_CPK
(String className, long classPK) Returns the number of kaleo instances where className = ? and classPK = ?.static int
countByCompanyId
(long companyId) Returns the number of kaleo instances where companyId = ?.static int
countByKaleoDefinitionVersionId
(long kaleoDefinitionVersionId) Returns the number of kaleo instances where kaleoDefinitionVersionId = ?.static int
countByKDI_C
(long kaleoDefinitionId, boolean completed) Returns the number of kaleo instances where kaleoDefinitionId = ? and completed = ?.static int
countByKDVI_C
(long kaleoDefinitionVersionId, boolean completed) Returns the number of kaleo instances where kaleoDefinitionVersionId = ? and completed = ?.static int
countByKII_C_U
(long kaleoInstanceId, long companyId, long userId) Returns the number of kaleo instances where kaleoInstanceId = ? and companyId = ? and userId = ?.static long
countWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static KaleoInstance
create
(long kaleoInstanceId) Creates a new kaleo instance with the primary key.static KaleoInstance
fetchByC_KDN_KDV_CD_First
(long companyId, String kaleoDefinitionName, int kaleoDefinitionVersion, Date completionDate, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the first kaleo instance in the ordered set where companyId = ? and kaleoDefinitionName = ? and kaleoDefinitionVersion = ? and completionDate = ?.static KaleoInstance
fetchByC_KDN_KDV_CD_Last
(long companyId, String kaleoDefinitionName, int kaleoDefinitionVersion, Date completionDate, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the last kaleo instance in the ordered set where companyId = ? and kaleoDefinitionName = ? and kaleoDefinitionVersion = ? and completionDate = ?.static KaleoInstance
fetchByC_U_First
(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the first kaleo instance in the ordered set where companyId = ? and userId = ?.static KaleoInstance
fetchByC_U_Last
(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the last kaleo instance in the ordered set where companyId = ? and userId = ?.static KaleoInstance
fetchByCN_CPK_First
(String className, long classPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the first kaleo instance in the ordered set where className = ? and classPK = ?.static KaleoInstance
fetchByCN_CPK_Last
(String className, long classPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the last kaleo instance in the ordered set where className = ? and classPK = ?.static KaleoInstance
fetchByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the first kaleo instance in the ordered set where companyId = ?.static KaleoInstance
fetchByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the last kaleo instance in the ordered set where companyId = ?.static KaleoInstance
fetchByKaleoDefinitionVersionId_First
(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the first kaleo instance in the ordered set where kaleoDefinitionVersionId = ?.static KaleoInstance
fetchByKaleoDefinitionVersionId_Last
(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the last kaleo instance in the ordered set where kaleoDefinitionVersionId = ?.static KaleoInstance
fetchByKDI_C_First
(long kaleoDefinitionId, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the first kaleo instance in the ordered set where kaleoDefinitionId = ? and completed = ?.static KaleoInstance
fetchByKDI_C_Last
(long kaleoDefinitionId, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the last kaleo instance in the ordered set where kaleoDefinitionId = ? and completed = ?.static KaleoInstance
fetchByKDVI_C_First
(long kaleoDefinitionVersionId, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the first kaleo instance in the ordered set where kaleoDefinitionVersionId = ? and completed = ?.static KaleoInstance
fetchByKDVI_C_Last
(long kaleoDefinitionVersionId, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the last kaleo instance in the ordered set where kaleoDefinitionVersionId = ? and completed = ?.static KaleoInstance
fetchByKII_C_U
(long kaleoInstanceId, long companyId, long userId) Returns the kaleo instance where kaleoInstanceId = ? and companyId = ? and userId = ? or returnsnull
if it could not be found.static KaleoInstance
fetchByKII_C_U
(long kaleoInstanceId, long companyId, long userId, boolean useFinderCache) Returns the kaleo instance where kaleoInstanceId = ? and companyId = ? and userId = ? or returnsnull
if it could not be found, optionally using the finder cache.static KaleoInstance
fetchByPrimaryKey
(long kaleoInstanceId) Returns the kaleo instance with the primary key or returnsnull
if it could not be found.static Map<Serializable,
KaleoInstance> fetchByPrimaryKeys
(Set<Serializable> primaryKeys) static List<KaleoInstance>
findAll()
Returns all the kaleo instances.static List<KaleoInstance>
findAll
(int start, int end) Returns a range of all the kaleo instances.static List<KaleoInstance>
findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns an ordered range of all the kaleo instances.static List<KaleoInstance>
findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo instances.static List<KaleoInstance>
findByC_KDN_KDV_CD
(long companyId, String kaleoDefinitionName, int kaleoDefinitionVersion, Date completionDate) Returns all the kaleo instances where companyId = ? and kaleoDefinitionName = ? and kaleoDefinitionVersion = ? and completionDate = ?.static List<KaleoInstance>
findByC_KDN_KDV_CD
(long companyId, String kaleoDefinitionName, int kaleoDefinitionVersion, Date completionDate, int start, int end) Returns a range of all the kaleo instances where companyId = ? and kaleoDefinitionName = ? and kaleoDefinitionVersion = ? and completionDate = ?.static List<KaleoInstance>
findByC_KDN_KDV_CD
(long companyId, String kaleoDefinitionName, int kaleoDefinitionVersion, Date completionDate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns an ordered range of all the kaleo instances where companyId = ? and kaleoDefinitionName = ? and kaleoDefinitionVersion = ? and completionDate = ?.static List<KaleoInstance>
findByC_KDN_KDV_CD
(long companyId, String kaleoDefinitionName, int kaleoDefinitionVersion, Date completionDate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo instances where companyId = ? and kaleoDefinitionName = ? and kaleoDefinitionVersion = ? and completionDate = ?.static KaleoInstance
findByC_KDN_KDV_CD_First
(long companyId, String kaleoDefinitionName, int kaleoDefinitionVersion, Date completionDate, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the first kaleo instance in the ordered set where companyId = ? and kaleoDefinitionName = ? and kaleoDefinitionVersion = ? and completionDate = ?.static KaleoInstance
findByC_KDN_KDV_CD_Last
(long companyId, String kaleoDefinitionName, int kaleoDefinitionVersion, Date completionDate, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the last kaleo instance in the ordered set where companyId = ? and kaleoDefinitionName = ? and kaleoDefinitionVersion = ? and completionDate = ?.static KaleoInstance[]
findByC_KDN_KDV_CD_PrevAndNext
(long kaleoInstanceId, long companyId, String kaleoDefinitionName, int kaleoDefinitionVersion, Date completionDate, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the kaleo instances before and after the current kaleo instance in the ordered set where companyId = ? and kaleoDefinitionName = ? and kaleoDefinitionVersion = ? and completionDate = ?.static List<KaleoInstance>
findByC_U
(long companyId, long userId) Returns all the kaleo instances where companyId = ? and userId = ?.static List<KaleoInstance>
findByC_U
(long companyId, long userId, int start, int end) Returns a range of all the kaleo instances where companyId = ? and userId = ?.static List<KaleoInstance>
findByC_U
(long companyId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns an ordered range of all the kaleo instances where companyId = ? and userId = ?.static List<KaleoInstance>
findByC_U
(long companyId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo instances where companyId = ? and userId = ?.static KaleoInstance
findByC_U_First
(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the first kaleo instance in the ordered set where companyId = ? and userId = ?.static KaleoInstance
findByC_U_Last
(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the last kaleo instance in the ordered set where companyId = ? and userId = ?.static KaleoInstance[]
findByC_U_PrevAndNext
(long kaleoInstanceId, long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the kaleo instances before and after the current kaleo instance in the ordered set where companyId = ? and userId = ?.static List<KaleoInstance>
findByCN_CPK
(String className, long classPK) Returns all the kaleo instances where className = ? and classPK = ?.static List<KaleoInstance>
findByCN_CPK
(String className, long classPK, int start, int end) Returns a range of all the kaleo instances where className = ? and classPK = ?.static List<KaleoInstance>
findByCN_CPK
(String className, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns an ordered range of all the kaleo instances where className = ? and classPK = ?.static List<KaleoInstance>
findByCN_CPK
(String className, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo instances where className = ? and classPK = ?.static KaleoInstance
findByCN_CPK_First
(String className, long classPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the first kaleo instance in the ordered set where className = ? and classPK = ?.static KaleoInstance
findByCN_CPK_Last
(String className, long classPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the last kaleo instance in the ordered set where className = ? and classPK = ?.static KaleoInstance[]
findByCN_CPK_PrevAndNext
(long kaleoInstanceId, String className, long classPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the kaleo instances before and after the current kaleo instance in the ordered set where className = ? and classPK = ?.static List<KaleoInstance>
findByCompanyId
(long companyId) Returns all the kaleo instances where companyId = ?.static List<KaleoInstance>
findByCompanyId
(long companyId, int start, int end) Returns a range of all the kaleo instances where companyId = ?.static List<KaleoInstance>
findByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns an ordered range of all the kaleo instances where companyId = ?.static List<KaleoInstance>
findByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo instances where companyId = ?.static KaleoInstance
findByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the first kaleo instance in the ordered set where companyId = ?.static KaleoInstance
findByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the last kaleo instance in the ordered set where companyId = ?.static KaleoInstance[]
findByCompanyId_PrevAndNext
(long kaleoInstanceId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the kaleo instances before and after the current kaleo instance in the ordered set where companyId = ?.static List<KaleoInstance>
findByKaleoDefinitionVersionId
(long kaleoDefinitionVersionId) Returns all the kaleo instances where kaleoDefinitionVersionId = ?.static List<KaleoInstance>
findByKaleoDefinitionVersionId
(long kaleoDefinitionVersionId, int start, int end) Returns a range of all the kaleo instances where kaleoDefinitionVersionId = ?.static List<KaleoInstance>
findByKaleoDefinitionVersionId
(long kaleoDefinitionVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns an ordered range of all the kaleo instances where kaleoDefinitionVersionId = ?.static List<KaleoInstance>
findByKaleoDefinitionVersionId
(long kaleoDefinitionVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo instances where kaleoDefinitionVersionId = ?.static KaleoInstance
findByKaleoDefinitionVersionId_First
(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the first kaleo instance in the ordered set where kaleoDefinitionVersionId = ?.static KaleoInstance
findByKaleoDefinitionVersionId_Last
(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the last kaleo instance in the ordered set where kaleoDefinitionVersionId = ?.static KaleoInstance[]
findByKaleoDefinitionVersionId_PrevAndNext
(long kaleoInstanceId, long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the kaleo instances before and after the current kaleo instance in the ordered set where kaleoDefinitionVersionId = ?.static List<KaleoInstance>
findByKDI_C
(long kaleoDefinitionId, boolean completed) Returns all the kaleo instances where kaleoDefinitionId = ? and completed = ?.static List<KaleoInstance>
findByKDI_C
(long kaleoDefinitionId, boolean completed, int start, int end) Returns a range of all the kaleo instances where kaleoDefinitionId = ? and completed = ?.static List<KaleoInstance>
findByKDI_C
(long kaleoDefinitionId, boolean completed, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns an ordered range of all the kaleo instances where kaleoDefinitionId = ? and completed = ?.static List<KaleoInstance>
findByKDI_C
(long kaleoDefinitionId, boolean completed, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo instances where kaleoDefinitionId = ? and completed = ?.static KaleoInstance
findByKDI_C_First
(long kaleoDefinitionId, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the first kaleo instance in the ordered set where kaleoDefinitionId = ? and completed = ?.static KaleoInstance
findByKDI_C_Last
(long kaleoDefinitionId, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the last kaleo instance in the ordered set where kaleoDefinitionId = ? and completed = ?.static KaleoInstance[]
findByKDI_C_PrevAndNext
(long kaleoInstanceId, long kaleoDefinitionId, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the kaleo instances before and after the current kaleo instance in the ordered set where kaleoDefinitionId = ? and completed = ?.static List<KaleoInstance>
findByKDVI_C
(long kaleoDefinitionVersionId, boolean completed) Returns all the kaleo instances where kaleoDefinitionVersionId = ? and completed = ?.static List<KaleoInstance>
findByKDVI_C
(long kaleoDefinitionVersionId, boolean completed, int start, int end) Returns a range of all the kaleo instances where kaleoDefinitionVersionId = ? and completed = ?.static List<KaleoInstance>
findByKDVI_C
(long kaleoDefinitionVersionId, boolean completed, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns an ordered range of all the kaleo instances where kaleoDefinitionVersionId = ? and completed = ?.static List<KaleoInstance>
findByKDVI_C
(long kaleoDefinitionVersionId, boolean completed, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo instances where kaleoDefinitionVersionId = ? and completed = ?.static KaleoInstance
findByKDVI_C_First
(long kaleoDefinitionVersionId, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the first kaleo instance in the ordered set where kaleoDefinitionVersionId = ? and completed = ?.static KaleoInstance
findByKDVI_C_Last
(long kaleoDefinitionVersionId, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the last kaleo instance in the ordered set where kaleoDefinitionVersionId = ? and completed = ?.static KaleoInstance[]
findByKDVI_C_PrevAndNext
(long kaleoInstanceId, long kaleoDefinitionVersionId, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the kaleo instances before and after the current kaleo instance in the ordered set where kaleoDefinitionVersionId = ? and completed = ?.static KaleoInstance
findByKII_C_U
(long kaleoInstanceId, long companyId, long userId) Returns the kaleo instance where kaleoInstanceId = ? and companyId = ? and userId = ? or throws aNoSuchInstanceException
if it could not be found.static KaleoInstance
findByPrimaryKey
(long kaleoInstanceId) Returns the kaleo instance with the primary key or throws aNoSuchInstanceException
if it could not be found.static List<KaleoInstance>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static List<KaleoInstance>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) static List<KaleoInstance>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) static KaleoInstancePersistence
static KaleoInstance
remove
(long kaleoInstanceId) Removes the kaleo instance with the primary key from the database.static void
Removes all the kaleo instances from the database.static void
removeByC_KDN_KDV_CD
(long companyId, String kaleoDefinitionName, int kaleoDefinitionVersion, Date completionDate) Removes all the kaleo instances where companyId = ? and kaleoDefinitionName = ? and kaleoDefinitionVersion = ? and completionDate = ? from the database.static void
removeByC_U
(long companyId, long userId) Removes all the kaleo instances where companyId = ? and userId = ? from the database.static void
removeByCN_CPK
(String className, long classPK) Removes all the kaleo instances where className = ? and classPK = ? from the database.static void
removeByCompanyId
(long companyId) Removes all the kaleo instances where companyId = ? from the database.static void
removeByKaleoDefinitionVersionId
(long kaleoDefinitionVersionId) Removes all the kaleo instances where kaleoDefinitionVersionId = ? from the database.static void
removeByKDI_C
(long kaleoDefinitionId, boolean completed) Removes all the kaleo instances where kaleoDefinitionId = ? and completed = ? from the database.static void
removeByKDVI_C
(long kaleoDefinitionVersionId, boolean completed) Removes all the kaleo instances where kaleoDefinitionVersionId = ? and completed = ? from the database.static KaleoInstance
removeByKII_C_U
(long kaleoInstanceId, long companyId, long userId) Removes the kaleo instance where kaleoInstanceId = ? and companyId = ? and userId = ? from the database.static void
setPersistence
(KaleoInstancePersistence persistence) static KaleoInstance
update
(KaleoInstance kaleoInstance) static KaleoInstance
update
(KaleoInstance kaleoInstance, com.liferay.portal.kernel.service.ServiceContext serviceContext) static KaleoInstance
updateImpl
(KaleoInstance kaleoInstance)
-
Constructor Details
-
KaleoInstanceUtil
public KaleoInstanceUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
BasePersistence.clearCache()
-
clearCache
- See Also:
-
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
-
countWithDynamicQuery
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.countWithDynamicQuery(DynamicQuery)
-
fetchByPrimaryKeys
- See Also:
-
BasePersistence.fetchByPrimaryKeys(Set)
-
findWithDynamicQuery
public static List<KaleoInstance> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery)
-
findWithDynamicQuery
public static List<KaleoInstance> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
-
findWithDynamicQuery
public static List<KaleoInstance> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
-
update
- See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
-
update
public static KaleoInstance update(KaleoInstance kaleoInstance, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
-
findByCompanyId
Returns all the kaleo instances where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the matching kaleo instances
-
findByCompanyId
Returns a range of all the kaleo instances where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoInstanceModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of kaleo instancesend
- the upper bound of the range of kaleo instances (not inclusive)- Returns:
- the range of matching kaleo instances
-
findByCompanyId
public static List<KaleoInstance> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns an ordered range of all the kaleo instances where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoInstanceModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of kaleo instancesend
- the upper bound of the range of kaleo instances (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kaleo instances
-
findByCompanyId
public static List<KaleoInstance> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo instances where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoInstanceModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of kaleo instancesend
- the upper bound of the range of kaleo instances (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kaleo instances
-
findByCompanyId_First
public static KaleoInstance findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) throws NoSuchInstanceException Returns the first kaleo instance in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo instance
- Throws:
NoSuchInstanceException
- if a matching kaleo instance could not be foundNoSuchInstanceException
-
fetchByCompanyId_First
public static KaleoInstance fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the first kaleo instance in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo instance, or
null
if a matching kaleo instance could not be found
-
findByCompanyId_Last
public static KaleoInstance findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) throws NoSuchInstanceException Returns the last kaleo instance in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo instance
- Throws:
NoSuchInstanceException
- if a matching kaleo instance could not be foundNoSuchInstanceException
-
fetchByCompanyId_Last
public static KaleoInstance fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the last kaleo instance in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo instance, or
null
if a matching kaleo instance could not be found
-
findByCompanyId_PrevAndNext
public static KaleoInstance[] findByCompanyId_PrevAndNext(long kaleoInstanceId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) throws NoSuchInstanceException Returns the kaleo instances before and after the current kaleo instance in the ordered set where companyId = ?.- Parameters:
kaleoInstanceId
- the primary key of the current kaleo instancecompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kaleo instance
- Throws:
NoSuchInstanceException
- if a kaleo instance with the primary key could not be foundNoSuchInstanceException
-
removeByCompanyId
public static void removeByCompanyId(long companyId) Removes all the kaleo instances where companyId = ? from the database.- Parameters:
companyId
- the company ID
-
countByCompanyId
public static int countByCompanyId(long companyId) Returns the number of kaleo instances where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the number of matching kaleo instances
-
findByKaleoDefinitionVersionId
Returns all the kaleo instances where kaleoDefinitionVersionId = ?.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version ID- Returns:
- the matching kaleo instances
-
findByKaleoDefinitionVersionId
public static List<KaleoInstance> findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end) Returns a range of all the kaleo instances where kaleoDefinitionVersionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoInstanceModelImpl
.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version IDstart
- the lower bound of the range of kaleo instancesend
- the upper bound of the range of kaleo instances (not inclusive)- Returns:
- the range of matching kaleo instances
-
findByKaleoDefinitionVersionId
public static List<KaleoInstance> findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns an ordered range of all the kaleo instances where kaleoDefinitionVersionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoInstanceModelImpl
.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version IDstart
- the lower bound of the range of kaleo instancesend
- the upper bound of the range of kaleo instances (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kaleo instances
-
findByKaleoDefinitionVersionId
public static List<KaleoInstance> findByKaleoDefinitionVersionId(long kaleoDefinitionVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo instances where kaleoDefinitionVersionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoInstanceModelImpl
.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version IDstart
- the lower bound of the range of kaleo instancesend
- the upper bound of the range of kaleo instances (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kaleo instances
-
findByKaleoDefinitionVersionId_First
public static KaleoInstance findByKaleoDefinitionVersionId_First(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) throws NoSuchInstanceException Returns the first kaleo instance in the ordered set where kaleoDefinitionVersionId = ?.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo instance
- Throws:
NoSuchInstanceException
- if a matching kaleo instance could not be foundNoSuchInstanceException
-
fetchByKaleoDefinitionVersionId_First
public static KaleoInstance fetchByKaleoDefinitionVersionId_First(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the first kaleo instance in the ordered set where kaleoDefinitionVersionId = ?.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo instance, or
null
if a matching kaleo instance could not be found
-
findByKaleoDefinitionVersionId_Last
public static KaleoInstance findByKaleoDefinitionVersionId_Last(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) throws NoSuchInstanceException Returns the last kaleo instance in the ordered set where kaleoDefinitionVersionId = ?.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo instance
- Throws:
NoSuchInstanceException
- if a matching kaleo instance could not be foundNoSuchInstanceException
-
fetchByKaleoDefinitionVersionId_Last
public static KaleoInstance fetchByKaleoDefinitionVersionId_Last(long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the last kaleo instance in the ordered set where kaleoDefinitionVersionId = ?.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo instance, or
null
if a matching kaleo instance could not be found
-
findByKaleoDefinitionVersionId_PrevAndNext
public static KaleoInstance[] findByKaleoDefinitionVersionId_PrevAndNext(long kaleoInstanceId, long kaleoDefinitionVersionId, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) throws NoSuchInstanceException Returns the kaleo instances before and after the current kaleo instance in the ordered set where kaleoDefinitionVersionId = ?.- Parameters:
kaleoInstanceId
- the primary key of the current kaleo instancekaleoDefinitionVersionId
- the kaleo definition version IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kaleo instance
- Throws:
NoSuchInstanceException
- if a kaleo instance with the primary key could not be foundNoSuchInstanceException
-
removeByKaleoDefinitionVersionId
public static void removeByKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Removes all the kaleo instances where kaleoDefinitionVersionId = ? from the database.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version ID
-
countByKaleoDefinitionVersionId
public static int countByKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Returns the number of kaleo instances where kaleoDefinitionVersionId = ?.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version ID- Returns:
- the number of matching kaleo instances
-
findByC_U
Returns all the kaleo instances where companyId = ? and userId = ?.- Parameters:
companyId
- the company IDuserId
- the user ID- Returns:
- the matching kaleo instances
-
findByC_U
Returns a range of all the kaleo instances where companyId = ? and userId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoInstanceModelImpl
.- Parameters:
companyId
- the company IDuserId
- the user IDstart
- the lower bound of the range of kaleo instancesend
- the upper bound of the range of kaleo instances (not inclusive)- Returns:
- the range of matching kaleo instances
-
findByC_U
public static List<KaleoInstance> findByC_U(long companyId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns an ordered range of all the kaleo instances where companyId = ? and userId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoInstanceModelImpl
.- Parameters:
companyId
- the company IDuserId
- the user IDstart
- the lower bound of the range of kaleo instancesend
- the upper bound of the range of kaleo instances (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kaleo instances
-
findByC_U
public static List<KaleoInstance> findByC_U(long companyId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo instances where companyId = ? and userId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoInstanceModelImpl
.- Parameters:
companyId
- the company IDuserId
- the user IDstart
- the lower bound of the range of kaleo instancesend
- the upper bound of the range of kaleo instances (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kaleo instances
-
findByC_U_First
public static KaleoInstance findByC_U_First(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) throws NoSuchInstanceException Returns the first kaleo instance in the ordered set where companyId = ? and userId = ?.- Parameters:
companyId
- the company IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo instance
- Throws:
NoSuchInstanceException
- if a matching kaleo instance could not be foundNoSuchInstanceException
-
fetchByC_U_First
public static KaleoInstance fetchByC_U_First(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the first kaleo instance in the ordered set where companyId = ? and userId = ?.- Parameters:
companyId
- the company IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo instance, or
null
if a matching kaleo instance could not be found
-
findByC_U_Last
public static KaleoInstance findByC_U_Last(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) throws NoSuchInstanceException Returns the last kaleo instance in the ordered set where companyId = ? and userId = ?.- Parameters:
companyId
- the company IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo instance
- Throws:
NoSuchInstanceException
- if a matching kaleo instance could not be foundNoSuchInstanceException
-
fetchByC_U_Last
public static KaleoInstance fetchByC_U_Last(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the last kaleo instance in the ordered set where companyId = ? and userId = ?.- Parameters:
companyId
- the company IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo instance, or
null
if a matching kaleo instance could not be found
-
findByC_U_PrevAndNext
public static KaleoInstance[] findByC_U_PrevAndNext(long kaleoInstanceId, long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) throws NoSuchInstanceException Returns the kaleo instances before and after the current kaleo instance in the ordered set where companyId = ? and userId = ?.- Parameters:
kaleoInstanceId
- the primary key of the current kaleo instancecompanyId
- the company IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kaleo instance
- Throws:
NoSuchInstanceException
- if a kaleo instance with the primary key could not be foundNoSuchInstanceException
-
removeByC_U
public static void removeByC_U(long companyId, long userId) Removes all the kaleo instances where companyId = ? and userId = ? from the database.- Parameters:
companyId
- the company IDuserId
- the user ID
-
countByC_U
public static int countByC_U(long companyId, long userId) Returns the number of kaleo instances where companyId = ? and userId = ?.- Parameters:
companyId
- the company IDuserId
- the user ID- Returns:
- the number of matching kaleo instances
-
findByKDI_C
Returns all the kaleo instances where kaleoDefinitionId = ? and completed = ?.- Parameters:
kaleoDefinitionId
- the kaleo definition IDcompleted
- the completed- Returns:
- the matching kaleo instances
-
findByKDI_C
public static List<KaleoInstance> findByKDI_C(long kaleoDefinitionId, boolean completed, int start, int end) Returns a range of all the kaleo instances where kaleoDefinitionId = ? and completed = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoInstanceModelImpl
.- Parameters:
kaleoDefinitionId
- the kaleo definition IDcompleted
- the completedstart
- the lower bound of the range of kaleo instancesend
- the upper bound of the range of kaleo instances (not inclusive)- Returns:
- the range of matching kaleo instances
-
findByKDI_C
public static List<KaleoInstance> findByKDI_C(long kaleoDefinitionId, boolean completed, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns an ordered range of all the kaleo instances where kaleoDefinitionId = ? and completed = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoInstanceModelImpl
.- Parameters:
kaleoDefinitionId
- the kaleo definition IDcompleted
- the completedstart
- the lower bound of the range of kaleo instancesend
- the upper bound of the range of kaleo instances (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kaleo instances
-
findByKDI_C
public static List<KaleoInstance> findByKDI_C(long kaleoDefinitionId, boolean completed, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo instances where kaleoDefinitionId = ? and completed = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoInstanceModelImpl
.- Parameters:
kaleoDefinitionId
- the kaleo definition IDcompleted
- the completedstart
- the lower bound of the range of kaleo instancesend
- the upper bound of the range of kaleo instances (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kaleo instances
-
findByKDI_C_First
public static KaleoInstance findByKDI_C_First(long kaleoDefinitionId, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) throws NoSuchInstanceException Returns the first kaleo instance in the ordered set where kaleoDefinitionId = ? and completed = ?.- Parameters:
kaleoDefinitionId
- the kaleo definition IDcompleted
- the completedorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo instance
- Throws:
NoSuchInstanceException
- if a matching kaleo instance could not be foundNoSuchInstanceException
-
fetchByKDI_C_First
public static KaleoInstance fetchByKDI_C_First(long kaleoDefinitionId, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the first kaleo instance in the ordered set where kaleoDefinitionId = ? and completed = ?.- Parameters:
kaleoDefinitionId
- the kaleo definition IDcompleted
- the completedorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo instance, or
null
if a matching kaleo instance could not be found
-
findByKDI_C_Last
public static KaleoInstance findByKDI_C_Last(long kaleoDefinitionId, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) throws NoSuchInstanceException Returns the last kaleo instance in the ordered set where kaleoDefinitionId = ? and completed = ?.- Parameters:
kaleoDefinitionId
- the kaleo definition IDcompleted
- the completedorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo instance
- Throws:
NoSuchInstanceException
- if a matching kaleo instance could not be foundNoSuchInstanceException
-
fetchByKDI_C_Last
public static KaleoInstance fetchByKDI_C_Last(long kaleoDefinitionId, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the last kaleo instance in the ordered set where kaleoDefinitionId = ? and completed = ?.- Parameters:
kaleoDefinitionId
- the kaleo definition IDcompleted
- the completedorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo instance, or
null
if a matching kaleo instance could not be found
-
findByKDI_C_PrevAndNext
public static KaleoInstance[] findByKDI_C_PrevAndNext(long kaleoInstanceId, long kaleoDefinitionId, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) throws NoSuchInstanceException Returns the kaleo instances before and after the current kaleo instance in the ordered set where kaleoDefinitionId = ? and completed = ?.- Parameters:
kaleoInstanceId
- the primary key of the current kaleo instancekaleoDefinitionId
- the kaleo definition IDcompleted
- the completedorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kaleo instance
- Throws:
NoSuchInstanceException
- if a kaleo instance with the primary key could not be foundNoSuchInstanceException
-
removeByKDI_C
public static void removeByKDI_C(long kaleoDefinitionId, boolean completed) Removes all the kaleo instances where kaleoDefinitionId = ? and completed = ? from the database.- Parameters:
kaleoDefinitionId
- the kaleo definition IDcompleted
- the completed
-
countByKDI_C
public static int countByKDI_C(long kaleoDefinitionId, boolean completed) Returns the number of kaleo instances where kaleoDefinitionId = ? and completed = ?.- Parameters:
kaleoDefinitionId
- the kaleo definition IDcompleted
- the completed- Returns:
- the number of matching kaleo instances
-
findByKDVI_C
Returns all the kaleo instances where kaleoDefinitionVersionId = ? and completed = ?.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version IDcompleted
- the completed- Returns:
- the matching kaleo instances
-
findByKDVI_C
public static List<KaleoInstance> findByKDVI_C(long kaleoDefinitionVersionId, boolean completed, int start, int end) Returns a range of all the kaleo instances where kaleoDefinitionVersionId = ? and completed = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoInstanceModelImpl
.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version IDcompleted
- the completedstart
- the lower bound of the range of kaleo instancesend
- the upper bound of the range of kaleo instances (not inclusive)- Returns:
- the range of matching kaleo instances
-
findByKDVI_C
public static List<KaleoInstance> findByKDVI_C(long kaleoDefinitionVersionId, boolean completed, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns an ordered range of all the kaleo instances where kaleoDefinitionVersionId = ? and completed = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoInstanceModelImpl
.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version IDcompleted
- the completedstart
- the lower bound of the range of kaleo instancesend
- the upper bound of the range of kaleo instances (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kaleo instances
-
findByKDVI_C
public static List<KaleoInstance> findByKDVI_C(long kaleoDefinitionVersionId, boolean completed, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo instances where kaleoDefinitionVersionId = ? and completed = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoInstanceModelImpl
.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version IDcompleted
- the completedstart
- the lower bound of the range of kaleo instancesend
- the upper bound of the range of kaleo instances (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kaleo instances
-
findByKDVI_C_First
public static KaleoInstance findByKDVI_C_First(long kaleoDefinitionVersionId, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) throws NoSuchInstanceException Returns the first kaleo instance in the ordered set where kaleoDefinitionVersionId = ? and completed = ?.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version IDcompleted
- the completedorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo instance
- Throws:
NoSuchInstanceException
- if a matching kaleo instance could not be foundNoSuchInstanceException
-
fetchByKDVI_C_First
public static KaleoInstance fetchByKDVI_C_First(long kaleoDefinitionVersionId, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the first kaleo instance in the ordered set where kaleoDefinitionVersionId = ? and completed = ?.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version IDcompleted
- the completedorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo instance, or
null
if a matching kaleo instance could not be found
-
findByKDVI_C_Last
public static KaleoInstance findByKDVI_C_Last(long kaleoDefinitionVersionId, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) throws NoSuchInstanceException Returns the last kaleo instance in the ordered set where kaleoDefinitionVersionId = ? and completed = ?.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version IDcompleted
- the completedorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo instance
- Throws:
NoSuchInstanceException
- if a matching kaleo instance could not be foundNoSuchInstanceException
-
fetchByKDVI_C_Last
public static KaleoInstance fetchByKDVI_C_Last(long kaleoDefinitionVersionId, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the last kaleo instance in the ordered set where kaleoDefinitionVersionId = ? and completed = ?.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version IDcompleted
- the completedorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo instance, or
null
if a matching kaleo instance could not be found
-
findByKDVI_C_PrevAndNext
public static KaleoInstance[] findByKDVI_C_PrevAndNext(long kaleoInstanceId, long kaleoDefinitionVersionId, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) throws NoSuchInstanceException Returns the kaleo instances before and after the current kaleo instance in the ordered set where kaleoDefinitionVersionId = ? and completed = ?.- Parameters:
kaleoInstanceId
- the primary key of the current kaleo instancekaleoDefinitionVersionId
- the kaleo definition version IDcompleted
- the completedorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kaleo instance
- Throws:
NoSuchInstanceException
- if a kaleo instance with the primary key could not be foundNoSuchInstanceException
-
removeByKDVI_C
public static void removeByKDVI_C(long kaleoDefinitionVersionId, boolean completed) Removes all the kaleo instances where kaleoDefinitionVersionId = ? and completed = ? from the database.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version IDcompleted
- the completed
-
countByKDVI_C
public static int countByKDVI_C(long kaleoDefinitionVersionId, boolean completed) Returns the number of kaleo instances where kaleoDefinitionVersionId = ? and completed = ?.- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version IDcompleted
- the completed- Returns:
- the number of matching kaleo instances
-
findByCN_CPK
Returns all the kaleo instances where className = ? and classPK = ?.- Parameters:
className
- the class nameclassPK
- the class pk- Returns:
- the matching kaleo instances
-
findByCN_CPK
Returns a range of all the kaleo instances where className = ? and classPK = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoInstanceModelImpl
.- Parameters:
className
- the class nameclassPK
- the class pkstart
- the lower bound of the range of kaleo instancesend
- the upper bound of the range of kaleo instances (not inclusive)- Returns:
- the range of matching kaleo instances
-
findByCN_CPK
public static List<KaleoInstance> findByCN_CPK(String className, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns an ordered range of all the kaleo instances where className = ? and classPK = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoInstanceModelImpl
.- Parameters:
className
- the class nameclassPK
- the class pkstart
- the lower bound of the range of kaleo instancesend
- the upper bound of the range of kaleo instances (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kaleo instances
-
findByCN_CPK
public static List<KaleoInstance> findByCN_CPK(String className, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo instances where className = ? and classPK = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoInstanceModelImpl
.- Parameters:
className
- the class nameclassPK
- the class pkstart
- the lower bound of the range of kaleo instancesend
- the upper bound of the range of kaleo instances (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kaleo instances
-
findByCN_CPK_First
public static KaleoInstance findByCN_CPK_First(String className, long classPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) throws NoSuchInstanceException Returns the first kaleo instance in the ordered set where className = ? and classPK = ?.- Parameters:
className
- the class nameclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo instance
- Throws:
NoSuchInstanceException
- if a matching kaleo instance could not be foundNoSuchInstanceException
-
fetchByCN_CPK_First
public static KaleoInstance fetchByCN_CPK_First(String className, long classPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the first kaleo instance in the ordered set where className = ? and classPK = ?.- Parameters:
className
- the class nameclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo instance, or
null
if a matching kaleo instance could not be found
-
findByCN_CPK_Last
public static KaleoInstance findByCN_CPK_Last(String className, long classPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) throws NoSuchInstanceException Returns the last kaleo instance in the ordered set where className = ? and classPK = ?.- Parameters:
className
- the class nameclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo instance
- Throws:
NoSuchInstanceException
- if a matching kaleo instance could not be foundNoSuchInstanceException
-
fetchByCN_CPK_Last
public static KaleoInstance fetchByCN_CPK_Last(String className, long classPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the last kaleo instance in the ordered set where className = ? and classPK = ?.- Parameters:
className
- the class nameclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo instance, or
null
if a matching kaleo instance could not be found
-
findByCN_CPK_PrevAndNext
public static KaleoInstance[] findByCN_CPK_PrevAndNext(long kaleoInstanceId, String className, long classPK, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) throws NoSuchInstanceException Returns the kaleo instances before and after the current kaleo instance in the ordered set where className = ? and classPK = ?.- Parameters:
kaleoInstanceId
- the primary key of the current kaleo instanceclassName
- the class nameclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kaleo instance
- Throws:
NoSuchInstanceException
- if a kaleo instance with the primary key could not be foundNoSuchInstanceException
-
removeByCN_CPK
Removes all the kaleo instances where className = ? and classPK = ? from the database.- Parameters:
className
- the class nameclassPK
- the class pk
-
countByCN_CPK
Returns the number of kaleo instances where className = ? and classPK = ?.- Parameters:
className
- the class nameclassPK
- the class pk- Returns:
- the number of matching kaleo instances
-
findByKII_C_U
public static KaleoInstance findByKII_C_U(long kaleoInstanceId, long companyId, long userId) throws NoSuchInstanceException Returns the kaleo instance where kaleoInstanceId = ? and companyId = ? and userId = ? or throws aNoSuchInstanceException
if it could not be found.- Parameters:
kaleoInstanceId
- the kaleo instance IDcompanyId
- the company IDuserId
- the user ID- Returns:
- the matching kaleo instance
- Throws:
NoSuchInstanceException
- if a matching kaleo instance could not be foundNoSuchInstanceException
-
fetchByKII_C_U
Returns the kaleo instance where kaleoInstanceId = ? and companyId = ? and userId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
kaleoInstanceId
- the kaleo instance IDcompanyId
- the company IDuserId
- the user ID- Returns:
- the matching kaleo instance, or
null
if a matching kaleo instance could not be found
-
fetchByKII_C_U
public static KaleoInstance fetchByKII_C_U(long kaleoInstanceId, long companyId, long userId, boolean useFinderCache) Returns the kaleo instance where kaleoInstanceId = ? and companyId = ? and userId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
kaleoInstanceId
- the kaleo instance IDcompanyId
- the company IDuserId
- the user IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching kaleo instance, or
null
if a matching kaleo instance could not be found
-
removeByKII_C_U
public static KaleoInstance removeByKII_C_U(long kaleoInstanceId, long companyId, long userId) throws NoSuchInstanceException Removes the kaleo instance where kaleoInstanceId = ? and companyId = ? and userId = ? from the database.- Parameters:
kaleoInstanceId
- the kaleo instance IDcompanyId
- the company IDuserId
- the user ID- Returns:
- the kaleo instance that was removed
- Throws:
NoSuchInstanceException
-
countByKII_C_U
public static int countByKII_C_U(long kaleoInstanceId, long companyId, long userId) Returns the number of kaleo instances where kaleoInstanceId = ? and companyId = ? and userId = ?.- Parameters:
kaleoInstanceId
- the kaleo instance IDcompanyId
- the company IDuserId
- the user ID- Returns:
- the number of matching kaleo instances
-
findByC_KDN_KDV_CD
public static List<KaleoInstance> findByC_KDN_KDV_CD(long companyId, String kaleoDefinitionName, int kaleoDefinitionVersion, Date completionDate) Returns all the kaleo instances where companyId = ? and kaleoDefinitionName = ? and kaleoDefinitionVersion = ? and completionDate = ?.- Parameters:
companyId
- the company IDkaleoDefinitionName
- the kaleo definition namekaleoDefinitionVersion
- the kaleo definition versioncompletionDate
- the completion date- Returns:
- the matching kaleo instances
-
findByC_KDN_KDV_CD
public static List<KaleoInstance> findByC_KDN_KDV_CD(long companyId, String kaleoDefinitionName, int kaleoDefinitionVersion, Date completionDate, int start, int end) Returns a range of all the kaleo instances where companyId = ? and kaleoDefinitionName = ? and kaleoDefinitionVersion = ? and completionDate = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoInstanceModelImpl
.- Parameters:
companyId
- the company IDkaleoDefinitionName
- the kaleo definition namekaleoDefinitionVersion
- the kaleo definition versioncompletionDate
- the completion datestart
- the lower bound of the range of kaleo instancesend
- the upper bound of the range of kaleo instances (not inclusive)- Returns:
- the range of matching kaleo instances
-
findByC_KDN_KDV_CD
public static List<KaleoInstance> findByC_KDN_KDV_CD(long companyId, String kaleoDefinitionName, int kaleoDefinitionVersion, Date completionDate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns an ordered range of all the kaleo instances where companyId = ? and kaleoDefinitionName = ? and kaleoDefinitionVersion = ? and completionDate = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoInstanceModelImpl
.- Parameters:
companyId
- the company IDkaleoDefinitionName
- the kaleo definition namekaleoDefinitionVersion
- the kaleo definition versioncompletionDate
- the completion datestart
- the lower bound of the range of kaleo instancesend
- the upper bound of the range of kaleo instances (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kaleo instances
-
findByC_KDN_KDV_CD
public static List<KaleoInstance> findByC_KDN_KDV_CD(long companyId, String kaleoDefinitionName, int kaleoDefinitionVersion, Date completionDate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo instances where companyId = ? and kaleoDefinitionName = ? and kaleoDefinitionVersion = ? and completionDate = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoInstanceModelImpl
.- Parameters:
companyId
- the company IDkaleoDefinitionName
- the kaleo definition namekaleoDefinitionVersion
- the kaleo definition versioncompletionDate
- the completion datestart
- the lower bound of the range of kaleo instancesend
- the upper bound of the range of kaleo instances (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kaleo instances
-
findByC_KDN_KDV_CD_First
public static KaleoInstance findByC_KDN_KDV_CD_First(long companyId, String kaleoDefinitionName, int kaleoDefinitionVersion, Date completionDate, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) throws NoSuchInstanceException Returns the first kaleo instance in the ordered set where companyId = ? and kaleoDefinitionName = ? and kaleoDefinitionVersion = ? and completionDate = ?.- Parameters:
companyId
- the company IDkaleoDefinitionName
- the kaleo definition namekaleoDefinitionVersion
- the kaleo definition versioncompletionDate
- the completion dateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo instance
- Throws:
NoSuchInstanceException
- if a matching kaleo instance could not be foundNoSuchInstanceException
-
fetchByC_KDN_KDV_CD_First
public static KaleoInstance fetchByC_KDN_KDV_CD_First(long companyId, String kaleoDefinitionName, int kaleoDefinitionVersion, Date completionDate, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the first kaleo instance in the ordered set where companyId = ? and kaleoDefinitionName = ? and kaleoDefinitionVersion = ? and completionDate = ?.- Parameters:
companyId
- the company IDkaleoDefinitionName
- the kaleo definition namekaleoDefinitionVersion
- the kaleo definition versioncompletionDate
- the completion dateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kaleo instance, or
null
if a matching kaleo instance could not be found
-
findByC_KDN_KDV_CD_Last
public static KaleoInstance findByC_KDN_KDV_CD_Last(long companyId, String kaleoDefinitionName, int kaleoDefinitionVersion, Date completionDate, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) throws NoSuchInstanceException Returns the last kaleo instance in the ordered set where companyId = ? and kaleoDefinitionName = ? and kaleoDefinitionVersion = ? and completionDate = ?.- Parameters:
companyId
- the company IDkaleoDefinitionName
- the kaleo definition namekaleoDefinitionVersion
- the kaleo definition versioncompletionDate
- the completion dateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo instance
- Throws:
NoSuchInstanceException
- if a matching kaleo instance could not be foundNoSuchInstanceException
-
fetchByC_KDN_KDV_CD_Last
public static KaleoInstance fetchByC_KDN_KDV_CD_Last(long companyId, String kaleoDefinitionName, int kaleoDefinitionVersion, Date completionDate, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns the last kaleo instance in the ordered set where companyId = ? and kaleoDefinitionName = ? and kaleoDefinitionVersion = ? and completionDate = ?.- Parameters:
companyId
- the company IDkaleoDefinitionName
- the kaleo definition namekaleoDefinitionVersion
- the kaleo definition versioncompletionDate
- the completion dateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kaleo instance, or
null
if a matching kaleo instance could not be found
-
findByC_KDN_KDV_CD_PrevAndNext
public static KaleoInstance[] findByC_KDN_KDV_CD_PrevAndNext(long kaleoInstanceId, long companyId, String kaleoDefinitionName, int kaleoDefinitionVersion, Date completionDate, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) throws NoSuchInstanceException Returns the kaleo instances before and after the current kaleo instance in the ordered set where companyId = ? and kaleoDefinitionName = ? and kaleoDefinitionVersion = ? and completionDate = ?.- Parameters:
kaleoInstanceId
- the primary key of the current kaleo instancecompanyId
- the company IDkaleoDefinitionName
- the kaleo definition namekaleoDefinitionVersion
- the kaleo definition versioncompletionDate
- the completion dateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kaleo instance
- Throws:
NoSuchInstanceException
- if a kaleo instance with the primary key could not be foundNoSuchInstanceException
-
removeByC_KDN_KDV_CD
public static void removeByC_KDN_KDV_CD(long companyId, String kaleoDefinitionName, int kaleoDefinitionVersion, Date completionDate) Removes all the kaleo instances where companyId = ? and kaleoDefinitionName = ? and kaleoDefinitionVersion = ? and completionDate = ? from the database.- Parameters:
companyId
- the company IDkaleoDefinitionName
- the kaleo definition namekaleoDefinitionVersion
- the kaleo definition versioncompletionDate
- the completion date
-
countByC_KDN_KDV_CD
public static int countByC_KDN_KDV_CD(long companyId, String kaleoDefinitionName, int kaleoDefinitionVersion, Date completionDate) Returns the number of kaleo instances where companyId = ? and kaleoDefinitionName = ? and kaleoDefinitionVersion = ? and completionDate = ?.- Parameters:
companyId
- the company IDkaleoDefinitionName
- the kaleo definition namekaleoDefinitionVersion
- the kaleo definition versioncompletionDate
- the completion date- Returns:
- the number of matching kaleo instances
-
cacheResult
Caches the kaleo instance in the entity cache if it is enabled.- Parameters:
kaleoInstance
- the kaleo instance
-
cacheResult
Caches the kaleo instances in the entity cache if it is enabled.- Parameters:
kaleoInstances
- the kaleo instances
-
create
Creates a new kaleo instance with the primary key. Does not add the kaleo instance to the database.- Parameters:
kaleoInstanceId
- the primary key for the new kaleo instance- Returns:
- the new kaleo instance
-
remove
Removes the kaleo instance with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
kaleoInstanceId
- the primary key of the kaleo instance- Returns:
- the kaleo instance that was removed
- Throws:
NoSuchInstanceException
- if a kaleo instance with the primary key could not be foundNoSuchInstanceException
-
updateImpl
-
findByPrimaryKey
Returns the kaleo instance with the primary key or throws aNoSuchInstanceException
if it could not be found.- Parameters:
kaleoInstanceId
- the primary key of the kaleo instance- Returns:
- the kaleo instance
- Throws:
NoSuchInstanceException
- if a kaleo instance with the primary key could not be foundNoSuchInstanceException
-
fetchByPrimaryKey
Returns the kaleo instance with the primary key or returnsnull
if it could not be found.- Parameters:
kaleoInstanceId
- the primary key of the kaleo instance- Returns:
- the kaleo instance, or
null
if a kaleo instance with the primary key could not be found
-
findAll
Returns all the kaleo instances.- Returns:
- the kaleo instances
-
findAll
Returns a range of all the kaleo instances.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoInstanceModelImpl
.- Parameters:
start
- the lower bound of the range of kaleo instancesend
- the upper bound of the range of kaleo instances (not inclusive)- Returns:
- the range of kaleo instances
-
findAll
public static List<KaleoInstance> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator) Returns an ordered range of all the kaleo instances.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoInstanceModelImpl
.- Parameters:
start
- the lower bound of the range of kaleo instancesend
- the upper bound of the range of kaleo instances (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of kaleo instances
-
findAll
public static List<KaleoInstance> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoInstance> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kaleo instances.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKaleoInstanceModelImpl
.- Parameters:
start
- the lower bound of the range of kaleo instancesend
- the upper bound of the range of kaleo instances (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of kaleo instances
-
removeAll
public static void removeAll()Removes all the kaleo instances from the database. -
countAll
public static int countAll()Returns the number of kaleo instances.- Returns:
- the number of kaleo instances
-
getPersistence
-
setPersistence
-