@ProviderType public interface CommercePriceListPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<CommercePriceList>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CommercePriceList>
Caching information and settings can be found in portal.properties
CommercePriceListUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(CommercePriceList commercePriceList)
Caches the commerce price list in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<CommercePriceList> commercePriceLists)
Caches the commerce price lists in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of commerce price lists.
|
int |
countByCommerceCurrencyId(long commerceCurrencyId)
Returns the number of commerce price lists where commerceCurrencyId = ?.
|
int |
countByCompanyId(long companyId)
Returns the number of commerce price lists where companyId = ?.
|
int |
countByERC_C(java.lang.String externalReferenceCode,
long companyId)
Returns the number of commerce price lists where externalReferenceCode = ? and companyId = ?.
|
int |
countByG_C_NotS(long[] groupIds,
long companyId,
int status)
Returns the number of commerce price lists where groupId = any ? and companyId = ? and status ≠ ?.
|
int |
countByG_C_NotS(long groupId,
long companyId,
int status)
Returns the number of commerce price lists where groupId = ? and companyId = ? and status ≠ ?.
|
int |
countByG_C_S(long[] groupIds,
long companyId,
int status)
Returns the number of commerce price lists where groupId = any ? and companyId = ? and status = ?.
|
int |
countByG_C_S(long groupId,
long companyId,
int status)
Returns the number of commerce price lists where groupId = ? and companyId = ? and status = ?.
|
int |
countByG_C_T_NotS(long[] groupIds,
long companyId,
java.lang.String type,
int status)
Returns the number of commerce price lists where groupId = any ? and companyId = ? and type = ? and status ≠ ?.
|
int |
countByG_C_T_NotS(long groupId,
long companyId,
java.lang.String type,
int status)
Returns the number of commerce price lists where groupId = ? and companyId = ? and type = ? and status ≠ ?.
|
int |
countByG_C_T_S(long[] groupIds,
long companyId,
java.lang.String type,
int status)
Returns the number of commerce price lists where groupId = any ? and companyId = ? and type = ? and status = ?.
|
int |
countByG_C_T_S(long groupId,
long companyId,
java.lang.String type,
int status)
Returns the number of commerce price lists where groupId = ? and companyId = ? and type = ? and status = ?.
|
int |
countByG_C_T(long groupId,
boolean catalogBasePriceList,
java.lang.String type)
Returns the number of commerce price lists where groupId = ? and catalogBasePriceList = ? and type = ?.
|
int |
countByG_C(long[] groupIds,
long companyId)
Returns the number of commerce price lists where groupId = any ? and companyId = ?.
|
int |
countByG_C(long groupId,
long companyId)
Returns the number of commerce price lists where groupId = ? and companyId = ?.
|
int |
countByG_CatalogBasePriceList(long groupId,
boolean catalogBasePriceList)
Returns the number of commerce price lists where groupId = ? and catalogBasePriceList = ?.
|
int |
countByLtD_S(java.util.Date displayDate,
int status)
Returns the number of commerce price lists where displayDate < ? and status = ?.
|
int |
countByParentCommercePriceListId(long parentCommercePriceListId)
Returns the number of commerce price lists where parentCommercePriceListId = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of commerce price lists where uuid = ? and companyId = ?.
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
Returns the number of commerce price lists where uuid = ? and groupId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of commerce price lists where uuid = ?.
|
CommercePriceList |
create(long commercePriceListId)
Creates a new commerce price list with the primary key.
|
CommercePriceList |
fetchByCommerceCurrencyId_First(long commerceCurrencyId,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the first commerce price list in the ordered set where commerceCurrencyId = ?.
|
CommercePriceList |
fetchByCommerceCurrencyId_Last(long commerceCurrencyId,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the last commerce price list in the ordered set where commerceCurrencyId = ?.
|
CommercePriceList |
fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the first commerce price list in the ordered set where companyId = ?.
|
CommercePriceList |
fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the last commerce price list in the ordered set where companyId = ?.
|
CommercePriceList |
fetchByERC_C(java.lang.String externalReferenceCode,
long companyId)
Returns the commerce price list where externalReferenceCode = ? and companyId = ? or returns
null if it could not be found. |
CommercePriceList |
fetchByERC_C(java.lang.String externalReferenceCode,
long companyId,
boolean useFinderCache)
Returns the commerce price list where externalReferenceCode = ? and companyId = ? or returns
null if it could not be found, optionally using the finder cache. |
CommercePriceList |
fetchByG_C_First(long groupId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the first commerce price list in the ordered set where groupId = ? and companyId = ?.
|
CommercePriceList |
fetchByG_C_Last(long groupId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the last commerce price list in the ordered set where groupId = ? and companyId = ?.
|
CommercePriceList |
fetchByG_C_NotS_First(long groupId,
long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the first commerce price list in the ordered set where groupId = ? and companyId = ? and status ≠ ?.
|
CommercePriceList |
fetchByG_C_NotS_Last(long groupId,
long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the last commerce price list in the ordered set where groupId = ? and companyId = ? and status ≠ ?.
|
CommercePriceList |
fetchByG_C_S_First(long groupId,
long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the first commerce price list in the ordered set where groupId = ? and companyId = ? and status = ?.
|
CommercePriceList |
fetchByG_C_S_Last(long groupId,
long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the last commerce price list in the ordered set where groupId = ? and companyId = ? and status = ?.
|
CommercePriceList |
fetchByG_C_T_NotS_First(long groupId,
long companyId,
java.lang.String type,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the first commerce price list in the ordered set where groupId = ? and companyId = ? and type = ? and status ≠ ?.
|
CommercePriceList |
fetchByG_C_T_NotS_Last(long groupId,
long companyId,
java.lang.String type,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the last commerce price list in the ordered set where groupId = ? and companyId = ? and type = ? and status ≠ ?.
|
CommercePriceList |
fetchByG_C_T_S_First(long groupId,
long companyId,
java.lang.String type,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the first commerce price list in the ordered set where groupId = ? and companyId = ? and type = ? and status = ?.
|
CommercePriceList |
fetchByG_C_T_S_Last(long groupId,
long companyId,
java.lang.String type,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the last commerce price list in the ordered set where groupId = ? and companyId = ? and type = ? and status = ?.
|
CommercePriceList |
fetchByG_C_T(long groupId,
boolean catalogBasePriceList,
java.lang.String type)
Returns the commerce price list where groupId = ? and catalogBasePriceList = ? and type = ? or returns
null if it could not be found. |
CommercePriceList |
fetchByG_C_T(long groupId,
boolean catalogBasePriceList,
java.lang.String type,
boolean useFinderCache)
Returns the commerce price list where groupId = ? and catalogBasePriceList = ? and type = ? or returns
null if it could not be found, optionally using the finder cache. |
CommercePriceList |
fetchByG_CatalogBasePriceList(long groupId,
boolean catalogBasePriceList)
Returns the commerce price list where groupId = ? and catalogBasePriceList = ? or returns
null if it could not be found. |
CommercePriceList |
fetchByG_CatalogBasePriceList(long groupId,
boolean catalogBasePriceList,
boolean useFinderCache)
Returns the commerce price list where groupId = ? and catalogBasePriceList = ? or returns
null if it could not be found, optionally using the finder cache. |
CommercePriceList |
fetchByLtD_S_First(java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the first commerce price list in the ordered set where displayDate < ? and status = ?.
|
CommercePriceList |
fetchByLtD_S_Last(java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the last commerce price list in the ordered set where displayDate < ? and status = ?.
|
CommercePriceList |
fetchByParentCommercePriceListId(long parentCommercePriceListId)
Returns the commerce price list where parentCommercePriceListId = ? or returns
null if it could not be found. |
CommercePriceList |
fetchByParentCommercePriceListId(long parentCommercePriceListId,
boolean useFinderCache)
Returns the commerce price list where parentCommercePriceListId = ? or returns
null if it could not be found, optionally using the finder cache. |
CommercePriceList |
fetchByPrimaryKey(long commercePriceListId)
Returns the commerce price list with the primary key or returns
null if it could not be found. |
CommercePriceList |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the first commerce price list in the ordered set where uuid = ? and companyId = ?.
|
CommercePriceList |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the last commerce price list in the ordered set where uuid = ? and companyId = ?.
|
CommercePriceList |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the first commerce price list in the ordered set where uuid = ?.
|
CommercePriceList |
fetchByUUID_G(java.lang.String uuid,
long groupId)
Returns the commerce price list where uuid = ? and groupId = ? or returns
null if it could not be found. |
CommercePriceList |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean useFinderCache)
Returns the commerce price list where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
CommercePriceList |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the last commerce price list in the ordered set where uuid = ?.
|
int |
filterCountByG_C_NotS(long[] groupIds,
long companyId,
int status)
Returns the number of commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and status ≠ ?.
|
int |
filterCountByG_C_NotS(long groupId,
long companyId,
int status)
Returns the number of commerce price lists that the user has permission to view where groupId = ? and companyId = ? and status ≠ ?.
|
int |
filterCountByG_C_S(long[] groupIds,
long companyId,
int status)
Returns the number of commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and status = ?.
|
int |
filterCountByG_C_S(long groupId,
long companyId,
int status)
Returns the number of commerce price lists that the user has permission to view where groupId = ? and companyId = ? and status = ?.
|
int |
filterCountByG_C_T_NotS(long[] groupIds,
long companyId,
java.lang.String type,
int status)
Returns the number of commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and type = ? and status ≠ ?.
|
int |
filterCountByG_C_T_NotS(long groupId,
long companyId,
java.lang.String type,
int status)
Returns the number of commerce price lists that the user has permission to view where groupId = ? and companyId = ? and type = ? and status ≠ ?.
|
int |
filterCountByG_C_T_S(long[] groupIds,
long companyId,
java.lang.String type,
int status)
Returns the number of commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and type = ? and status = ?.
|
int |
filterCountByG_C_T_S(long groupId,
long companyId,
java.lang.String type,
int status)
Returns the number of commerce price lists that the user has permission to view where groupId = ? and companyId = ? and type = ? and status = ?.
|
int |
filterCountByG_C(long[] groupIds,
long companyId)
Returns the number of commerce price lists that the user has permission to view where groupId = any ? and companyId = ?.
|
int |
filterCountByG_C(long groupId,
long companyId)
Returns the number of commerce price lists that the user has permission to view where groupId = ? and companyId = ?.
|
CommercePriceList[] |
filterFindByG_C_NotS_PrevAndNext(long commercePriceListId,
long groupId,
long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the commerce price lists before and after the current commerce price list in the ordered set of commerce price lists that the user has permission to view where groupId = ? and companyId = ? and status ≠ ?.
|
java.util.List<CommercePriceList> |
filterFindByG_C_NotS(long[] groupIds,
long companyId,
int status)
Returns all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and status ≠ ?.
|
java.util.List<CommercePriceList> |
filterFindByG_C_NotS(long[] groupIds,
long companyId,
int status,
int start,
int end)
Returns a range of all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and status ≠ ?.
|
java.util.List<CommercePriceList> |
filterFindByG_C_NotS(long[] groupIds,
long companyId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns an ordered range of all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and status ≠ ?.
|
java.util.List<CommercePriceList> |
filterFindByG_C_NotS(long groupId,
long companyId,
int status)
Returns all the commerce price lists that the user has permission to view where groupId = ? and companyId = ? and status ≠ ?.
|
java.util.List<CommercePriceList> |
filterFindByG_C_NotS(long groupId,
long companyId,
int status,
int start,
int end)
Returns a range of all the commerce price lists that the user has permission to view where groupId = ? and companyId = ? and status ≠ ?.
|
java.util.List<CommercePriceList> |
filterFindByG_C_NotS(long groupId,
long companyId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns an ordered range of all the commerce price lists that the user has permissions to view where groupId = ? and companyId = ? and status ≠ ?.
|
CommercePriceList[] |
filterFindByG_C_PrevAndNext(long commercePriceListId,
long groupId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the commerce price lists before and after the current commerce price list in the ordered set of commerce price lists that the user has permission to view where groupId = ? and companyId = ?.
|
CommercePriceList[] |
filterFindByG_C_S_PrevAndNext(long commercePriceListId,
long groupId,
long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the commerce price lists before and after the current commerce price list in the ordered set of commerce price lists that the user has permission to view where groupId = ? and companyId = ? and status = ?.
|
java.util.List<CommercePriceList> |
filterFindByG_C_S(long[] groupIds,
long companyId,
int status)
Returns all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and status = ?.
|
java.util.List<CommercePriceList> |
filterFindByG_C_S(long[] groupIds,
long companyId,
int status,
int start,
int end)
Returns a range of all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and status = ?.
|
java.util.List<CommercePriceList> |
filterFindByG_C_S(long[] groupIds,
long companyId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns an ordered range of all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and status = ?.
|
java.util.List<CommercePriceList> |
filterFindByG_C_S(long groupId,
long companyId,
int status)
Returns all the commerce price lists that the user has permission to view where groupId = ? and companyId = ? and status = ?.
|
java.util.List<CommercePriceList> |
filterFindByG_C_S(long groupId,
long companyId,
int status,
int start,
int end)
Returns a range of all the commerce price lists that the user has permission to view where groupId = ? and companyId = ? and status = ?.
|
java.util.List<CommercePriceList> |
filterFindByG_C_S(long groupId,
long companyId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns an ordered range of all the commerce price lists that the user has permissions to view where groupId = ? and companyId = ? and status = ?.
|
CommercePriceList[] |
filterFindByG_C_T_NotS_PrevAndNext(long commercePriceListId,
long groupId,
long companyId,
java.lang.String type,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the commerce price lists before and after the current commerce price list in the ordered set of commerce price lists that the user has permission to view where groupId = ? and companyId = ? and type = ? and status ≠ ?.
|
java.util.List<CommercePriceList> |
filterFindByG_C_T_NotS(long[] groupIds,
long companyId,
java.lang.String type,
int status)
Returns all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and type = ? and status ≠ ?.
|
java.util.List<CommercePriceList> |
filterFindByG_C_T_NotS(long[] groupIds,
long companyId,
java.lang.String type,
int status,
int start,
int end)
Returns a range of all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and type = ? and status ≠ ?.
|
java.util.List<CommercePriceList> |
filterFindByG_C_T_NotS(long[] groupIds,
long companyId,
java.lang.String type,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns an ordered range of all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and type = ? and status ≠ ?.
|
java.util.List<CommercePriceList> |
filterFindByG_C_T_NotS(long groupId,
long companyId,
java.lang.String type,
int status)
Returns all the commerce price lists that the user has permission to view where groupId = ? and companyId = ? and type = ? and status ≠ ?.
|
java.util.List<CommercePriceList> |
filterFindByG_C_T_NotS(long groupId,
long companyId,
java.lang.String type,
int status,
int start,
int end)
Returns a range of all the commerce price lists that the user has permission to view where groupId = ? and companyId = ? and type = ? and status ≠ ?.
|
java.util.List<CommercePriceList> |
filterFindByG_C_T_NotS(long groupId,
long companyId,
java.lang.String type,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns an ordered range of all the commerce price lists that the user has permissions to view where groupId = ? and companyId = ? and type = ? and status ≠ ?.
|
CommercePriceList[] |
filterFindByG_C_T_S_PrevAndNext(long commercePriceListId,
long groupId,
long companyId,
java.lang.String type,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the commerce price lists before and after the current commerce price list in the ordered set of commerce price lists that the user has permission to view where groupId = ? and companyId = ? and type = ? and status = ?.
|
java.util.List<CommercePriceList> |
filterFindByG_C_T_S(long[] groupIds,
long companyId,
java.lang.String type,
int status)
Returns all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and type = ? and status = ?.
|
java.util.List<CommercePriceList> |
filterFindByG_C_T_S(long[] groupIds,
long companyId,
java.lang.String type,
int status,
int start,
int end)
Returns a range of all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and type = ? and status = ?.
|
java.util.List<CommercePriceList> |
filterFindByG_C_T_S(long[] groupIds,
long companyId,
java.lang.String type,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns an ordered range of all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and type = ? and status = ?.
|
java.util.List<CommercePriceList> |
filterFindByG_C_T_S(long groupId,
long companyId,
java.lang.String type,
int status)
Returns all the commerce price lists that the user has permission to view where groupId = ? and companyId = ? and type = ? and status = ?.
|
java.util.List<CommercePriceList> |
filterFindByG_C_T_S(long groupId,
long companyId,
java.lang.String type,
int status,
int start,
int end)
Returns a range of all the commerce price lists that the user has permission to view where groupId = ? and companyId = ? and type = ? and status = ?.
|
java.util.List<CommercePriceList> |
filterFindByG_C_T_S(long groupId,
long companyId,
java.lang.String type,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns an ordered range of all the commerce price lists that the user has permissions to view where groupId = ? and companyId = ? and type = ? and status = ?.
|
java.util.List<CommercePriceList> |
filterFindByG_C(long[] groupIds,
long companyId)
Returns all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ?.
|
java.util.List<CommercePriceList> |
filterFindByG_C(long[] groupIds,
long companyId,
int start,
int end)
Returns a range of all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ?.
|
java.util.List<CommercePriceList> |
filterFindByG_C(long[] groupIds,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns an ordered range of all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ?.
|
java.util.List<CommercePriceList> |
filterFindByG_C(long groupId,
long companyId)
Returns all the commerce price lists that the user has permission to view where groupId = ? and companyId = ?.
|
java.util.List<CommercePriceList> |
filterFindByG_C(long groupId,
long companyId,
int start,
int end)
Returns a range of all the commerce price lists that the user has permission to view where groupId = ? and companyId = ?.
|
java.util.List<CommercePriceList> |
filterFindByG_C(long groupId,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns an ordered range of all the commerce price lists that the user has permissions to view where groupId = ? and companyId = ?.
|
java.util.List<CommercePriceList> |
findAll()
Returns all the commerce price lists.
|
java.util.List<CommercePriceList> |
findAll(int start,
int end)
Returns a range of all the commerce price lists.
|
java.util.List<CommercePriceList> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns an ordered range of all the commerce price lists.
|
java.util.List<CommercePriceList> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce price lists.
|
CommercePriceList |
findByCommerceCurrencyId_First(long commerceCurrencyId,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the first commerce price list in the ordered set where commerceCurrencyId = ?.
|
CommercePriceList |
findByCommerceCurrencyId_Last(long commerceCurrencyId,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the last commerce price list in the ordered set where commerceCurrencyId = ?.
|
CommercePriceList[] |
findByCommerceCurrencyId_PrevAndNext(long commercePriceListId,
long commerceCurrencyId,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the commerce price lists before and after the current commerce price list in the ordered set where commerceCurrencyId = ?.
|
java.util.List<CommercePriceList> |
findByCommerceCurrencyId(long commerceCurrencyId)
Returns all the commerce price lists where commerceCurrencyId = ?.
|
java.util.List<CommercePriceList> |
findByCommerceCurrencyId(long commerceCurrencyId,
int start,
int end)
Returns a range of all the commerce price lists where commerceCurrencyId = ?.
|
java.util.List<CommercePriceList> |
findByCommerceCurrencyId(long commerceCurrencyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns an ordered range of all the commerce price lists where commerceCurrencyId = ?.
|
java.util.List<CommercePriceList> |
findByCommerceCurrencyId(long commerceCurrencyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce price lists where commerceCurrencyId = ?.
|
CommercePriceList |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the first commerce price list in the ordered set where companyId = ?.
|
CommercePriceList |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the last commerce price list in the ordered set where companyId = ?.
|
CommercePriceList[] |
findByCompanyId_PrevAndNext(long commercePriceListId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the commerce price lists before and after the current commerce price list in the ordered set where companyId = ?.
|
java.util.List<CommercePriceList> |
findByCompanyId(long companyId)
Returns all the commerce price lists where companyId = ?.
|
java.util.List<CommercePriceList> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the commerce price lists where companyId = ?.
|
java.util.List<CommercePriceList> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns an ordered range of all the commerce price lists where companyId = ?.
|
java.util.List<CommercePriceList> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce price lists where companyId = ?.
|
CommercePriceList |
findByERC_C(java.lang.String externalReferenceCode,
long companyId)
Returns the commerce price list where externalReferenceCode = ? and companyId = ? or throws a
NoSuchPriceListException if it could not be found. |
CommercePriceList |
findByG_C_First(long groupId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the first commerce price list in the ordered set where groupId = ? and companyId = ?.
|
CommercePriceList |
findByG_C_Last(long groupId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the last commerce price list in the ordered set where groupId = ? and companyId = ?.
|
CommercePriceList |
findByG_C_NotS_First(long groupId,
long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the first commerce price list in the ordered set where groupId = ? and companyId = ? and status ≠ ?.
|
CommercePriceList |
findByG_C_NotS_Last(long groupId,
long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the last commerce price list in the ordered set where groupId = ? and companyId = ? and status ≠ ?.
|
CommercePriceList[] |
findByG_C_NotS_PrevAndNext(long commercePriceListId,
long groupId,
long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the commerce price lists before and after the current commerce price list in the ordered set where groupId = ? and companyId = ? and status ≠ ?.
|
java.util.List<CommercePriceList> |
findByG_C_NotS(long[] groupIds,
long companyId,
int status)
Returns all the commerce price lists where groupId = any ? and companyId = ? and status ≠ ?.
|
java.util.List<CommercePriceList> |
findByG_C_NotS(long[] groupIds,
long companyId,
int status,
int start,
int end)
Returns a range of all the commerce price lists where groupId = any ? and companyId = ? and status ≠ ?.
|
java.util.List<CommercePriceList> |
findByG_C_NotS(long[] groupIds,
long companyId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns an ordered range of all the commerce price lists where groupId = any ? and companyId = ? and status ≠ ?.
|
java.util.List<CommercePriceList> |
findByG_C_NotS(long[] groupIds,
long companyId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce price lists where groupId = ? and companyId = ? and status ≠ ?, optionally using the finder cache.
|
java.util.List<CommercePriceList> |
findByG_C_NotS(long groupId,
long companyId,
int status)
Returns all the commerce price lists where groupId = ? and companyId = ? and status ≠ ?.
|
java.util.List<CommercePriceList> |
findByG_C_NotS(long groupId,
long companyId,
int status,
int start,
int end)
Returns a range of all the commerce price lists where groupId = ? and companyId = ? and status ≠ ?.
|
java.util.List<CommercePriceList> |
findByG_C_NotS(long groupId,
long companyId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns an ordered range of all the commerce price lists where groupId = ? and companyId = ? and status ≠ ?.
|
java.util.List<CommercePriceList> |
findByG_C_NotS(long groupId,
long companyId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce price lists where groupId = ? and companyId = ? and status ≠ ?.
|
CommercePriceList[] |
findByG_C_PrevAndNext(long commercePriceListId,
long groupId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the commerce price lists before and after the current commerce price list in the ordered set where groupId = ? and companyId = ?.
|
CommercePriceList |
findByG_C_S_First(long groupId,
long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the first commerce price list in the ordered set where groupId = ? and companyId = ? and status = ?.
|
CommercePriceList |
findByG_C_S_Last(long groupId,
long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the last commerce price list in the ordered set where groupId = ? and companyId = ? and status = ?.
|
CommercePriceList[] |
findByG_C_S_PrevAndNext(long commercePriceListId,
long groupId,
long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the commerce price lists before and after the current commerce price list in the ordered set where groupId = ? and companyId = ? and status = ?.
|
java.util.List<CommercePriceList> |
findByG_C_S(long[] groupIds,
long companyId,
int status)
Returns all the commerce price lists where groupId = any ? and companyId = ? and status = ?.
|
java.util.List<CommercePriceList> |
findByG_C_S(long[] groupIds,
long companyId,
int status,
int start,
int end)
Returns a range of all the commerce price lists where groupId = any ? and companyId = ? and status = ?.
|
java.util.List<CommercePriceList> |
findByG_C_S(long[] groupIds,
long companyId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns an ordered range of all the commerce price lists where groupId = any ? and companyId = ? and status = ?.
|
java.util.List<CommercePriceList> |
findByG_C_S(long[] groupIds,
long companyId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce price lists where groupId = ? and companyId = ? and status = ?, optionally using the finder cache.
|
java.util.List<CommercePriceList> |
findByG_C_S(long groupId,
long companyId,
int status)
Returns all the commerce price lists where groupId = ? and companyId = ? and status = ?.
|
java.util.List<CommercePriceList> |
findByG_C_S(long groupId,
long companyId,
int status,
int start,
int end)
Returns a range of all the commerce price lists where groupId = ? and companyId = ? and status = ?.
|
java.util.List<CommercePriceList> |
findByG_C_S(long groupId,
long companyId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns an ordered range of all the commerce price lists where groupId = ? and companyId = ? and status = ?.
|
java.util.List<CommercePriceList> |
findByG_C_S(long groupId,
long companyId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce price lists where groupId = ? and companyId = ? and status = ?.
|
CommercePriceList |
findByG_C_T_NotS_First(long groupId,
long companyId,
java.lang.String type,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the first commerce price list in the ordered set where groupId = ? and companyId = ? and type = ? and status ≠ ?.
|
CommercePriceList |
findByG_C_T_NotS_Last(long groupId,
long companyId,
java.lang.String type,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the last commerce price list in the ordered set where groupId = ? and companyId = ? and type = ? and status ≠ ?.
|
CommercePriceList[] |
findByG_C_T_NotS_PrevAndNext(long commercePriceListId,
long groupId,
long companyId,
java.lang.String type,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the commerce price lists before and after the current commerce price list in the ordered set where groupId = ? and companyId = ? and type = ? and status ≠ ?.
|
java.util.List<CommercePriceList> |
findByG_C_T_NotS(long[] groupIds,
long companyId,
java.lang.String type,
int status)
Returns all the commerce price lists where groupId = any ? and companyId = ? and type = ? and status ≠ ?.
|
java.util.List<CommercePriceList> |
findByG_C_T_NotS(long[] groupIds,
long companyId,
java.lang.String type,
int status,
int start,
int end)
Returns a range of all the commerce price lists where groupId = any ? and companyId = ? and type = ? and status ≠ ?.
|
java.util.List<CommercePriceList> |
findByG_C_T_NotS(long[] groupIds,
long companyId,
java.lang.String type,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns an ordered range of all the commerce price lists where groupId = any ? and companyId = ? and type = ? and status ≠ ?.
|
java.util.List<CommercePriceList> |
findByG_C_T_NotS(long[] groupIds,
long companyId,
java.lang.String type,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce price lists where groupId = ? and companyId = ? and type = ? and status ≠ ?, optionally using the finder cache.
|
java.util.List<CommercePriceList> |
findByG_C_T_NotS(long groupId,
long companyId,
java.lang.String type,
int status)
Returns all the commerce price lists where groupId = ? and companyId = ? and type = ? and status ≠ ?.
|
java.util.List<CommercePriceList> |
findByG_C_T_NotS(long groupId,
long companyId,
java.lang.String type,
int status,
int start,
int end)
Returns a range of all the commerce price lists where groupId = ? and companyId = ? and type = ? and status ≠ ?.
|
java.util.List<CommercePriceList> |
findByG_C_T_NotS(long groupId,
long companyId,
java.lang.String type,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns an ordered range of all the commerce price lists where groupId = ? and companyId = ? and type = ? and status ≠ ?.
|
java.util.List<CommercePriceList> |
findByG_C_T_NotS(long groupId,
long companyId,
java.lang.String type,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce price lists where groupId = ? and companyId = ? and type = ? and status ≠ ?.
|
CommercePriceList |
findByG_C_T_S_First(long groupId,
long companyId,
java.lang.String type,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the first commerce price list in the ordered set where groupId = ? and companyId = ? and type = ? and status = ?.
|
CommercePriceList |
findByG_C_T_S_Last(long groupId,
long companyId,
java.lang.String type,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the last commerce price list in the ordered set where groupId = ? and companyId = ? and type = ? and status = ?.
|
CommercePriceList[] |
findByG_C_T_S_PrevAndNext(long commercePriceListId,
long groupId,
long companyId,
java.lang.String type,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the commerce price lists before and after the current commerce price list in the ordered set where groupId = ? and companyId = ? and type = ? and status = ?.
|
java.util.List<CommercePriceList> |
findByG_C_T_S(long[] groupIds,
long companyId,
java.lang.String type,
int status)
Returns all the commerce price lists where groupId = any ? and companyId = ? and type = ? and status = ?.
|
java.util.List<CommercePriceList> |
findByG_C_T_S(long[] groupIds,
long companyId,
java.lang.String type,
int status,
int start,
int end)
Returns a range of all the commerce price lists where groupId = any ? and companyId = ? and type = ? and status = ?.
|
java.util.List<CommercePriceList> |
findByG_C_T_S(long[] groupIds,
long companyId,
java.lang.String type,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns an ordered range of all the commerce price lists where groupId = any ? and companyId = ? and type = ? and status = ?.
|
java.util.List<CommercePriceList> |
findByG_C_T_S(long[] groupIds,
long companyId,
java.lang.String type,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce price lists where groupId = ? and companyId = ? and type = ? and status = ?, optionally using the finder cache.
|
java.util.List<CommercePriceList> |
findByG_C_T_S(long groupId,
long companyId,
java.lang.String type,
int status)
Returns all the commerce price lists where groupId = ? and companyId = ? and type = ? and status = ?.
|
java.util.List<CommercePriceList> |
findByG_C_T_S(long groupId,
long companyId,
java.lang.String type,
int status,
int start,
int end)
Returns a range of all the commerce price lists where groupId = ? and companyId = ? and type = ? and status = ?.
|
java.util.List<CommercePriceList> |
findByG_C_T_S(long groupId,
long companyId,
java.lang.String type,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns an ordered range of all the commerce price lists where groupId = ? and companyId = ? and type = ? and status = ?.
|
java.util.List<CommercePriceList> |
findByG_C_T_S(long groupId,
long companyId,
java.lang.String type,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce price lists where groupId = ? and companyId = ? and type = ? and status = ?.
|
CommercePriceList |
findByG_C_T(long groupId,
boolean catalogBasePriceList,
java.lang.String type)
Returns the commerce price list where groupId = ? and catalogBasePriceList = ? and type = ? or throws a
NoSuchPriceListException if it could not be found. |
java.util.List<CommercePriceList> |
findByG_C(long[] groupIds,
long companyId)
Returns all the commerce price lists where groupId = any ? and companyId = ?.
|
java.util.List<CommercePriceList> |
findByG_C(long[] groupIds,
long companyId,
int start,
int end)
Returns a range of all the commerce price lists where groupId = any ? and companyId = ?.
|
java.util.List<CommercePriceList> |
findByG_C(long[] groupIds,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns an ordered range of all the commerce price lists where groupId = any ? and companyId = ?.
|
java.util.List<CommercePriceList> |
findByG_C(long[] groupIds,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce price lists where groupId = ? and companyId = ?, optionally using the finder cache.
|
java.util.List<CommercePriceList> |
findByG_C(long groupId,
long companyId)
Returns all the commerce price lists where groupId = ? and companyId = ?.
|
java.util.List<CommercePriceList> |
findByG_C(long groupId,
long companyId,
int start,
int end)
Returns a range of all the commerce price lists where groupId = ? and companyId = ?.
|
java.util.List<CommercePriceList> |
findByG_C(long groupId,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns an ordered range of all the commerce price lists where groupId = ? and companyId = ?.
|
java.util.List<CommercePriceList> |
findByG_C(long groupId,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce price lists where groupId = ? and companyId = ?.
|
CommercePriceList |
findByG_CatalogBasePriceList(long groupId,
boolean catalogBasePriceList)
Returns the commerce price list where groupId = ? and catalogBasePriceList = ? or throws a
NoSuchPriceListException if it could not be found. |
CommercePriceList |
findByLtD_S_First(java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the first commerce price list in the ordered set where displayDate < ? and status = ?.
|
CommercePriceList |
findByLtD_S_Last(java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the last commerce price list in the ordered set where displayDate < ? and status = ?.
|
CommercePriceList[] |
findByLtD_S_PrevAndNext(long commercePriceListId,
java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the commerce price lists before and after the current commerce price list in the ordered set where displayDate < ? and status = ?.
|
java.util.List<CommercePriceList> |
findByLtD_S(java.util.Date displayDate,
int status)
Returns all the commerce price lists where displayDate < ? and status = ?.
|
java.util.List<CommercePriceList> |
findByLtD_S(java.util.Date displayDate,
int status,
int start,
int end)
Returns a range of all the commerce price lists where displayDate < ? and status = ?.
|
java.util.List<CommercePriceList> |
findByLtD_S(java.util.Date displayDate,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns an ordered range of all the commerce price lists where displayDate < ? and status = ?.
|
java.util.List<CommercePriceList> |
findByLtD_S(java.util.Date displayDate,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce price lists where displayDate < ? and status = ?.
|
CommercePriceList |
findByParentCommercePriceListId(long parentCommercePriceListId)
Returns the commerce price list where parentCommercePriceListId = ? or throws a
NoSuchPriceListException if it could not be found. |
CommercePriceList |
findByPrimaryKey(long commercePriceListId)
Returns the commerce price list with the primary key or throws a
NoSuchPriceListException if it could not be found. |
CommercePriceList |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the first commerce price list in the ordered set where uuid = ? and companyId = ?.
|
CommercePriceList |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the last commerce price list in the ordered set where uuid = ? and companyId = ?.
|
CommercePriceList[] |
findByUuid_C_PrevAndNext(long commercePriceListId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the commerce price lists before and after the current commerce price list in the ordered set where uuid = ? and companyId = ?.
|
java.util.List<CommercePriceList> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the commerce price lists where uuid = ? and companyId = ?.
|
java.util.List<CommercePriceList> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the commerce price lists where uuid = ? and companyId = ?.
|
java.util.List<CommercePriceList> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns an ordered range of all the commerce price lists where uuid = ? and companyId = ?.
|
java.util.List<CommercePriceList> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce price lists where uuid = ? and companyId = ?.
|
CommercePriceList |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the first commerce price list in the ordered set where uuid = ?.
|
CommercePriceList |
findByUUID_G(java.lang.String uuid,
long groupId)
Returns the commerce price list where uuid = ? and groupId = ? or throws a
NoSuchPriceListException if it could not be found. |
CommercePriceList |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the last commerce price list in the ordered set where uuid = ?.
|
CommercePriceList[] |
findByUuid_PrevAndNext(long commercePriceListId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns the commerce price lists before and after the current commerce price list in the ordered set where uuid = ?.
|
java.util.List<CommercePriceList> |
findByUuid(java.lang.String uuid)
Returns all the commerce price lists where uuid = ?.
|
java.util.List<CommercePriceList> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the commerce price lists where uuid = ?.
|
java.util.List<CommercePriceList> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Returns an ordered range of all the commerce price lists where uuid = ?.
|
java.util.List<CommercePriceList> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce price lists where uuid = ?.
|
CommercePriceList |
remove(long commercePriceListId)
Removes the commerce price list with the primary key from the database.
|
void |
removeAll()
Removes all the commerce price lists from the database.
|
void |
removeByCommerceCurrencyId(long commerceCurrencyId)
Removes all the commerce price lists where commerceCurrencyId = ? from the database.
|
void |
removeByCompanyId(long companyId)
Removes all the commerce price lists where companyId = ? from the database.
|
CommercePriceList |
removeByERC_C(java.lang.String externalReferenceCode,
long companyId)
Removes the commerce price list where externalReferenceCode = ? and companyId = ? from the database.
|
void |
removeByG_C_NotS(long groupId,
long companyId,
int status)
Removes all the commerce price lists where groupId = ? and companyId = ? and status ≠ ? from the database.
|
void |
removeByG_C_S(long groupId,
long companyId,
int status)
Removes all the commerce price lists where groupId = ? and companyId = ? and status = ? from the database.
|
void |
removeByG_C_T_NotS(long groupId,
long companyId,
java.lang.String type,
int status)
Removes all the commerce price lists where groupId = ? and companyId = ? and type = ? and status ≠ ? from the database.
|
void |
removeByG_C_T_S(long groupId,
long companyId,
java.lang.String type,
int status)
Removes all the commerce price lists where groupId = ? and companyId = ? and type = ? and status = ? from the database.
|
CommercePriceList |
removeByG_C_T(long groupId,
boolean catalogBasePriceList,
java.lang.String type)
Removes the commerce price list where groupId = ? and catalogBasePriceList = ? and type = ? from the database.
|
void |
removeByG_C(long groupId,
long companyId)
Removes all the commerce price lists where groupId = ? and companyId = ? from the database.
|
CommercePriceList |
removeByG_CatalogBasePriceList(long groupId,
boolean catalogBasePriceList)
Removes the commerce price list where groupId = ? and catalogBasePriceList = ? from the database.
|
void |
removeByLtD_S(java.util.Date displayDate,
int status)
Removes all the commerce price lists where displayDate < ? and status = ? from the database.
|
CommercePriceList |
removeByParentCommercePriceListId(long parentCommercePriceListId)
Removes the commerce price list where parentCommercePriceListId = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the commerce price lists where uuid = ? and companyId = ? from the database.
|
CommercePriceList |
removeByUUID_G(java.lang.String uuid,
long groupId)
Removes the commerce price list where uuid = ? and groupId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the commerce price lists where uuid = ? from the database.
|
CommercePriceList |
updateImpl(CommercePriceList commercePriceList) |
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
java.util.List<CommercePriceList> findByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<CommercePriceList> findByUuid(java.lang.String uuid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)java.util.List<CommercePriceList> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CommercePriceList> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCommercePriceList findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceListException
- if a matching commerce price list could not be foundCommercePriceList fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce price list could not be foundCommercePriceList findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceListException
- if a matching commerce price list could not be foundCommercePriceList fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce price list could not be foundCommercePriceList[] findByUuid_PrevAndNext(long commercePriceListId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException
commercePriceListId
- the primary key of the current commerce price listuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceListException
- if a commerce price list with the primary key could not be foundvoid removeByUuid(java.lang.String uuid)
uuid
- the uuidint countByUuid(java.lang.String uuid)
uuid
- the uuidCommercePriceList findByUUID_G(java.lang.String uuid, long groupId) throws NoSuchPriceListException
NoSuchPriceListException
if it could not be found.uuid
- the uuidgroupId
- the group IDNoSuchPriceListException
- if a matching commerce price list could not be foundCommercePriceList fetchByUUID_G(java.lang.String uuid, long groupId)
null
if it could not be found. Uses the finder cache.uuid
- the uuidgroupId
- the group IDnull
if a matching commerce price list could not be foundCommercePriceList fetchByUUID_G(java.lang.String uuid, long groupId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.uuid
- the uuidgroupId
- the group IDuseFinderCache
- whether to use the finder cachenull
if a matching commerce price list could not be foundCommercePriceList removeByUUID_G(java.lang.String uuid, long groupId) throws NoSuchPriceListException
uuid
- the uuidgroupId
- the group IDNoSuchPriceListException
int countByUUID_G(java.lang.String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDjava.util.List<CommercePriceList> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<CommercePriceList> findByUuid_C(java.lang.String uuid, long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)java.util.List<CommercePriceList> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CommercePriceList> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCommercePriceList findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceListException
- if a matching commerce price list could not be foundCommercePriceList fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce price list could not be foundCommercePriceList findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceListException
- if a matching commerce price list could not be foundCommercePriceList fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce price list could not be foundCommercePriceList[] findByUuid_C_PrevAndNext(long commercePriceListId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException
commercePriceListId
- the primary key of the current commerce price listuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceListException
- if a commerce price list with the primary key could not be foundvoid removeByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDint countByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<CommercePriceList> findByCompanyId(long companyId)
companyId
- the company IDjava.util.List<CommercePriceList> findByCompanyId(long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
companyId
- the company IDstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)java.util.List<CommercePriceList> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
companyId
- the company IDstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CommercePriceList> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
companyId
- the company IDstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCommercePriceList findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceListException
- if a matching commerce price list could not be foundCommercePriceList fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce price list could not be foundCommercePriceList findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceListException
- if a matching commerce price list could not be foundCommercePriceList fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce price list could not be foundCommercePriceList[] findByCompanyId_PrevAndNext(long commercePriceListId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException
commercePriceListId
- the primary key of the current commerce price listcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceListException
- if a commerce price list with the primary key could not be foundvoid removeByCompanyId(long companyId)
companyId
- the company IDint countByCompanyId(long companyId)
companyId
- the company IDjava.util.List<CommercePriceList> findByCommerceCurrencyId(long commerceCurrencyId)
commerceCurrencyId
- the commerce currency IDjava.util.List<CommercePriceList> findByCommerceCurrencyId(long commerceCurrencyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
commerceCurrencyId
- the commerce currency IDstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)java.util.List<CommercePriceList> findByCommerceCurrencyId(long commerceCurrencyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
commerceCurrencyId
- the commerce currency IDstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CommercePriceList> findByCommerceCurrencyId(long commerceCurrencyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
commerceCurrencyId
- the commerce currency IDstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCommercePriceList findByCommerceCurrencyId_First(long commerceCurrencyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException
commerceCurrencyId
- the commerce currency IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceListException
- if a matching commerce price list could not be foundCommercePriceList fetchByCommerceCurrencyId_First(long commerceCurrencyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
commerceCurrencyId
- the commerce currency IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce price list could not be foundCommercePriceList findByCommerceCurrencyId_Last(long commerceCurrencyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException
commerceCurrencyId
- the commerce currency IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceListException
- if a matching commerce price list could not be foundCommercePriceList fetchByCommerceCurrencyId_Last(long commerceCurrencyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
commerceCurrencyId
- the commerce currency IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce price list could not be foundCommercePriceList[] findByCommerceCurrencyId_PrevAndNext(long commercePriceListId, long commerceCurrencyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException
commercePriceListId
- the primary key of the current commerce price listcommerceCurrencyId
- the commerce currency IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceListException
- if a commerce price list with the primary key could not be foundvoid removeByCommerceCurrencyId(long commerceCurrencyId)
commerceCurrencyId
- the commerce currency IDint countByCommerceCurrencyId(long commerceCurrencyId)
commerceCurrencyId
- the commerce currency IDCommercePriceList findByParentCommercePriceListId(long parentCommercePriceListId) throws NoSuchPriceListException
NoSuchPriceListException
if it could not be found.parentCommercePriceListId
- the parent commerce price list IDNoSuchPriceListException
- if a matching commerce price list could not be foundCommercePriceList fetchByParentCommercePriceListId(long parentCommercePriceListId)
null
if it could not be found. Uses the finder cache.parentCommercePriceListId
- the parent commerce price list IDnull
if a matching commerce price list could not be foundCommercePriceList fetchByParentCommercePriceListId(long parentCommercePriceListId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.parentCommercePriceListId
- the parent commerce price list IDuseFinderCache
- whether to use the finder cachenull
if a matching commerce price list could not be foundCommercePriceList removeByParentCommercePriceListId(long parentCommercePriceListId) throws NoSuchPriceListException
parentCommercePriceListId
- the parent commerce price list IDNoSuchPriceListException
int countByParentCommercePriceListId(long parentCommercePriceListId)
parentCommercePriceListId
- the parent commerce price list IDjava.util.List<CommercePriceList> findByG_C(long groupId, long companyId)
groupId
- the group IDcompanyId
- the company IDjava.util.List<CommercePriceList> findByG_C(long groupId, long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupId
- the group IDcompanyId
- the company IDstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)java.util.List<CommercePriceList> findByG_C(long groupId, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupId
- the group IDcompanyId
- the company IDstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CommercePriceList> findByG_C(long groupId, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupId
- the group IDcompanyId
- the company IDstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCommercePriceList findByG_C_First(long groupId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException
groupId
- the group IDcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceListException
- if a matching commerce price list could not be foundCommercePriceList fetchByG_C_First(long groupId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
groupId
- the group IDcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce price list could not be foundCommercePriceList findByG_C_Last(long groupId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException
groupId
- the group IDcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceListException
- if a matching commerce price list could not be foundCommercePriceList fetchByG_C_Last(long groupId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
groupId
- the group IDcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce price list could not be foundCommercePriceList[] findByG_C_PrevAndNext(long commercePriceListId, long groupId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException
commercePriceListId
- the primary key of the current commerce price listgroupId
- the group IDcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceListException
- if a commerce price list with the primary key could not be foundjava.util.List<CommercePriceList> filterFindByG_C(long groupId, long companyId)
groupId
- the group IDcompanyId
- the company IDjava.util.List<CommercePriceList> filterFindByG_C(long groupId, long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupId
- the group IDcompanyId
- the company IDstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)java.util.List<CommercePriceList> filterFindByG_C(long groupId, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupId
- the group IDcompanyId
- the company IDstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)CommercePriceList[] filterFindByG_C_PrevAndNext(long commercePriceListId, long groupId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException
commercePriceListId
- the primary key of the current commerce price listgroupId
- the group IDcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceListException
- if a commerce price list with the primary key could not be foundjava.util.List<CommercePriceList> filterFindByG_C(long[] groupIds, long companyId)
groupIds
- the group IDscompanyId
- the company IDjava.util.List<CommercePriceList> filterFindByG_C(long[] groupIds, long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupIds
- the group IDscompanyId
- the company IDstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)java.util.List<CommercePriceList> filterFindByG_C(long[] groupIds, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupIds
- the group IDscompanyId
- the company IDstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CommercePriceList> findByG_C(long[] groupIds, long companyId)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupIds
- the group IDscompanyId
- the company IDjava.util.List<CommercePriceList> findByG_C(long[] groupIds, long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupIds
- the group IDscompanyId
- the company IDstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)java.util.List<CommercePriceList> findByG_C(long[] groupIds, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupIds
- the group IDscompanyId
- the company IDstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CommercePriceList> findByG_C(long[] groupIds, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupIds
- the group IDscompanyId
- the company IDstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeByG_C(long groupId, long companyId)
groupId
- the group IDcompanyId
- the company IDint countByG_C(long groupId, long companyId)
groupId
- the group IDcompanyId
- the company IDint countByG_C(long[] groupIds, long companyId)
groupIds
- the group IDscompanyId
- the company IDint filterCountByG_C(long groupId, long companyId)
groupId
- the group IDcompanyId
- the company IDint filterCountByG_C(long[] groupIds, long companyId)
groupIds
- the group IDscompanyId
- the company IDCommercePriceList findByG_CatalogBasePriceList(long groupId, boolean catalogBasePriceList) throws NoSuchPriceListException
NoSuchPriceListException
if it could not be found.groupId
- the group IDcatalogBasePriceList
- the catalog base price listNoSuchPriceListException
- if a matching commerce price list could not be foundCommercePriceList fetchByG_CatalogBasePriceList(long groupId, boolean catalogBasePriceList)
null
if it could not be found. Uses the finder cache.groupId
- the group IDcatalogBasePriceList
- the catalog base price listnull
if a matching commerce price list could not be foundCommercePriceList fetchByG_CatalogBasePriceList(long groupId, boolean catalogBasePriceList, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.groupId
- the group IDcatalogBasePriceList
- the catalog base price listuseFinderCache
- whether to use the finder cachenull
if a matching commerce price list could not be foundCommercePriceList removeByG_CatalogBasePriceList(long groupId, boolean catalogBasePriceList) throws NoSuchPriceListException
groupId
- the group IDcatalogBasePriceList
- the catalog base price listNoSuchPriceListException
int countByG_CatalogBasePriceList(long groupId, boolean catalogBasePriceList)
groupId
- the group IDcatalogBasePriceList
- the catalog base price listjava.util.List<CommercePriceList> findByLtD_S(java.util.Date displayDate, int status)
displayDate
- the display datestatus
- the statusjava.util.List<CommercePriceList> findByLtD_S(java.util.Date displayDate, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)java.util.List<CommercePriceList> findByLtD_S(java.util.Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CommercePriceList> findByLtD_S(java.util.Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCommercePriceList findByLtD_S_First(java.util.Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceListException
- if a matching commerce price list could not be foundCommercePriceList fetchByLtD_S_First(java.util.Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce price list could not be foundCommercePriceList findByLtD_S_Last(java.util.Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceListException
- if a matching commerce price list could not be foundCommercePriceList fetchByLtD_S_Last(java.util.Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce price list could not be foundCommercePriceList[] findByLtD_S_PrevAndNext(long commercePriceListId, java.util.Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException
commercePriceListId
- the primary key of the current commerce price listdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceListException
- if a commerce price list with the primary key could not be foundvoid removeByLtD_S(java.util.Date displayDate, int status)
displayDate
- the display datestatus
- the statusint countByLtD_S(java.util.Date displayDate, int status)
displayDate
- the display datestatus
- the statusjava.util.List<CommercePriceList> findByG_C_S(long groupId, long companyId, int status)
groupId
- the group IDcompanyId
- the company IDstatus
- the statusjava.util.List<CommercePriceList> findByG_C_S(long groupId, long companyId, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupId
- the group IDcompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)java.util.List<CommercePriceList> findByG_C_S(long groupId, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupId
- the group IDcompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CommercePriceList> findByG_C_S(long groupId, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupId
- the group IDcompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCommercePriceList findByG_C_S_First(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException
groupId
- the group IDcompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceListException
- if a matching commerce price list could not be foundCommercePriceList fetchByG_C_S_First(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
groupId
- the group IDcompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce price list could not be foundCommercePriceList findByG_C_S_Last(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException
groupId
- the group IDcompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceListException
- if a matching commerce price list could not be foundCommercePriceList fetchByG_C_S_Last(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
groupId
- the group IDcompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce price list could not be foundCommercePriceList[] findByG_C_S_PrevAndNext(long commercePriceListId, long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException
commercePriceListId
- the primary key of the current commerce price listgroupId
- the group IDcompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceListException
- if a commerce price list with the primary key could not be foundjava.util.List<CommercePriceList> filterFindByG_C_S(long groupId, long companyId, int status)
groupId
- the group IDcompanyId
- the company IDstatus
- the statusjava.util.List<CommercePriceList> filterFindByG_C_S(long groupId, long companyId, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupId
- the group IDcompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)java.util.List<CommercePriceList> filterFindByG_C_S(long groupId, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupId
- the group IDcompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)CommercePriceList[] filterFindByG_C_S_PrevAndNext(long commercePriceListId, long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException
commercePriceListId
- the primary key of the current commerce price listgroupId
- the group IDcompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceListException
- if a commerce price list with the primary key could not be foundjava.util.List<CommercePriceList> filterFindByG_C_S(long[] groupIds, long companyId, int status)
groupIds
- the group IDscompanyId
- the company IDstatus
- the statusjava.util.List<CommercePriceList> filterFindByG_C_S(long[] groupIds, long companyId, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupIds
- the group IDscompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)java.util.List<CommercePriceList> filterFindByG_C_S(long[] groupIds, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupIds
- the group IDscompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CommercePriceList> findByG_C_S(long[] groupIds, long companyId, int status)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupIds
- the group IDscompanyId
- the company IDstatus
- the statusjava.util.List<CommercePriceList> findByG_C_S(long[] groupIds, long companyId, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupIds
- the group IDscompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)java.util.List<CommercePriceList> findByG_C_S(long[] groupIds, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupIds
- the group IDscompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CommercePriceList> findByG_C_S(long[] groupIds, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupIds
- the group IDscompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeByG_C_S(long groupId, long companyId, int status)
groupId
- the group IDcompanyId
- the company IDstatus
- the statusint countByG_C_S(long groupId, long companyId, int status)
groupId
- the group IDcompanyId
- the company IDstatus
- the statusint countByG_C_S(long[] groupIds, long companyId, int status)
groupIds
- the group IDscompanyId
- the company IDstatus
- the statusint filterCountByG_C_S(long groupId, long companyId, int status)
groupId
- the group IDcompanyId
- the company IDstatus
- the statusint filterCountByG_C_S(long[] groupIds, long companyId, int status)
groupIds
- the group IDscompanyId
- the company IDstatus
- the statusjava.util.List<CommercePriceList> findByG_C_NotS(long groupId, long companyId, int status)
groupId
- the group IDcompanyId
- the company IDstatus
- the statusjava.util.List<CommercePriceList> findByG_C_NotS(long groupId, long companyId, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupId
- the group IDcompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)java.util.List<CommercePriceList> findByG_C_NotS(long groupId, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupId
- the group IDcompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CommercePriceList> findByG_C_NotS(long groupId, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupId
- the group IDcompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCommercePriceList findByG_C_NotS_First(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException
groupId
- the group IDcompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceListException
- if a matching commerce price list could not be foundCommercePriceList fetchByG_C_NotS_First(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
groupId
- the group IDcompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce price list could not be foundCommercePriceList findByG_C_NotS_Last(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException
groupId
- the group IDcompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceListException
- if a matching commerce price list could not be foundCommercePriceList fetchByG_C_NotS_Last(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
groupId
- the group IDcompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce price list could not be foundCommercePriceList[] findByG_C_NotS_PrevAndNext(long commercePriceListId, long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException
commercePriceListId
- the primary key of the current commerce price listgroupId
- the group IDcompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceListException
- if a commerce price list with the primary key could not be foundjava.util.List<CommercePriceList> filterFindByG_C_NotS(long groupId, long companyId, int status)
groupId
- the group IDcompanyId
- the company IDstatus
- the statusjava.util.List<CommercePriceList> filterFindByG_C_NotS(long groupId, long companyId, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupId
- the group IDcompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)java.util.List<CommercePriceList> filterFindByG_C_NotS(long groupId, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupId
- the group IDcompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)CommercePriceList[] filterFindByG_C_NotS_PrevAndNext(long commercePriceListId, long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException
commercePriceListId
- the primary key of the current commerce price listgroupId
- the group IDcompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceListException
- if a commerce price list with the primary key could not be foundjava.util.List<CommercePriceList> filterFindByG_C_NotS(long[] groupIds, long companyId, int status)
groupIds
- the group IDscompanyId
- the company IDstatus
- the statusjava.util.List<CommercePriceList> filterFindByG_C_NotS(long[] groupIds, long companyId, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupIds
- the group IDscompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)java.util.List<CommercePriceList> filterFindByG_C_NotS(long[] groupIds, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupIds
- the group IDscompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CommercePriceList> findByG_C_NotS(long[] groupIds, long companyId, int status)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupIds
- the group IDscompanyId
- the company IDstatus
- the statusjava.util.List<CommercePriceList> findByG_C_NotS(long[] groupIds, long companyId, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupIds
- the group IDscompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)java.util.List<CommercePriceList> findByG_C_NotS(long[] groupIds, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupIds
- the group IDscompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CommercePriceList> findByG_C_NotS(long[] groupIds, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupIds
- the group IDscompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeByG_C_NotS(long groupId, long companyId, int status)
groupId
- the group IDcompanyId
- the company IDstatus
- the statusint countByG_C_NotS(long groupId, long companyId, int status)
groupId
- the group IDcompanyId
- the company IDstatus
- the statusint countByG_C_NotS(long[] groupIds, long companyId, int status)
groupIds
- the group IDscompanyId
- the company IDstatus
- the statusint filterCountByG_C_NotS(long groupId, long companyId, int status)
groupId
- the group IDcompanyId
- the company IDstatus
- the statusint filterCountByG_C_NotS(long[] groupIds, long companyId, int status)
groupIds
- the group IDscompanyId
- the company IDstatus
- the statusCommercePriceList findByG_C_T(long groupId, boolean catalogBasePriceList, java.lang.String type) throws NoSuchPriceListException
NoSuchPriceListException
if it could not be found.groupId
- the group IDcatalogBasePriceList
- the catalog base price listtype
- the typeNoSuchPriceListException
- if a matching commerce price list could not be foundCommercePriceList fetchByG_C_T(long groupId, boolean catalogBasePriceList, java.lang.String type)
null
if it could not be found. Uses the finder cache.groupId
- the group IDcatalogBasePriceList
- the catalog base price listtype
- the typenull
if a matching commerce price list could not be foundCommercePriceList fetchByG_C_T(long groupId, boolean catalogBasePriceList, java.lang.String type, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.groupId
- the group IDcatalogBasePriceList
- the catalog base price listtype
- the typeuseFinderCache
- whether to use the finder cachenull
if a matching commerce price list could not be foundCommercePriceList removeByG_C_T(long groupId, boolean catalogBasePriceList, java.lang.String type) throws NoSuchPriceListException
groupId
- the group IDcatalogBasePriceList
- the catalog base price listtype
- the typeNoSuchPriceListException
int countByG_C_T(long groupId, boolean catalogBasePriceList, java.lang.String type)
groupId
- the group IDcatalogBasePriceList
- the catalog base price listtype
- the typejava.util.List<CommercePriceList> findByG_C_T_S(long groupId, long companyId, java.lang.String type, int status)
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusjava.util.List<CommercePriceList> findByG_C_T_S(long groupId, long companyId, java.lang.String type, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)java.util.List<CommercePriceList> findByG_C_T_S(long groupId, long companyId, java.lang.String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CommercePriceList> findByG_C_T_S(long groupId, long companyId, java.lang.String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCommercePriceList findByG_C_T_S_First(long groupId, long companyId, java.lang.String type, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceListException
- if a matching commerce price list could not be foundCommercePriceList fetchByG_C_T_S_First(long groupId, long companyId, java.lang.String type, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce price list could not be foundCommercePriceList findByG_C_T_S_Last(long groupId, long companyId, java.lang.String type, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceListException
- if a matching commerce price list could not be foundCommercePriceList fetchByG_C_T_S_Last(long groupId, long companyId, java.lang.String type, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce price list could not be foundCommercePriceList[] findByG_C_T_S_PrevAndNext(long commercePriceListId, long groupId, long companyId, java.lang.String type, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException
commercePriceListId
- the primary key of the current commerce price listgroupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceListException
- if a commerce price list with the primary key could not be foundjava.util.List<CommercePriceList> filterFindByG_C_T_S(long groupId, long companyId, java.lang.String type, int status)
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusjava.util.List<CommercePriceList> filterFindByG_C_T_S(long groupId, long companyId, java.lang.String type, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)java.util.List<CommercePriceList> filterFindByG_C_T_S(long groupId, long companyId, java.lang.String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)CommercePriceList[] filterFindByG_C_T_S_PrevAndNext(long commercePriceListId, long groupId, long companyId, java.lang.String type, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException
commercePriceListId
- the primary key of the current commerce price listgroupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceListException
- if a commerce price list with the primary key could not be foundjava.util.List<CommercePriceList> filterFindByG_C_T_S(long[] groupIds, long companyId, java.lang.String type, int status)
groupIds
- the group IDscompanyId
- the company IDtype
- the typestatus
- the statusjava.util.List<CommercePriceList> filterFindByG_C_T_S(long[] groupIds, long companyId, java.lang.String type, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupIds
- the group IDscompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)java.util.List<CommercePriceList> filterFindByG_C_T_S(long[] groupIds, long companyId, java.lang.String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupIds
- the group IDscompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CommercePriceList> findByG_C_T_S(long[] groupIds, long companyId, java.lang.String type, int status)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupIds
- the group IDscompanyId
- the company IDtype
- the typestatus
- the statusjava.util.List<CommercePriceList> findByG_C_T_S(long[] groupIds, long companyId, java.lang.String type, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupIds
- the group IDscompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)java.util.List<CommercePriceList> findByG_C_T_S(long[] groupIds, long companyId, java.lang.String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupIds
- the group IDscompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CommercePriceList> findByG_C_T_S(long[] groupIds, long companyId, java.lang.String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupIds
- the group IDscompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeByG_C_T_S(long groupId, long companyId, java.lang.String type, int status)
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusint countByG_C_T_S(long groupId, long companyId, java.lang.String type, int status)
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusint countByG_C_T_S(long[] groupIds, long companyId, java.lang.String type, int status)
groupIds
- the group IDscompanyId
- the company IDtype
- the typestatus
- the statusint filterCountByG_C_T_S(long groupId, long companyId, java.lang.String type, int status)
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusint filterCountByG_C_T_S(long[] groupIds, long companyId, java.lang.String type, int status)
groupIds
- the group IDscompanyId
- the company IDtype
- the typestatus
- the statusjava.util.List<CommercePriceList> findByG_C_T_NotS(long groupId, long companyId, java.lang.String type, int status)
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusjava.util.List<CommercePriceList> findByG_C_T_NotS(long groupId, long companyId, java.lang.String type, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)java.util.List<CommercePriceList> findByG_C_T_NotS(long groupId, long companyId, java.lang.String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CommercePriceList> findByG_C_T_NotS(long groupId, long companyId, java.lang.String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCommercePriceList findByG_C_T_NotS_First(long groupId, long companyId, java.lang.String type, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceListException
- if a matching commerce price list could not be foundCommercePriceList fetchByG_C_T_NotS_First(long groupId, long companyId, java.lang.String type, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce price list could not be foundCommercePriceList findByG_C_T_NotS_Last(long groupId, long companyId, java.lang.String type, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceListException
- if a matching commerce price list could not be foundCommercePriceList fetchByG_C_T_NotS_Last(long groupId, long companyId, java.lang.String type, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce price list could not be foundCommercePriceList[] findByG_C_T_NotS_PrevAndNext(long commercePriceListId, long groupId, long companyId, java.lang.String type, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException
commercePriceListId
- the primary key of the current commerce price listgroupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceListException
- if a commerce price list with the primary key could not be foundjava.util.List<CommercePriceList> filterFindByG_C_T_NotS(long groupId, long companyId, java.lang.String type, int status)
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusjava.util.List<CommercePriceList> filterFindByG_C_T_NotS(long groupId, long companyId, java.lang.String type, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)java.util.List<CommercePriceList> filterFindByG_C_T_NotS(long groupId, long companyId, java.lang.String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)CommercePriceList[] filterFindByG_C_T_NotS_PrevAndNext(long commercePriceListId, long groupId, long companyId, java.lang.String type, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException
commercePriceListId
- the primary key of the current commerce price listgroupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceListException
- if a commerce price list with the primary key could not be foundjava.util.List<CommercePriceList> filterFindByG_C_T_NotS(long[] groupIds, long companyId, java.lang.String type, int status)
groupIds
- the group IDscompanyId
- the company IDtype
- the typestatus
- the statusjava.util.List<CommercePriceList> filterFindByG_C_T_NotS(long[] groupIds, long companyId, java.lang.String type, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupIds
- the group IDscompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)java.util.List<CommercePriceList> filterFindByG_C_T_NotS(long[] groupIds, long companyId, java.lang.String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupIds
- the group IDscompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CommercePriceList> findByG_C_T_NotS(long[] groupIds, long companyId, java.lang.String type, int status)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupIds
- the group IDscompanyId
- the company IDtype
- the typestatus
- the statusjava.util.List<CommercePriceList> findByG_C_T_NotS(long[] groupIds, long companyId, java.lang.String type, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupIds
- the group IDscompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)java.util.List<CommercePriceList> findByG_C_T_NotS(long[] groupIds, long companyId, java.lang.String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupIds
- the group IDscompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CommercePriceList> findByG_C_T_NotS(long[] groupIds, long companyId, java.lang.String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
groupIds
- the group IDscompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeByG_C_T_NotS(long groupId, long companyId, java.lang.String type, int status)
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusint countByG_C_T_NotS(long groupId, long companyId, java.lang.String type, int status)
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusint countByG_C_T_NotS(long[] groupIds, long companyId, java.lang.String type, int status)
groupIds
- the group IDscompanyId
- the company IDtype
- the typestatus
- the statusint filterCountByG_C_T_NotS(long groupId, long companyId, java.lang.String type, int status)
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusint filterCountByG_C_T_NotS(long[] groupIds, long companyId, java.lang.String type, int status)
groupIds
- the group IDscompanyId
- the company IDtype
- the typestatus
- the statusCommercePriceList findByERC_C(java.lang.String externalReferenceCode, long companyId) throws NoSuchPriceListException
NoSuchPriceListException
if it could not be found.externalReferenceCode
- the external reference codecompanyId
- the company IDNoSuchPriceListException
- if a matching commerce price list could not be foundCommercePriceList fetchByERC_C(java.lang.String externalReferenceCode, long companyId)
null
if it could not be found. Uses the finder cache.externalReferenceCode
- the external reference codecompanyId
- the company IDnull
if a matching commerce price list could not be foundCommercePriceList fetchByERC_C(java.lang.String externalReferenceCode, long companyId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.externalReferenceCode
- the external reference codecompanyId
- the company IDuseFinderCache
- whether to use the finder cachenull
if a matching commerce price list could not be foundCommercePriceList removeByERC_C(java.lang.String externalReferenceCode, long companyId) throws NoSuchPriceListException
externalReferenceCode
- the external reference codecompanyId
- the company IDNoSuchPriceListException
int countByERC_C(java.lang.String externalReferenceCode, long companyId)
externalReferenceCode
- the external reference codecompanyId
- the company IDvoid cacheResult(CommercePriceList commercePriceList)
commercePriceList
- the commerce price listvoid cacheResult(java.util.List<CommercePriceList> commercePriceLists)
commercePriceLists
- the commerce price listsCommercePriceList create(long commercePriceListId)
commercePriceListId
- the primary key for the new commerce price listCommercePriceList remove(long commercePriceListId) throws NoSuchPriceListException
commercePriceListId
- the primary key of the commerce price listNoSuchPriceListException
- if a commerce price list with the primary key could not be foundCommercePriceList updateImpl(CommercePriceList commercePriceList)
CommercePriceList findByPrimaryKey(long commercePriceListId) throws NoSuchPriceListException
NoSuchPriceListException
if it could not be found.commercePriceListId
- the primary key of the commerce price listNoSuchPriceListException
- if a commerce price list with the primary key could not be foundCommercePriceList fetchByPrimaryKey(long commercePriceListId)
null
if it could not be found.commercePriceListId
- the primary key of the commerce price listnull
if a commerce price list with the primary key could not be foundjava.util.List<CommercePriceList> findAll()
java.util.List<CommercePriceList> findAll(int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
start
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)java.util.List<CommercePriceList> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
start
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CommercePriceList> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl
.
start
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()