Class BatchPlannerPlanUtil
com.liferay.batch.planner.service.persistence.impl.BatchPlannerPlanPersistenceImpl 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 voidcacheResult(BatchPlannerPlan batchPlannerPlan) Caches the batch planner plan in the entity cache if it is enabled.static voidcacheResult(List<BatchPlannerPlan> batchPlannerPlans) Caches the batch planner plans in the entity cache if it is enabled.static voidstatic voidclearCache(BatchPlannerPlan batchPlannerPlan) static intcountAll()Returns the number of batch planner plans.static intcountByC_E(long companyId, boolean export) Returns the number of batch planner plans where companyId = ? and export = ?.static intcountByC_E_T(long companyId, boolean export, boolean template) Returns the number of batch planner plans where companyId = ? and export = ? and template = ?.static intcountByC_N(long companyId, String name) Returns the number of batch planner plans where companyId = ? and name = ?.static intcountByC_T(long companyId, boolean template) Returns the number of batch planner plans where companyId = ? and template = ?.static intcountByC_U(long companyId, long userId) Returns the number of batch planner plans where companyId = ? and userId = ?.static intcountByCompanyId(long companyId) Returns the number of batch planner plans where companyId = ?.static longcountWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static BatchPlannerPlancreate(long batchPlannerPlanId) Creates a new batch planner plan with the primary key.static BatchPlannerPlanfetchByC_E_First(long companyId, boolean export, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the first batch planner plan in the ordered set where companyId = ? and export = ?.static BatchPlannerPlanfetchByC_E_Last(long companyId, boolean export, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the last batch planner plan in the ordered set where companyId = ? and export = ?.static BatchPlannerPlanfetchByC_E_T_First(long companyId, boolean export, boolean template, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the first batch planner plan in the ordered set where companyId = ? and export = ? and template = ?.static BatchPlannerPlanfetchByC_E_T_Last(long companyId, boolean export, boolean template, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the last batch planner plan in the ordered set where companyId = ? and export = ? and template = ?.static BatchPlannerPlanfetchByC_N_First(long companyId, String name, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the first batch planner plan in the ordered set where companyId = ? and name = ?.static BatchPlannerPlanfetchByC_N_Last(long companyId, String name, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the last batch planner plan in the ordered set where companyId = ? and name = ?.static BatchPlannerPlanfetchByC_T_First(long companyId, boolean template, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the first batch planner plan in the ordered set where companyId = ? and template = ?.static BatchPlannerPlanfetchByC_T_Last(long companyId, boolean template, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the last batch planner plan in the ordered set where companyId = ? and template = ?.static BatchPlannerPlanfetchByC_U_First(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the first batch planner plan in the ordered set where companyId = ? and userId = ?.static BatchPlannerPlanfetchByC_U_Last(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the last batch planner plan in the ordered set where companyId = ? and userId = ?.static BatchPlannerPlanfetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the first batch planner plan in the ordered set where companyId = ?.static BatchPlannerPlanfetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the last batch planner plan in the ordered set where companyId = ?.static BatchPlannerPlanfetchByPrimaryKey(long batchPlannerPlanId) Returns the batch planner plan with the primary key or returnsnullif it could not be found.static Map<Serializable,BatchPlannerPlan> fetchByPrimaryKeys(Set<Serializable> primaryKeys) static intfilterCountByC_E(long companyId, boolean export) Returns the number of batch planner plans that the user has permission to view where companyId = ? and export = ?.static intfilterCountByC_E_T(long companyId, boolean export, boolean template) Returns the number of batch planner plans that the user has permission to view where companyId = ? and export = ? and template = ?.static intfilterCountByC_N(long companyId, String name) Returns the number of batch planner plans that the user has permission to view where companyId = ? and name = ?.static intfilterCountByC_T(long companyId, boolean template) Returns the number of batch planner plans that the user has permission to view where companyId = ? and template = ?.static intfilterCountByC_U(long companyId, long userId) Returns the number of batch planner plans that the user has permission to view where companyId = ? and userId = ?.static intfilterCountByCompanyId(long companyId) Returns the number of batch planner plans that the user has permission to view where companyId = ?.static List<BatchPlannerPlan>filterFindByC_E(long companyId, boolean export) Returns all the batch planner plans that the user has permission to view where companyId = ? and export = ?.static List<BatchPlannerPlan>filterFindByC_E(long companyId, boolean export, int start, int end) Returns a range of all the batch planner plans that the user has permission to view where companyId = ? and export = ?.static List<BatchPlannerPlan>filterFindByC_E(long companyId, boolean export, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns an ordered range of all the batch planner plans that the user has permissions to view where companyId = ? and export = ?.static BatchPlannerPlan[]filterFindByC_E_PrevAndNext(long batchPlannerPlanId, long companyId, boolean export, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the batch planner plans before and after the current batch planner plan in the ordered set of batch planner plans that the user has permission to view where companyId = ? and export = ?.static List<BatchPlannerPlan>filterFindByC_E_T(long companyId, boolean export, boolean template) Returns all the batch planner plans that the user has permission to view where companyId = ? and export = ? and template = ?.static List<BatchPlannerPlan>filterFindByC_E_T(long companyId, boolean export, boolean template, int start, int end) Returns a range of all the batch planner plans that the user has permission to view where companyId = ? and export = ? and template = ?.static List<BatchPlannerPlan>filterFindByC_E_T(long companyId, boolean export, boolean template, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns an ordered range of all the batch planner plans that the user has permissions to view where companyId = ? and export = ? and template = ?.static BatchPlannerPlan[]filterFindByC_E_T_PrevAndNext(long batchPlannerPlanId, long companyId, boolean export, boolean template, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the batch planner plans before and after the current batch planner plan in the ordered set of batch planner plans that the user has permission to view where companyId = ? and export = ? and template = ?.static List<BatchPlannerPlan>filterFindByC_N(long companyId, String name) Returns all the batch planner plans that the user has permission to view where companyId = ? and name = ?.static List<BatchPlannerPlan>filterFindByC_N(long companyId, String name, int start, int end) Returns a range of all the batch planner plans that the user has permission to view where companyId = ? and name = ?.static List<BatchPlannerPlan>filterFindByC_N(long companyId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns an ordered range of all the batch planner plans that the user has permissions to view where companyId = ? and name = ?.static BatchPlannerPlan[]filterFindByC_N_PrevAndNext(long batchPlannerPlanId, long companyId, String name, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the batch planner plans before and after the current batch planner plan in the ordered set of batch planner plans that the user has permission to view where companyId = ? and name = ?.static List<BatchPlannerPlan>filterFindByC_T(long companyId, boolean template) Returns all the batch planner plans that the user has permission to view where companyId = ? and template = ?.static List<BatchPlannerPlan>filterFindByC_T(long companyId, boolean template, int start, int end) Returns a range of all the batch planner plans that the user has permission to view where companyId = ? and template = ?.static List<BatchPlannerPlan>filterFindByC_T(long companyId, boolean template, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns an ordered range of all the batch planner plans that the user has permissions to view where companyId = ? and template = ?.static BatchPlannerPlan[]filterFindByC_T_PrevAndNext(long batchPlannerPlanId, long companyId, boolean template, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the batch planner plans before and after the current batch planner plan in the ordered set of batch planner plans that the user has permission to view where companyId = ? and template = ?.static List<BatchPlannerPlan>filterFindByC_U(long companyId, long userId) Returns all the batch planner plans that the user has permission to view where companyId = ? and userId = ?.static List<BatchPlannerPlan>filterFindByC_U(long companyId, long userId, int start, int end) Returns a range of all the batch planner plans that the user has permission to view where companyId = ? and userId = ?.static List<BatchPlannerPlan>filterFindByC_U(long companyId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns an ordered range of all the batch planner plans that the user has permissions to view where companyId = ? and userId = ?.static BatchPlannerPlan[]filterFindByC_U_PrevAndNext(long batchPlannerPlanId, long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the batch planner plans before and after the current batch planner plan in the ordered set of batch planner plans that the user has permission to view where companyId = ? and userId = ?.static List<BatchPlannerPlan>filterFindByCompanyId(long companyId) Returns all the batch planner plans that the user has permission to view where companyId = ?.static List<BatchPlannerPlan>filterFindByCompanyId(long companyId, int start, int end) Returns a range of all the batch planner plans that the user has permission to view where companyId = ?.static List<BatchPlannerPlan>filterFindByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns an ordered range of all the batch planner plans that the user has permissions to view where companyId = ?.static BatchPlannerPlan[]filterFindByCompanyId_PrevAndNext(long batchPlannerPlanId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the batch planner plans before and after the current batch planner plan in the ordered set of batch planner plans that the user has permission to view where companyId = ?.static List<BatchPlannerPlan>findAll()Returns all the batch planner plans.static List<BatchPlannerPlan>findAll(int start, int end) Returns a range of all the batch planner plans.static List<BatchPlannerPlan>findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns an ordered range of all the batch planner plans.static List<BatchPlannerPlan>findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator, boolean useFinderCache) Returns an ordered range of all the batch planner plans.static List<BatchPlannerPlan>findByC_E(long companyId, boolean export) Returns all the batch planner plans where companyId = ? and export = ?.static List<BatchPlannerPlan>findByC_E(long companyId, boolean export, int start, int end) Returns a range of all the batch planner plans where companyId = ? and export = ?.static List<BatchPlannerPlan>findByC_E(long companyId, boolean export, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns an ordered range of all the batch planner plans where companyId = ? and export = ?.static List<BatchPlannerPlan>findByC_E(long companyId, boolean export, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator, boolean useFinderCache) Returns an ordered range of all the batch planner plans where companyId = ? and export = ?.static BatchPlannerPlanfindByC_E_First(long companyId, boolean export, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the first batch planner plan in the ordered set where companyId = ? and export = ?.static BatchPlannerPlanfindByC_E_Last(long companyId, boolean export, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the last batch planner plan in the ordered set where companyId = ? and export = ?.static BatchPlannerPlan[]findByC_E_PrevAndNext(long batchPlannerPlanId, long companyId, boolean export, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the batch planner plans before and after the current batch planner plan in the ordered set where companyId = ? and export = ?.static List<BatchPlannerPlan>findByC_E_T(long companyId, boolean export, boolean template) Returns all the batch planner plans where companyId = ? and export = ? and template = ?.static List<BatchPlannerPlan>findByC_E_T(long companyId, boolean export, boolean template, int start, int end) Returns a range of all the batch planner plans where companyId = ? and export = ? and template = ?.static List<BatchPlannerPlan>findByC_E_T(long companyId, boolean export, boolean template, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns an ordered range of all the batch planner plans where companyId = ? and export = ? and template = ?.static List<BatchPlannerPlan>findByC_E_T(long companyId, boolean export, boolean template, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator, boolean useFinderCache) Returns an ordered range of all the batch planner plans where companyId = ? and export = ? and template = ?.static BatchPlannerPlanfindByC_E_T_First(long companyId, boolean export, boolean template, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the first batch planner plan in the ordered set where companyId = ? and export = ? and template = ?.static BatchPlannerPlanfindByC_E_T_Last(long companyId, boolean export, boolean template, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the last batch planner plan in the ordered set where companyId = ? and export = ? and template = ?.static BatchPlannerPlan[]findByC_E_T_PrevAndNext(long batchPlannerPlanId, long companyId, boolean export, boolean template, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the batch planner plans before and after the current batch planner plan in the ordered set where companyId = ? and export = ? and template = ?.static List<BatchPlannerPlan>Returns all the batch planner plans where companyId = ? and name = ?.static List<BatchPlannerPlan>Returns a range of all the batch planner plans where companyId = ? and name = ?.static List<BatchPlannerPlan>findByC_N(long companyId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns an ordered range of all the batch planner plans where companyId = ? and name = ?.static List<BatchPlannerPlan>findByC_N(long companyId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator, boolean useFinderCache) Returns an ordered range of all the batch planner plans where companyId = ? and name = ?.static BatchPlannerPlanfindByC_N_First(long companyId, String name, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the first batch planner plan in the ordered set where companyId = ? and name = ?.static BatchPlannerPlanfindByC_N_Last(long companyId, String name, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the last batch planner plan in the ordered set where companyId = ? and name = ?.static BatchPlannerPlan[]findByC_N_PrevAndNext(long batchPlannerPlanId, long companyId, String name, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the batch planner plans before and after the current batch planner plan in the ordered set where companyId = ? and name = ?.static List<BatchPlannerPlan>findByC_T(long companyId, boolean template) Returns all the batch planner plans where companyId = ? and template = ?.static List<BatchPlannerPlan>findByC_T(long companyId, boolean template, int start, int end) Returns a range of all the batch planner plans where companyId = ? and template = ?.static List<BatchPlannerPlan>findByC_T(long companyId, boolean template, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns an ordered range of all the batch planner plans where companyId = ? and template = ?.static List<BatchPlannerPlan>findByC_T(long companyId, boolean template, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator, boolean useFinderCache) Returns an ordered range of all the batch planner plans where companyId = ? and template = ?.static BatchPlannerPlanfindByC_T_First(long companyId, boolean template, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the first batch planner plan in the ordered set where companyId = ? and template = ?.static BatchPlannerPlanfindByC_T_Last(long companyId, boolean template, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the last batch planner plan in the ordered set where companyId = ? and template = ?.static BatchPlannerPlan[]findByC_T_PrevAndNext(long batchPlannerPlanId, long companyId, boolean template, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the batch planner plans before and after the current batch planner plan in the ordered set where companyId = ? and template = ?.static List<BatchPlannerPlan>findByC_U(long companyId, long userId) Returns all the batch planner plans where companyId = ? and userId = ?.static List<BatchPlannerPlan>findByC_U(long companyId, long userId, int start, int end) Returns a range of all the batch planner plans where companyId = ? and userId = ?.static List<BatchPlannerPlan>findByC_U(long companyId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns an ordered range of all the batch planner plans where companyId = ? and userId = ?.static List<BatchPlannerPlan>findByC_U(long companyId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator, boolean useFinderCache) Returns an ordered range of all the batch planner plans where companyId = ? and userId = ?.static BatchPlannerPlanfindByC_U_First(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the first batch planner plan in the ordered set where companyId = ? and userId = ?.static BatchPlannerPlanfindByC_U_Last(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the last batch planner plan in the ordered set where companyId = ? and userId = ?.static BatchPlannerPlan[]findByC_U_PrevAndNext(long batchPlannerPlanId, long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the batch planner plans before and after the current batch planner plan in the ordered set where companyId = ? and userId = ?.static List<BatchPlannerPlan>findByCompanyId(long companyId) Returns all the batch planner plans where companyId = ?.static List<BatchPlannerPlan>findByCompanyId(long companyId, int start, int end) Returns a range of all the batch planner plans where companyId = ?.static List<BatchPlannerPlan>findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns an ordered range of all the batch planner plans where companyId = ?.static List<BatchPlannerPlan>findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator, boolean useFinderCache) Returns an ordered range of all the batch planner plans where companyId = ?.static BatchPlannerPlanfindByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the first batch planner plan in the ordered set where companyId = ?.static BatchPlannerPlanfindByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the last batch planner plan in the ordered set where companyId = ?.static BatchPlannerPlan[]findByCompanyId_PrevAndNext(long batchPlannerPlanId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the batch planner plans before and after the current batch planner plan in the ordered set where companyId = ?.static BatchPlannerPlanfindByPrimaryKey(long batchPlannerPlanId) Returns the batch planner plan with the primary key or throws aNoSuchPlanExceptionif it could not be found.static List<BatchPlannerPlan>findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static List<BatchPlannerPlan>findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) static List<BatchPlannerPlan>findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) static BatchPlannerPlanPersistencestatic BatchPlannerPlanremove(long batchPlannerPlanId) Removes the batch planner plan with the primary key from the database.static voidRemoves all the batch planner plans from the database.static voidremoveByC_E(long companyId, boolean export) Removes all the batch planner plans where companyId = ? and export = ? from the database.static voidremoveByC_E_T(long companyId, boolean export, boolean template) Removes all the batch planner plans where companyId = ? and export = ? and template = ? from the database.static voidremoveByC_N(long companyId, String name) Removes all the batch planner plans where companyId = ? and name = ? from the database.static voidremoveByC_T(long companyId, boolean template) Removes all the batch planner plans where companyId = ? and template = ? from the database.static voidremoveByC_U(long companyId, long userId) Removes all the batch planner plans where companyId = ? and userId = ? from the database.static voidremoveByCompanyId(long companyId) Removes all the batch planner plans where companyId = ? from the database.static voidsetPersistence(BatchPlannerPlanPersistence persistence) static BatchPlannerPlanupdate(BatchPlannerPlan batchPlannerPlan) static BatchPlannerPlanupdate(BatchPlannerPlan batchPlannerPlan, com.liferay.portal.kernel.service.ServiceContext serviceContext) static BatchPlannerPlanupdateImpl(BatchPlannerPlan batchPlannerPlan)
-
Constructor Details
-
BatchPlannerPlanUtil
public BatchPlannerPlanUtil()
-
-
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<BatchPlannerPlan> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery)
-
findWithDynamicQuery
public static List<BatchPlannerPlan> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
-
findWithDynamicQuery
public static List<BatchPlannerPlan> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
-
update
- See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
-
update
public static BatchPlannerPlan update(BatchPlannerPlan batchPlannerPlan, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
-
findByCompanyId
Returns all the batch planner plans where companyId = ?.- Parameters:
companyId- the company ID- Returns:
- the matching batch planner plans
-
findByCompanyId
Returns a range of all the batch planner plans where companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromBatchPlannerPlanModelImpl.- Parameters:
companyId- the company IDstart- the lower bound of the range of batch planner plansend- the upper bound of the range of batch planner plans (not inclusive)- Returns:
- the range of matching batch planner plans
-
findByCompanyId
public static List<BatchPlannerPlan> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns an ordered range of all the batch planner plans where companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromBatchPlannerPlanModelImpl.- Parameters:
companyId- the company IDstart- the lower bound of the range of batch planner plansend- the upper bound of the range of batch planner plans (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching batch planner plans
-
findByCompanyId
public static List<BatchPlannerPlan> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator, boolean useFinderCache) Returns an ordered range of all the batch planner plans where companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromBatchPlannerPlanModelImpl.- Parameters:
companyId- the company IDstart- the lower bound of the range of batch planner plansend- the upper bound of the range of batch planner plans (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching batch planner plans
-
findByCompanyId_First
public static BatchPlannerPlan findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) throws NoSuchPlanException Returns the first batch planner plan in the ordered set where companyId = ?.- Parameters:
companyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching batch planner plan
- Throws:
NoSuchPlanException- if a matching batch planner plan could not be foundNoSuchPlanException
-
fetchByCompanyId_First
public static BatchPlannerPlan fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the first batch planner plan in the ordered set where companyId = ?.- Parameters:
companyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching batch planner plan, or
nullif a matching batch planner plan could not be found
-
findByCompanyId_Last
public static BatchPlannerPlan findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) throws NoSuchPlanException Returns the last batch planner plan in the ordered set where companyId = ?.- Parameters:
companyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching batch planner plan
- Throws:
NoSuchPlanException- if a matching batch planner plan could not be foundNoSuchPlanException
-
fetchByCompanyId_Last
public static BatchPlannerPlan fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the last batch planner plan in the ordered set where companyId = ?.- Parameters:
companyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching batch planner plan, or
nullif a matching batch planner plan could not be found
-
findByCompanyId_PrevAndNext
public static BatchPlannerPlan[] findByCompanyId_PrevAndNext(long batchPlannerPlanId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) throws NoSuchPlanException Returns the batch planner plans before and after the current batch planner plan in the ordered set where companyId = ?.- Parameters:
batchPlannerPlanId- the primary key of the current batch planner plancompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next batch planner plan
- Throws:
NoSuchPlanException- if a batch planner plan with the primary key could not be foundNoSuchPlanException
-
filterFindByCompanyId
Returns all the batch planner plans that the user has permission to view where companyId = ?.- Parameters:
companyId- the company ID- Returns:
- the matching batch planner plans that the user has permission to view
-
filterFindByCompanyId
Returns a range of all the batch planner plans that the user has permission to view where companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromBatchPlannerPlanModelImpl.- Parameters:
companyId- the company IDstart- the lower bound of the range of batch planner plansend- the upper bound of the range of batch planner plans (not inclusive)- Returns:
- the range of matching batch planner plans that the user has permission to view
-
filterFindByCompanyId
public static List<BatchPlannerPlan> filterFindByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns an ordered range of all the batch planner plans that the user has permissions to view where companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromBatchPlannerPlanModelImpl.- Parameters:
companyId- the company IDstart- the lower bound of the range of batch planner plansend- the upper bound of the range of batch planner plans (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching batch planner plans that the user has permission to view
-
filterFindByCompanyId_PrevAndNext
public static BatchPlannerPlan[] filterFindByCompanyId_PrevAndNext(long batchPlannerPlanId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) throws NoSuchPlanException Returns the batch planner plans before and after the current batch planner plan in the ordered set of batch planner plans that the user has permission to view where companyId = ?.- Parameters:
batchPlannerPlanId- the primary key of the current batch planner plancompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next batch planner plan
- Throws:
NoSuchPlanException- if a batch planner plan with the primary key could not be foundNoSuchPlanException
-
removeByCompanyId
public static void removeByCompanyId(long companyId) Removes all the batch planner plans where companyId = ? from the database.- Parameters:
companyId- the company ID
-
countByCompanyId
public static int countByCompanyId(long companyId) Returns the number of batch planner plans where companyId = ?.- Parameters:
companyId- the company ID- Returns:
- the number of matching batch planner plans
-
filterCountByCompanyId
public static int filterCountByCompanyId(long companyId) Returns the number of batch planner plans that the user has permission to view where companyId = ?.- Parameters:
companyId- the company ID- Returns:
- the number of matching batch planner plans that the user has permission to view
-
findByC_U
Returns all the batch planner plans where companyId = ? and userId = ?.- Parameters:
companyId- the company IDuserId- the user ID- Returns:
- the matching batch planner plans
-
findByC_U
Returns a range of all the batch planner plans where companyId = ? and userId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromBatchPlannerPlanModelImpl.- Parameters:
companyId- the company IDuserId- the user IDstart- the lower bound of the range of batch planner plansend- the upper bound of the range of batch planner plans (not inclusive)- Returns:
- the range of matching batch planner plans
-
findByC_U
public static List<BatchPlannerPlan> findByC_U(long companyId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns an ordered range of all the batch planner plans where companyId = ? and userId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromBatchPlannerPlanModelImpl.- Parameters:
companyId- the company IDuserId- the user IDstart- the lower bound of the range of batch planner plansend- the upper bound of the range of batch planner plans (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching batch planner plans
-
findByC_U
public static List<BatchPlannerPlan> findByC_U(long companyId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator, boolean useFinderCache) Returns an ordered range of all the batch planner plans where companyId = ? and userId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromBatchPlannerPlanModelImpl.- Parameters:
companyId- the company IDuserId- the user IDstart- the lower bound of the range of batch planner plansend- the upper bound of the range of batch planner plans (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching batch planner plans
-
findByC_U_First
public static BatchPlannerPlan findByC_U_First(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) throws NoSuchPlanException Returns the first batch planner plan 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 batch planner plan
- Throws:
NoSuchPlanException- if a matching batch planner plan could not be foundNoSuchPlanException
-
fetchByC_U_First
public static BatchPlannerPlan fetchByC_U_First(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the first batch planner plan 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 batch planner plan, or
nullif a matching batch planner plan could not be found
-
findByC_U_Last
public static BatchPlannerPlan findByC_U_Last(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) throws NoSuchPlanException Returns the last batch planner plan 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 batch planner plan
- Throws:
NoSuchPlanException- if a matching batch planner plan could not be foundNoSuchPlanException
-
fetchByC_U_Last
public static BatchPlannerPlan fetchByC_U_Last(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the last batch planner plan 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 batch planner plan, or
nullif a matching batch planner plan could not be found
-
findByC_U_PrevAndNext
public static BatchPlannerPlan[] findByC_U_PrevAndNext(long batchPlannerPlanId, long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) throws NoSuchPlanException Returns the batch planner plans before and after the current batch planner plan in the ordered set where companyId = ? and userId = ?.- Parameters:
batchPlannerPlanId- the primary key of the current batch planner plancompanyId- the company IDuserId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next batch planner plan
- Throws:
NoSuchPlanException- if a batch planner plan with the primary key could not be foundNoSuchPlanException
-
filterFindByC_U
Returns all the batch planner plans that the user has permission to view where companyId = ? and userId = ?.- Parameters:
companyId- the company IDuserId- the user ID- Returns:
- the matching batch planner plans that the user has permission to view
-
filterFindByC_U
public static List<BatchPlannerPlan> filterFindByC_U(long companyId, long userId, int start, int end) Returns a range of all the batch planner plans that the user has permission to view where companyId = ? and userId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromBatchPlannerPlanModelImpl.- Parameters:
companyId- the company IDuserId- the user IDstart- the lower bound of the range of batch planner plansend- the upper bound of the range of batch planner plans (not inclusive)- Returns:
- the range of matching batch planner plans that the user has permission to view
-
filterFindByC_U
public static List<BatchPlannerPlan> filterFindByC_U(long companyId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns an ordered range of all the batch planner plans that the user has permissions to view where companyId = ? and userId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromBatchPlannerPlanModelImpl.- Parameters:
companyId- the company IDuserId- the user IDstart- the lower bound of the range of batch planner plansend- the upper bound of the range of batch planner plans (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching batch planner plans that the user has permission to view
-
filterFindByC_U_PrevAndNext
public static BatchPlannerPlan[] filterFindByC_U_PrevAndNext(long batchPlannerPlanId, long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) throws NoSuchPlanException Returns the batch planner plans before and after the current batch planner plan in the ordered set of batch planner plans that the user has permission to view where companyId = ? and userId = ?.- Parameters:
batchPlannerPlanId- the primary key of the current batch planner plancompanyId- the company IDuserId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next batch planner plan
- Throws:
NoSuchPlanException- if a batch planner plan with the primary key could not be foundNoSuchPlanException
-
removeByC_U
public static void removeByC_U(long companyId, long userId) Removes all the batch planner plans 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 batch planner plans where companyId = ? and userId = ?.- Parameters:
companyId- the company IDuserId- the user ID- Returns:
- the number of matching batch planner plans
-
filterCountByC_U
public static int filterCountByC_U(long companyId, long userId) Returns the number of batch planner plans that the user has permission to view where companyId = ? and userId = ?.- Parameters:
companyId- the company IDuserId- the user ID- Returns:
- the number of matching batch planner plans that the user has permission to view
-
findByC_E
Returns all the batch planner plans where companyId = ? and export = ?.- Parameters:
companyId- the company IDexport- the export- Returns:
- the matching batch planner plans
-
findByC_E
Returns a range of all the batch planner plans where companyId = ? and export = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromBatchPlannerPlanModelImpl.- Parameters:
companyId- the company IDexport- the exportstart- the lower bound of the range of batch planner plansend- the upper bound of the range of batch planner plans (not inclusive)- Returns:
- the range of matching batch planner plans
-
findByC_E
public static List<BatchPlannerPlan> findByC_E(long companyId, boolean export, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns an ordered range of all the batch planner plans where companyId = ? and export = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromBatchPlannerPlanModelImpl.- Parameters:
companyId- the company IDexport- the exportstart- the lower bound of the range of batch planner plansend- the upper bound of the range of batch planner plans (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching batch planner plans
-
findByC_E
public static List<BatchPlannerPlan> findByC_E(long companyId, boolean export, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator, boolean useFinderCache) Returns an ordered range of all the batch planner plans where companyId = ? and export = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromBatchPlannerPlanModelImpl.- Parameters:
companyId- the company IDexport- the exportstart- the lower bound of the range of batch planner plansend- the upper bound of the range of batch planner plans (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching batch planner plans
-
findByC_E_First
public static BatchPlannerPlan findByC_E_First(long companyId, boolean export, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) throws NoSuchPlanException Returns the first batch planner plan in the ordered set where companyId = ? and export = ?.- Parameters:
companyId- the company IDexport- the exportorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching batch planner plan
- Throws:
NoSuchPlanException- if a matching batch planner plan could not be foundNoSuchPlanException
-
fetchByC_E_First
public static BatchPlannerPlan fetchByC_E_First(long companyId, boolean export, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the first batch planner plan in the ordered set where companyId = ? and export = ?.- Parameters:
companyId- the company IDexport- the exportorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching batch planner plan, or
nullif a matching batch planner plan could not be found
-
findByC_E_Last
public static BatchPlannerPlan findByC_E_Last(long companyId, boolean export, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) throws NoSuchPlanException Returns the last batch planner plan in the ordered set where companyId = ? and export = ?.- Parameters:
companyId- the company IDexport- the exportorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching batch planner plan
- Throws:
NoSuchPlanException- if a matching batch planner plan could not be foundNoSuchPlanException
-
fetchByC_E_Last
public static BatchPlannerPlan fetchByC_E_Last(long companyId, boolean export, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the last batch planner plan in the ordered set where companyId = ? and export = ?.- Parameters:
companyId- the company IDexport- the exportorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching batch planner plan, or
nullif a matching batch planner plan could not be found
-
findByC_E_PrevAndNext
public static BatchPlannerPlan[] findByC_E_PrevAndNext(long batchPlannerPlanId, long companyId, boolean export, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) throws NoSuchPlanException Returns the batch planner plans before and after the current batch planner plan in the ordered set where companyId = ? and export = ?.- Parameters:
batchPlannerPlanId- the primary key of the current batch planner plancompanyId- the company IDexport- the exportorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next batch planner plan
- Throws:
NoSuchPlanException- if a batch planner plan with the primary key could not be foundNoSuchPlanException
-
filterFindByC_E
Returns all the batch planner plans that the user has permission to view where companyId = ? and export = ?.- Parameters:
companyId- the company IDexport- the export- Returns:
- the matching batch planner plans that the user has permission to view
-
filterFindByC_E
public static List<BatchPlannerPlan> filterFindByC_E(long companyId, boolean export, int start, int end) Returns a range of all the batch planner plans that the user has permission to view where companyId = ? and export = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromBatchPlannerPlanModelImpl.- Parameters:
companyId- the company IDexport- the exportstart- the lower bound of the range of batch planner plansend- the upper bound of the range of batch planner plans (not inclusive)- Returns:
- the range of matching batch planner plans that the user has permission to view
-
filterFindByC_E
public static List<BatchPlannerPlan> filterFindByC_E(long companyId, boolean export, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns an ordered range of all the batch planner plans that the user has permissions to view where companyId = ? and export = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromBatchPlannerPlanModelImpl.- Parameters:
companyId- the company IDexport- the exportstart- the lower bound of the range of batch planner plansend- the upper bound of the range of batch planner plans (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching batch planner plans that the user has permission to view
-
filterFindByC_E_PrevAndNext
public static BatchPlannerPlan[] filterFindByC_E_PrevAndNext(long batchPlannerPlanId, long companyId, boolean export, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) throws NoSuchPlanException Returns the batch planner plans before and after the current batch planner plan in the ordered set of batch planner plans that the user has permission to view where companyId = ? and export = ?.- Parameters:
batchPlannerPlanId- the primary key of the current batch planner plancompanyId- the company IDexport- the exportorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next batch planner plan
- Throws:
NoSuchPlanException- if a batch planner plan with the primary key could not be foundNoSuchPlanException
-
removeByC_E
public static void removeByC_E(long companyId, boolean export) Removes all the batch planner plans where companyId = ? and export = ? from the database.- Parameters:
companyId- the company IDexport- the export
-
countByC_E
public static int countByC_E(long companyId, boolean export) Returns the number of batch planner plans where companyId = ? and export = ?.- Parameters:
companyId- the company IDexport- the export- Returns:
- the number of matching batch planner plans
-
filterCountByC_E
public static int filterCountByC_E(long companyId, boolean export) Returns the number of batch planner plans that the user has permission to view where companyId = ? and export = ?.- Parameters:
companyId- the company IDexport- the export- Returns:
- the number of matching batch planner plans that the user has permission to view
-
findByC_N
Returns all the batch planner plans where companyId = ? and name = ?.- Parameters:
companyId- the company IDname- the name- Returns:
- the matching batch planner plans
-
findByC_N
Returns a range of all the batch planner plans where companyId = ? and name = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromBatchPlannerPlanModelImpl.- Parameters:
companyId- the company IDname- the namestart- the lower bound of the range of batch planner plansend- the upper bound of the range of batch planner plans (not inclusive)- Returns:
- the range of matching batch planner plans
-
findByC_N
public static List<BatchPlannerPlan> findByC_N(long companyId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns an ordered range of all the batch planner plans where companyId = ? and name = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromBatchPlannerPlanModelImpl.- Parameters:
companyId- the company IDname- the namestart- the lower bound of the range of batch planner plansend- the upper bound of the range of batch planner plans (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching batch planner plans
-
findByC_N
public static List<BatchPlannerPlan> findByC_N(long companyId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator, boolean useFinderCache) Returns an ordered range of all the batch planner plans where companyId = ? and name = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromBatchPlannerPlanModelImpl.- Parameters:
companyId- the company IDname- the namestart- the lower bound of the range of batch planner plansend- the upper bound of the range of batch planner plans (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching batch planner plans
-
findByC_N_First
public static BatchPlannerPlan findByC_N_First(long companyId, String name, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) throws NoSuchPlanException Returns the first batch planner plan in the ordered set where companyId = ? and name = ?.- Parameters:
companyId- the company IDname- the nameorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching batch planner plan
- Throws:
NoSuchPlanException- if a matching batch planner plan could not be foundNoSuchPlanException
-
fetchByC_N_First
public static BatchPlannerPlan fetchByC_N_First(long companyId, String name, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the first batch planner plan in the ordered set where companyId = ? and name = ?.- Parameters:
companyId- the company IDname- the nameorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching batch planner plan, or
nullif a matching batch planner plan could not be found
-
findByC_N_Last
public static BatchPlannerPlan findByC_N_Last(long companyId, String name, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) throws NoSuchPlanException Returns the last batch planner plan in the ordered set where companyId = ? and name = ?.- Parameters:
companyId- the company IDname- the nameorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching batch planner plan
- Throws:
NoSuchPlanException- if a matching batch planner plan could not be foundNoSuchPlanException
-
fetchByC_N_Last
public static BatchPlannerPlan fetchByC_N_Last(long companyId, String name, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the last batch planner plan in the ordered set where companyId = ? and name = ?.- Parameters:
companyId- the company IDname- the nameorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching batch planner plan, or
nullif a matching batch planner plan could not be found
-
findByC_N_PrevAndNext
public static BatchPlannerPlan[] findByC_N_PrevAndNext(long batchPlannerPlanId, long companyId, String name, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) throws NoSuchPlanException Returns the batch planner plans before and after the current batch planner plan in the ordered set where companyId = ? and name = ?.- Parameters:
batchPlannerPlanId- the primary key of the current batch planner plancompanyId- the company IDname- the nameorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next batch planner plan
- Throws:
NoSuchPlanException- if a batch planner plan with the primary key could not be foundNoSuchPlanException
-
filterFindByC_N
Returns all the batch planner plans that the user has permission to view where companyId = ? and name = ?.- Parameters:
companyId- the company IDname- the name- Returns:
- the matching batch planner plans that the user has permission to view
-
filterFindByC_N
public static List<BatchPlannerPlan> filterFindByC_N(long companyId, String name, int start, int end) Returns a range of all the batch planner plans that the user has permission to view where companyId = ? and name = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromBatchPlannerPlanModelImpl.- Parameters:
companyId- the company IDname- the namestart- the lower bound of the range of batch planner plansend- the upper bound of the range of batch planner plans (not inclusive)- Returns:
- the range of matching batch planner plans that the user has permission to view
-
filterFindByC_N
public static List<BatchPlannerPlan> filterFindByC_N(long companyId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns an ordered range of all the batch planner plans that the user has permissions to view where companyId = ? and name = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromBatchPlannerPlanModelImpl.- Parameters:
companyId- the company IDname- the namestart- the lower bound of the range of batch planner plansend- the upper bound of the range of batch planner plans (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching batch planner plans that the user has permission to view
-
filterFindByC_N_PrevAndNext
public static BatchPlannerPlan[] filterFindByC_N_PrevAndNext(long batchPlannerPlanId, long companyId, String name, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) throws NoSuchPlanException Returns the batch planner plans before and after the current batch planner plan in the ordered set of batch planner plans that the user has permission to view where companyId = ? and name = ?.- Parameters:
batchPlannerPlanId- the primary key of the current batch planner plancompanyId- the company IDname- the nameorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next batch planner plan
- Throws:
NoSuchPlanException- if a batch planner plan with the primary key could not be foundNoSuchPlanException
-
removeByC_N
Removes all the batch planner plans where companyId = ? and name = ? from the database.- Parameters:
companyId- the company IDname- the name
-
countByC_N
Returns the number of batch planner plans where companyId = ? and name = ?.- Parameters:
companyId- the company IDname- the name- Returns:
- the number of matching batch planner plans
-
filterCountByC_N
Returns the number of batch planner plans that the user has permission to view where companyId = ? and name = ?.- Parameters:
companyId- the company IDname- the name- Returns:
- the number of matching batch planner plans that the user has permission to view
-
findByC_T
Returns all the batch planner plans where companyId = ? and template = ?.- Parameters:
companyId- the company IDtemplate- the template- Returns:
- the matching batch planner plans
-
findByC_T
public static List<BatchPlannerPlan> findByC_T(long companyId, boolean template, int start, int end) Returns a range of all the batch planner plans where companyId = ? and template = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromBatchPlannerPlanModelImpl.- Parameters:
companyId- the company IDtemplate- the templatestart- the lower bound of the range of batch planner plansend- the upper bound of the range of batch planner plans (not inclusive)- Returns:
- the range of matching batch planner plans
-
findByC_T
public static List<BatchPlannerPlan> findByC_T(long companyId, boolean template, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns an ordered range of all the batch planner plans where companyId = ? and template = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromBatchPlannerPlanModelImpl.- Parameters:
companyId- the company IDtemplate- the templatestart- the lower bound of the range of batch planner plansend- the upper bound of the range of batch planner plans (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching batch planner plans
-
findByC_T
public static List<BatchPlannerPlan> findByC_T(long companyId, boolean template, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator, boolean useFinderCache) Returns an ordered range of all the batch planner plans where companyId = ? and template = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromBatchPlannerPlanModelImpl.- Parameters:
companyId- the company IDtemplate- the templatestart- the lower bound of the range of batch planner plansend- the upper bound of the range of batch planner plans (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching batch planner plans
-
findByC_T_First
public static BatchPlannerPlan findByC_T_First(long companyId, boolean template, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) throws NoSuchPlanException Returns the first batch planner plan in the ordered set where companyId = ? and template = ?.- Parameters:
companyId- the company IDtemplate- the templateorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching batch planner plan
- Throws:
NoSuchPlanException- if a matching batch planner plan could not be foundNoSuchPlanException
-
fetchByC_T_First
public static BatchPlannerPlan fetchByC_T_First(long companyId, boolean template, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the first batch planner plan in the ordered set where companyId = ? and template = ?.- Parameters:
companyId- the company IDtemplate- the templateorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching batch planner plan, or
nullif a matching batch planner plan could not be found
-
findByC_T_Last
public static BatchPlannerPlan findByC_T_Last(long companyId, boolean template, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) throws NoSuchPlanException Returns the last batch planner plan in the ordered set where companyId = ? and template = ?.- Parameters:
companyId- the company IDtemplate- the templateorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching batch planner plan
- Throws:
NoSuchPlanException- if a matching batch planner plan could not be foundNoSuchPlanException
-
fetchByC_T_Last
public static BatchPlannerPlan fetchByC_T_Last(long companyId, boolean template, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the last batch planner plan in the ordered set where companyId = ? and template = ?.- Parameters:
companyId- the company IDtemplate- the templateorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching batch planner plan, or
nullif a matching batch planner plan could not be found
-
findByC_T_PrevAndNext
public static BatchPlannerPlan[] findByC_T_PrevAndNext(long batchPlannerPlanId, long companyId, boolean template, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) throws NoSuchPlanException Returns the batch planner plans before and after the current batch planner plan in the ordered set where companyId = ? and template = ?.- Parameters:
batchPlannerPlanId- the primary key of the current batch planner plancompanyId- the company IDtemplate- the templateorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next batch planner plan
- Throws:
NoSuchPlanException- if a batch planner plan with the primary key could not be foundNoSuchPlanException
-
filterFindByC_T
Returns all the batch planner plans that the user has permission to view where companyId = ? and template = ?.- Parameters:
companyId- the company IDtemplate- the template- Returns:
- the matching batch planner plans that the user has permission to view
-
filterFindByC_T
public static List<BatchPlannerPlan> filterFindByC_T(long companyId, boolean template, int start, int end) Returns a range of all the batch planner plans that the user has permission to view where companyId = ? and template = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromBatchPlannerPlanModelImpl.- Parameters:
companyId- the company IDtemplate- the templatestart- the lower bound of the range of batch planner plansend- the upper bound of the range of batch planner plans (not inclusive)- Returns:
- the range of matching batch planner plans that the user has permission to view
-
filterFindByC_T
public static List<BatchPlannerPlan> filterFindByC_T(long companyId, boolean template, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns an ordered range of all the batch planner plans that the user has permissions to view where companyId = ? and template = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromBatchPlannerPlanModelImpl.- Parameters:
companyId- the company IDtemplate- the templatestart- the lower bound of the range of batch planner plansend- the upper bound of the range of batch planner plans (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching batch planner plans that the user has permission to view
-
filterFindByC_T_PrevAndNext
public static BatchPlannerPlan[] filterFindByC_T_PrevAndNext(long batchPlannerPlanId, long companyId, boolean template, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) throws NoSuchPlanException Returns the batch planner plans before and after the current batch planner plan in the ordered set of batch planner plans that the user has permission to view where companyId = ? and template = ?.- Parameters:
batchPlannerPlanId- the primary key of the current batch planner plancompanyId- the company IDtemplate- the templateorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next batch planner plan
- Throws:
NoSuchPlanException- if a batch planner plan with the primary key could not be foundNoSuchPlanException
-
removeByC_T
public static void removeByC_T(long companyId, boolean template) Removes all the batch planner plans where companyId = ? and template = ? from the database.- Parameters:
companyId- the company IDtemplate- the template
-
countByC_T
public static int countByC_T(long companyId, boolean template) Returns the number of batch planner plans where companyId = ? and template = ?.- Parameters:
companyId- the company IDtemplate- the template- Returns:
- the number of matching batch planner plans
-
filterCountByC_T
public static int filterCountByC_T(long companyId, boolean template) Returns the number of batch planner plans that the user has permission to view where companyId = ? and template = ?.- Parameters:
companyId- the company IDtemplate- the template- Returns:
- the number of matching batch planner plans that the user has permission to view
-
findByC_E_T
Returns all the batch planner plans where companyId = ? and export = ? and template = ?.- Parameters:
companyId- the company IDexport- the exporttemplate- the template- Returns:
- the matching batch planner plans
-
findByC_E_T
public static List<BatchPlannerPlan> findByC_E_T(long companyId, boolean export, boolean template, int start, int end) Returns a range of all the batch planner plans where companyId = ? and export = ? and template = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromBatchPlannerPlanModelImpl.- Parameters:
companyId- the company IDexport- the exporttemplate- the templatestart- the lower bound of the range of batch planner plansend- the upper bound of the range of batch planner plans (not inclusive)- Returns:
- the range of matching batch planner plans
-
findByC_E_T
public static List<BatchPlannerPlan> findByC_E_T(long companyId, boolean export, boolean template, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns an ordered range of all the batch planner plans where companyId = ? and export = ? and template = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromBatchPlannerPlanModelImpl.- Parameters:
companyId- the company IDexport- the exporttemplate- the templatestart- the lower bound of the range of batch planner plansend- the upper bound of the range of batch planner plans (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching batch planner plans
-
findByC_E_T
public static List<BatchPlannerPlan> findByC_E_T(long companyId, boolean export, boolean template, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator, boolean useFinderCache) Returns an ordered range of all the batch planner plans where companyId = ? and export = ? and template = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromBatchPlannerPlanModelImpl.- Parameters:
companyId- the company IDexport- the exporttemplate- the templatestart- the lower bound of the range of batch planner plansend- the upper bound of the range of batch planner plans (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching batch planner plans
-
findByC_E_T_First
public static BatchPlannerPlan findByC_E_T_First(long companyId, boolean export, boolean template, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) throws NoSuchPlanException Returns the first batch planner plan in the ordered set where companyId = ? and export = ? and template = ?.- Parameters:
companyId- the company IDexport- the exporttemplate- the templateorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching batch planner plan
- Throws:
NoSuchPlanException- if a matching batch planner plan could not be foundNoSuchPlanException
-
fetchByC_E_T_First
public static BatchPlannerPlan fetchByC_E_T_First(long companyId, boolean export, boolean template, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the first batch planner plan in the ordered set where companyId = ? and export = ? and template = ?.- Parameters:
companyId- the company IDexport- the exporttemplate- the templateorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching batch planner plan, or
nullif a matching batch planner plan could not be found
-
findByC_E_T_Last
public static BatchPlannerPlan findByC_E_T_Last(long companyId, boolean export, boolean template, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) throws NoSuchPlanException Returns the last batch planner plan in the ordered set where companyId = ? and export = ? and template = ?.- Parameters:
companyId- the company IDexport- the exporttemplate- the templateorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching batch planner plan
- Throws:
NoSuchPlanException- if a matching batch planner plan could not be foundNoSuchPlanException
-
fetchByC_E_T_Last
public static BatchPlannerPlan fetchByC_E_T_Last(long companyId, boolean export, boolean template, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns the last batch planner plan in the ordered set where companyId = ? and export = ? and template = ?.- Parameters:
companyId- the company IDexport- the exporttemplate- the templateorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching batch planner plan, or
nullif a matching batch planner plan could not be found
-
findByC_E_T_PrevAndNext
public static BatchPlannerPlan[] findByC_E_T_PrevAndNext(long batchPlannerPlanId, long companyId, boolean export, boolean template, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) throws NoSuchPlanException Returns the batch planner plans before and after the current batch planner plan in the ordered set where companyId = ? and export = ? and template = ?.- Parameters:
batchPlannerPlanId- the primary key of the current batch planner plancompanyId- the company IDexport- the exporttemplate- the templateorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next batch planner plan
- Throws:
NoSuchPlanException- if a batch planner plan with the primary key could not be foundNoSuchPlanException
-
filterFindByC_E_T
public static List<BatchPlannerPlan> filterFindByC_E_T(long companyId, boolean export, boolean template) Returns all the batch planner plans that the user has permission to view where companyId = ? and export = ? and template = ?.- Parameters:
companyId- the company IDexport- the exporttemplate- the template- Returns:
- the matching batch planner plans that the user has permission to view
-
filterFindByC_E_T
public static List<BatchPlannerPlan> filterFindByC_E_T(long companyId, boolean export, boolean template, int start, int end) Returns a range of all the batch planner plans that the user has permission to view where companyId = ? and export = ? and template = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromBatchPlannerPlanModelImpl.- Parameters:
companyId- the company IDexport- the exporttemplate- the templatestart- the lower bound of the range of batch planner plansend- the upper bound of the range of batch planner plans (not inclusive)- Returns:
- the range of matching batch planner plans that the user has permission to view
-
filterFindByC_E_T
public static List<BatchPlannerPlan> filterFindByC_E_T(long companyId, boolean export, boolean template, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns an ordered range of all the batch planner plans that the user has permissions to view where companyId = ? and export = ? and template = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromBatchPlannerPlanModelImpl.- Parameters:
companyId- the company IDexport- the exporttemplate- the templatestart- the lower bound of the range of batch planner plansend- the upper bound of the range of batch planner plans (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching batch planner plans that the user has permission to view
-
filterFindByC_E_T_PrevAndNext
public static BatchPlannerPlan[] filterFindByC_E_T_PrevAndNext(long batchPlannerPlanId, long companyId, boolean export, boolean template, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) throws NoSuchPlanException Returns the batch planner plans before and after the current batch planner plan in the ordered set of batch planner plans that the user has permission to view where companyId = ? and export = ? and template = ?.- Parameters:
batchPlannerPlanId- the primary key of the current batch planner plancompanyId- the company IDexport- the exporttemplate- the templateorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next batch planner plan
- Throws:
NoSuchPlanException- if a batch planner plan with the primary key could not be foundNoSuchPlanException
-
removeByC_E_T
public static void removeByC_E_T(long companyId, boolean export, boolean template) Removes all the batch planner plans where companyId = ? and export = ? and template = ? from the database.- Parameters:
companyId- the company IDexport- the exporttemplate- the template
-
countByC_E_T
public static int countByC_E_T(long companyId, boolean export, boolean template) Returns the number of batch planner plans where companyId = ? and export = ? and template = ?.- Parameters:
companyId- the company IDexport- the exporttemplate- the template- Returns:
- the number of matching batch planner plans
-
filterCountByC_E_T
public static int filterCountByC_E_T(long companyId, boolean export, boolean template) Returns the number of batch planner plans that the user has permission to view where companyId = ? and export = ? and template = ?.- Parameters:
companyId- the company IDexport- the exporttemplate- the template- Returns:
- the number of matching batch planner plans that the user has permission to view
-
cacheResult
Caches the batch planner plan in the entity cache if it is enabled.- Parameters:
batchPlannerPlan- the batch planner plan
-
cacheResult
Caches the batch planner plans in the entity cache if it is enabled.- Parameters:
batchPlannerPlans- the batch planner plans
-
create
Creates a new batch planner plan with the primary key. Does not add the batch planner plan to the database.- Parameters:
batchPlannerPlanId- the primary key for the new batch planner plan- Returns:
- the new batch planner plan
-
remove
Removes the batch planner plan with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
batchPlannerPlanId- the primary key of the batch planner plan- Returns:
- the batch planner plan that was removed
- Throws:
NoSuchPlanException- if a batch planner plan with the primary key could not be foundNoSuchPlanException
-
updateImpl
-
findByPrimaryKey
Returns the batch planner plan with the primary key or throws aNoSuchPlanExceptionif it could not be found.- Parameters:
batchPlannerPlanId- the primary key of the batch planner plan- Returns:
- the batch planner plan
- Throws:
NoSuchPlanException- if a batch planner plan with the primary key could not be foundNoSuchPlanException
-
fetchByPrimaryKey
Returns the batch planner plan with the primary key or returnsnullif it could not be found.- Parameters:
batchPlannerPlanId- the primary key of the batch planner plan- Returns:
- the batch planner plan, or
nullif a batch planner plan with the primary key could not be found
-
findAll
Returns all the batch planner plans.- Returns:
- the batch planner plans
-
findAll
Returns a range of all the batch planner plans.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromBatchPlannerPlanModelImpl.- Parameters:
start- the lower bound of the range of batch planner plansend- the upper bound of the range of batch planner plans (not inclusive)- Returns:
- the range of batch planner plans
-
findAll
public static List<BatchPlannerPlan> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) Returns an ordered range of all the batch planner plans.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromBatchPlannerPlanModelImpl.- Parameters:
start- the lower bound of the range of batch planner plansend- the upper bound of the range of batch planner plans (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of batch planner plans
-
findAll
public static List<BatchPlannerPlan> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator, boolean useFinderCache) Returns an ordered range of all the batch planner plans.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromBatchPlannerPlanModelImpl.- Parameters:
start- the lower bound of the range of batch planner plansend- the upper bound of the range of batch planner plans (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of batch planner plans
-
removeAll
public static void removeAll()Removes all the batch planner plans from the database. -
countAll
public static int countAll()Returns the number of batch planner plans.- Returns:
- the number of batch planner plans
-
getPersistence
-
setPersistence
-