Class CPTaxCategoryUtil
com.liferay.commerce.product.service.persistence.impl.CPTaxCategoryPersistenceImpl
and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
cacheResult
(CPTaxCategory cpTaxCategory) Caches the cp tax category in the entity cache if it is enabled.static void
cacheResult
(List<CPTaxCategory> cpTaxCategories) Caches the cp tax categories in the entity cache if it is enabled.static void
static void
clearCache
(CPTaxCategory cpTaxCategory) static int
countAll()
Returns the number of cp tax categories.static int
countByCompanyId
(long companyId) Returns the number of cp tax categories where companyId = ?.static int
countByERC_C
(String externalReferenceCode, long companyId) Returns the number of cp tax categories where externalReferenceCode = ? and companyId = ?.static int
countByUuid
(String uuid) Returns the number of cp tax categories where uuid = ?.static int
countByUuid_C
(String uuid, long companyId) Returns the number of cp tax categories where uuid = ? and companyId = ?.static long
countWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static CPTaxCategory
create
(long CPTaxCategoryId) Creates a new cp tax category with the primary key.static CPTaxCategory
fetchByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) Returns the first cp tax category in the ordered set where companyId = ?.static CPTaxCategory
fetchByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) Returns the last cp tax category in the ordered set where companyId = ?.static CPTaxCategory
fetchByERC_C
(String externalReferenceCode, long companyId) Returns the cp tax category where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found.static CPTaxCategory
fetchByERC_C
(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the cp tax category where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found, optionally using the finder cache.static CPTaxCategory
fetchByPrimaryKey
(long CPTaxCategoryId) Returns the cp tax category with the primary key or returnsnull
if it could not be found.static Map<Serializable,
CPTaxCategory> fetchByPrimaryKeys
(Set<Serializable> primaryKeys) static CPTaxCategory
fetchByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) Returns the first cp tax category in the ordered set where uuid = ? and companyId = ?.static CPTaxCategory
fetchByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) Returns the last cp tax category in the ordered set where uuid = ? and companyId = ?.static CPTaxCategory
fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) Returns the first cp tax category in the ordered set where uuid = ?.static CPTaxCategory
fetchByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) Returns the last cp tax category in the ordered set where uuid = ?.static List<CPTaxCategory>
findAll()
Returns all the cp tax categories.static List<CPTaxCategory>
findAll
(int start, int end) Returns a range of all the cp tax categories.static List<CPTaxCategory>
findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) Returns an ordered range of all the cp tax categories.static List<CPTaxCategory>
findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp tax categories.static List<CPTaxCategory>
findByCompanyId
(long companyId) Returns all the cp tax categories where companyId = ?.static List<CPTaxCategory>
findByCompanyId
(long companyId, int start, int end) Returns a range of all the cp tax categories where companyId = ?.static List<CPTaxCategory>
findByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) Returns an ordered range of all the cp tax categories where companyId = ?.static List<CPTaxCategory>
findByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp tax categories where companyId = ?.static CPTaxCategory
findByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) Returns the first cp tax category in the ordered set where companyId = ?.static CPTaxCategory
findByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) Returns the last cp tax category in the ordered set where companyId = ?.static CPTaxCategory[]
findByCompanyId_PrevAndNext
(long CPTaxCategoryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) Returns the cp tax categories before and after the current cp tax category in the ordered set where companyId = ?.static CPTaxCategory
findByERC_C
(String externalReferenceCode, long companyId) Returns the cp tax category where externalReferenceCode = ? and companyId = ? or throws aNoSuchCPTaxCategoryException
if it could not be found.static CPTaxCategory
findByPrimaryKey
(long CPTaxCategoryId) Returns the cp tax category with the primary key or throws aNoSuchCPTaxCategoryException
if it could not be found.static List<CPTaxCategory>
findByUuid
(String uuid) Returns all the cp tax categories where uuid = ?.static List<CPTaxCategory>
findByUuid
(String uuid, int start, int end) Returns a range of all the cp tax categories where uuid = ?.static List<CPTaxCategory>
findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) Returns an ordered range of all the cp tax categories where uuid = ?.static List<CPTaxCategory>
findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp tax categories where uuid = ?.static List<CPTaxCategory>
findByUuid_C
(String uuid, long companyId) Returns all the cp tax categories where uuid = ? and companyId = ?.static List<CPTaxCategory>
findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the cp tax categories where uuid = ? and companyId = ?.static List<CPTaxCategory>
findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) Returns an ordered range of all the cp tax categories where uuid = ? and companyId = ?.static List<CPTaxCategory>
findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp tax categories where uuid = ? and companyId = ?.static CPTaxCategory
findByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) Returns the first cp tax category in the ordered set where uuid = ? and companyId = ?.static CPTaxCategory
findByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) Returns the last cp tax category in the ordered set where uuid = ? and companyId = ?.static CPTaxCategory[]
findByUuid_C_PrevAndNext
(long CPTaxCategoryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) Returns the cp tax categories before and after the current cp tax category in the ordered set where uuid = ? and companyId = ?.static CPTaxCategory
findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) Returns the first cp tax category in the ordered set where uuid = ?.static CPTaxCategory
findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) Returns the last cp tax category in the ordered set where uuid = ?.static CPTaxCategory[]
findByUuid_PrevAndNext
(long CPTaxCategoryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) Returns the cp tax categories before and after the current cp tax category in the ordered set where uuid = ?.static List<CPTaxCategory>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static List<CPTaxCategory>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) static List<CPTaxCategory>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) static CPTaxCategoryPersistence
static CPTaxCategory
remove
(long CPTaxCategoryId) Removes the cp tax category with the primary key from the database.static void
Removes all the cp tax categories from the database.static void
removeByCompanyId
(long companyId) Removes all the cp tax categories where companyId = ? from the database.static CPTaxCategory
removeByERC_C
(String externalReferenceCode, long companyId) Removes the cp tax category where externalReferenceCode = ? and companyId = ? from the database.static void
removeByUuid
(String uuid) Removes all the cp tax categories where uuid = ? from the database.static void
removeByUuid_C
(String uuid, long companyId) Removes all the cp tax categories where uuid = ? and companyId = ? from the database.static void
setPersistence
(CPTaxCategoryPersistence persistence) static CPTaxCategory
update
(CPTaxCategory cpTaxCategory) static CPTaxCategory
update
(CPTaxCategory cpTaxCategory, com.liferay.portal.kernel.service.ServiceContext serviceContext) static CPTaxCategory
updateImpl
(CPTaxCategory cpTaxCategory)
-
Constructor Details
-
CPTaxCategoryUtil
public CPTaxCategoryUtil()
-
-
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<CPTaxCategory> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery)
-
findWithDynamicQuery
public static List<CPTaxCategory> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
-
findWithDynamicQuery
public static List<CPTaxCategory> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
-
update
- See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
-
update
public static CPTaxCategory update(CPTaxCategory cpTaxCategory, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
-
findByUuid
Returns all the cp tax categories where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching cp tax categories
-
findByUuid
Returns a range of all the cp tax categories where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPTaxCategoryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of cp tax categoriesend
- the upper bound of the range of cp tax categories (not inclusive)- Returns:
- the range of matching cp tax categories
-
findByUuid
public static List<CPTaxCategory> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) Returns an ordered range of all the cp tax categories where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPTaxCategoryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of cp tax categoriesend
- the upper bound of the range of cp tax categories (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cp tax categories
-
findByUuid
public static List<CPTaxCategory> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp tax categories where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPTaxCategoryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of cp tax categoriesend
- the upper bound of the range of cp tax categories (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching cp tax categories
-
findByUuid_First
public static CPTaxCategory findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) throws NoSuchCPTaxCategoryException Returns the first cp tax category in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cp tax category
- Throws:
NoSuchCPTaxCategoryException
- if a matching cp tax category could not be foundNoSuchCPTaxCategoryException
-
fetchByUuid_First
public static CPTaxCategory fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) Returns the first cp tax category in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cp tax category, or
null
if a matching cp tax category could not be found
-
findByUuid_Last
public static CPTaxCategory findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) throws NoSuchCPTaxCategoryException Returns the last cp tax category in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp tax category
- Throws:
NoSuchCPTaxCategoryException
- if a matching cp tax category could not be foundNoSuchCPTaxCategoryException
-
fetchByUuid_Last
public static CPTaxCategory fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) Returns the last cp tax category in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp tax category, or
null
if a matching cp tax category could not be found
-
findByUuid_PrevAndNext
public static CPTaxCategory[] findByUuid_PrevAndNext(long CPTaxCategoryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) throws NoSuchCPTaxCategoryException Returns the cp tax categories before and after the current cp tax category in the ordered set where uuid = ?.- Parameters:
CPTaxCategoryId
- the primary key of the current cp tax categoryuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cp tax category
- Throws:
NoSuchCPTaxCategoryException
- if a cp tax category with the primary key could not be foundNoSuchCPTaxCategoryException
-
removeByUuid
Removes all the cp tax categories where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of cp tax categories where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching cp tax categories
-
findByUuid_C
Returns all the cp tax categories where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching cp tax categories
-
findByUuid_C
Returns a range of all the cp tax categories where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPTaxCategoryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of cp tax categoriesend
- the upper bound of the range of cp tax categories (not inclusive)- Returns:
- the range of matching cp tax categories
-
findByUuid_C
public static List<CPTaxCategory> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) Returns an ordered range of all the cp tax categories where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPTaxCategoryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of cp tax categoriesend
- the upper bound of the range of cp tax categories (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cp tax categories
-
findByUuid_C
public static List<CPTaxCategory> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp tax categories where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPTaxCategoryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of cp tax categoriesend
- the upper bound of the range of cp tax categories (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching cp tax categories
-
findByUuid_C_First
public static CPTaxCategory findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) throws NoSuchCPTaxCategoryException Returns the first cp tax category in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cp tax category
- Throws:
NoSuchCPTaxCategoryException
- if a matching cp tax category could not be foundNoSuchCPTaxCategoryException
-
fetchByUuid_C_First
public static CPTaxCategory fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) Returns the first cp tax category in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cp tax category, or
null
if a matching cp tax category could not be found
-
findByUuid_C_Last
public static CPTaxCategory findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) throws NoSuchCPTaxCategoryException Returns the last cp tax category in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp tax category
- Throws:
NoSuchCPTaxCategoryException
- if a matching cp tax category could not be foundNoSuchCPTaxCategoryException
-
fetchByUuid_C_Last
public static CPTaxCategory fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) Returns the last cp tax category in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp tax category, or
null
if a matching cp tax category could not be found
-
findByUuid_C_PrevAndNext
public static CPTaxCategory[] findByUuid_C_PrevAndNext(long CPTaxCategoryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) throws NoSuchCPTaxCategoryException Returns the cp tax categories before and after the current cp tax category in the ordered set where uuid = ? and companyId = ?.- Parameters:
CPTaxCategoryId
- the primary key of the current cp tax categoryuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cp tax category
- Throws:
NoSuchCPTaxCategoryException
- if a cp tax category with the primary key could not be foundNoSuchCPTaxCategoryException
-
removeByUuid_C
Removes all the cp tax categories where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of cp tax categories where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching cp tax categories
-
findByCompanyId
Returns all the cp tax categories where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the matching cp tax categories
-
findByCompanyId
Returns a range of all the cp tax categories where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPTaxCategoryModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of cp tax categoriesend
- the upper bound of the range of cp tax categories (not inclusive)- Returns:
- the range of matching cp tax categories
-
findByCompanyId
public static List<CPTaxCategory> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) Returns an ordered range of all the cp tax categories where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPTaxCategoryModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of cp tax categoriesend
- the upper bound of the range of cp tax categories (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cp tax categories
-
findByCompanyId
public static List<CPTaxCategory> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp tax categories where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPTaxCategoryModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of cp tax categoriesend
- the upper bound of the range of cp tax categories (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching cp tax categories
-
findByCompanyId_First
public static CPTaxCategory findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) throws NoSuchCPTaxCategoryException Returns the first cp tax category in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cp tax category
- Throws:
NoSuchCPTaxCategoryException
- if a matching cp tax category could not be foundNoSuchCPTaxCategoryException
-
fetchByCompanyId_First
public static CPTaxCategory fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) Returns the first cp tax category in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cp tax category, or
null
if a matching cp tax category could not be found
-
findByCompanyId_Last
public static CPTaxCategory findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) throws NoSuchCPTaxCategoryException Returns the last cp tax category in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp tax category
- Throws:
NoSuchCPTaxCategoryException
- if a matching cp tax category could not be foundNoSuchCPTaxCategoryException
-
fetchByCompanyId_Last
public static CPTaxCategory fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) Returns the last cp tax category in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp tax category, or
null
if a matching cp tax category could not be found
-
findByCompanyId_PrevAndNext
public static CPTaxCategory[] findByCompanyId_PrevAndNext(long CPTaxCategoryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) throws NoSuchCPTaxCategoryException Returns the cp tax categories before and after the current cp tax category in the ordered set where companyId = ?.- Parameters:
CPTaxCategoryId
- the primary key of the current cp tax categorycompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cp tax category
- Throws:
NoSuchCPTaxCategoryException
- if a cp tax category with the primary key could not be foundNoSuchCPTaxCategoryException
-
removeByCompanyId
public static void removeByCompanyId(long companyId) Removes all the cp tax categories where companyId = ? from the database.- Parameters:
companyId
- the company ID
-
countByCompanyId
public static int countByCompanyId(long companyId) Returns the number of cp tax categories where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the number of matching cp tax categories
-
findByERC_C
public static CPTaxCategory findByERC_C(String externalReferenceCode, long companyId) throws NoSuchCPTaxCategoryException Returns the cp tax category where externalReferenceCode = ? and companyId = ? or throws aNoSuchCPTaxCategoryException
if it could not be found.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the matching cp tax category
- Throws:
NoSuchCPTaxCategoryException
- if a matching cp tax category could not be foundNoSuchCPTaxCategoryException
-
fetchByERC_C
Returns the cp tax category where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the matching cp tax category, or
null
if a matching cp tax category could not be found
-
fetchByERC_C
public static CPTaxCategory fetchByERC_C(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the cp tax category where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching cp tax category, or
null
if a matching cp tax category could not be found
-
removeByERC_C
public static CPTaxCategory removeByERC_C(String externalReferenceCode, long companyId) throws NoSuchCPTaxCategoryException Removes the cp tax category where externalReferenceCode = ? and companyId = ? from the database.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the cp tax category that was removed
- Throws:
NoSuchCPTaxCategoryException
-
countByERC_C
Returns the number of cp tax categories where externalReferenceCode = ? and companyId = ?.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the number of matching cp tax categories
-
cacheResult
Caches the cp tax category in the entity cache if it is enabled.- Parameters:
cpTaxCategory
- the cp tax category
-
cacheResult
Caches the cp tax categories in the entity cache if it is enabled.- Parameters:
cpTaxCategories
- the cp tax categories
-
create
Creates a new cp tax category with the primary key. Does not add the cp tax category to the database.- Parameters:
CPTaxCategoryId
- the primary key for the new cp tax category- Returns:
- the new cp tax category
-
remove
Removes the cp tax category with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
CPTaxCategoryId
- the primary key of the cp tax category- Returns:
- the cp tax category that was removed
- Throws:
NoSuchCPTaxCategoryException
- if a cp tax category with the primary key could not be foundNoSuchCPTaxCategoryException
-
updateImpl
-
findByPrimaryKey
public static CPTaxCategory findByPrimaryKey(long CPTaxCategoryId) throws NoSuchCPTaxCategoryException Returns the cp tax category with the primary key or throws aNoSuchCPTaxCategoryException
if it could not be found.- Parameters:
CPTaxCategoryId
- the primary key of the cp tax category- Returns:
- the cp tax category
- Throws:
NoSuchCPTaxCategoryException
- if a cp tax category with the primary key could not be foundNoSuchCPTaxCategoryException
-
fetchByPrimaryKey
Returns the cp tax category with the primary key or returnsnull
if it could not be found.- Parameters:
CPTaxCategoryId
- the primary key of the cp tax category- Returns:
- the cp tax category, or
null
if a cp tax category with the primary key could not be found
-
findAll
Returns all the cp tax categories.- Returns:
- the cp tax categories
-
findAll
Returns a range of all the cp tax categories.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPTaxCategoryModelImpl
.- Parameters:
start
- the lower bound of the range of cp tax categoriesend
- the upper bound of the range of cp tax categories (not inclusive)- Returns:
- the range of cp tax categories
-
findAll
public static List<CPTaxCategory> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) Returns an ordered range of all the cp tax categories.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPTaxCategoryModelImpl
.- Parameters:
start
- the lower bound of the range of cp tax categoriesend
- the upper bound of the range of cp tax categories (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of cp tax categories
-
findAll
public static List<CPTaxCategory> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp tax categories.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPTaxCategoryModelImpl
.- Parameters:
start
- the lower bound of the range of cp tax categoriesend
- the upper bound of the range of cp tax categories (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of cp tax categories
-
removeAll
public static void removeAll()Removes all the cp tax categories from the database. -
countAll
public static int countAll()Returns the number of cp tax categories.- Returns:
- the number of cp tax categories
-
getPersistence
-
setPersistence
-