Interface CommerceChannelPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<CommerceChannel>
,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CommerceChannel>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(CommerceChannel commerceChannel) Caches the commerce channel in the entity cache if it is enabled.void
cacheResult
(List<CommerceChannel> commerceChannels) Caches the commerce channels in the entity cache if it is enabled.int
countAll()
Returns the number of commerce channels.int
countByAccountEntryId
(long accountEntryId) Returns the number of commerce channels where accountEntryId = ?.int
countByCompanyId
(long companyId) Returns the number of commerce channels where companyId = ?.int
countByERC_C
(String externalReferenceCode, long companyId) Returns the number of commerce channels where externalReferenceCode = ? and companyId = ?.int
countBySiteGroupId
(long siteGroupId) Returns the number of commerce channels where siteGroupId = ?.int
countByUuid
(String uuid) Returns the number of commerce channels where uuid = ?.int
countByUuid_C
(String uuid, long companyId) Returns the number of commerce channels where uuid = ? and companyId = ?.create
(long commerceChannelId) Creates a new commerce channel with the primary key.fetchByAccountEntryId_First
(long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns the first commerce channel in the ordered set where accountEntryId = ?.fetchByAccountEntryId_Last
(long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns the last commerce channel in the ordered set where accountEntryId = ?.fetchByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns the first commerce channel in the ordered set where companyId = ?.fetchByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns the last commerce channel in the ordered set where companyId = ?.fetchByERC_C
(String externalReferenceCode, long companyId) Returns the commerce channel where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found.fetchByERC_C
(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the commerce channel where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByPrimaryKey
(long commerceChannelId) Returns the commerce channel with the primary key or returnsnull
if it could not be found.fetchBySiteGroupId
(long siteGroupId) Returns the commerce channel where siteGroupId = ? or returnsnull
if it could not be found.fetchBySiteGroupId
(long siteGroupId, boolean useFinderCache) Returns the commerce channel where siteGroupId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns the first commerce channel in the ordered set where uuid = ? and companyId = ?.fetchByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns the last commerce channel in the ordered set where uuid = ? and companyId = ?.fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns the first commerce channel in the ordered set where uuid = ?.fetchByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns the last commerce channel in the ordered set where uuid = ?.int
filterCountByAccountEntryId
(long accountEntryId) Returns the number of commerce channels that the user has permission to view where accountEntryId = ?.int
filterCountByCompanyId
(long companyId) Returns the number of commerce channels that the user has permission to view where companyId = ?.int
filterCountByUuid
(String uuid) Returns the number of commerce channels that the user has permission to view where uuid = ?.int
filterCountByUuid_C
(String uuid, long companyId) Returns the number of commerce channels that the user has permission to view where uuid = ? and companyId = ?.filterFindByAccountEntryId
(long accountEntryId) Returns all the commerce channels that the user has permission to view where accountEntryId = ?.filterFindByAccountEntryId
(long accountEntryId, int start, int end) Returns a range of all the commerce channels that the user has permission to view where accountEntryId = ?.filterFindByAccountEntryId
(long accountEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns an ordered range of all the commerce channels that the user has permissions to view where accountEntryId = ?.filterFindByAccountEntryId_PrevAndNext
(long commerceChannelId, long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns the commerce channels before and after the current commerce channel in the ordered set of commerce channels that the user has permission to view where accountEntryId = ?.filterFindByCompanyId
(long companyId) Returns all the commerce channels that the user has permission to view where companyId = ?.filterFindByCompanyId
(long companyId, int start, int end) Returns a range of all the commerce channels that the user has permission to view where companyId = ?.filterFindByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns an ordered range of all the commerce channels that the user has permissions to view where companyId = ?.filterFindByCompanyId_PrevAndNext
(long commerceChannelId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns the commerce channels before and after the current commerce channel in the ordered set of commerce channels that the user has permission to view where companyId = ?.filterFindByUuid
(String uuid) Returns all the commerce channels that the user has permission to view where uuid = ?.filterFindByUuid
(String uuid, int start, int end) Returns a range of all the commerce channels that the user has permission to view where uuid = ?.filterFindByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns an ordered range of all the commerce channels that the user has permissions to view where uuid = ?.filterFindByUuid_C
(String uuid, long companyId) Returns all the commerce channels that the user has permission to view where uuid = ? and companyId = ?.filterFindByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the commerce channels that the user has permission to view where uuid = ? and companyId = ?.filterFindByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns an ordered range of all the commerce channels that the user has permissions to view where uuid = ? and companyId = ?.filterFindByUuid_C_PrevAndNext
(long commerceChannelId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns the commerce channels before and after the current commerce channel in the ordered set of commerce channels that the user has permission to view where uuid = ? and companyId = ?.filterFindByUuid_PrevAndNext
(long commerceChannelId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns the commerce channels before and after the current commerce channel in the ordered set of commerce channels that the user has permission to view where uuid = ?.findAll()
Returns all the commerce channels.findAll
(int start, int end) Returns a range of all the commerce channels.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns an ordered range of all the commerce channels.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce channels.findByAccountEntryId
(long accountEntryId) Returns all the commerce channels where accountEntryId = ?.findByAccountEntryId
(long accountEntryId, int start, int end) Returns a range of all the commerce channels where accountEntryId = ?.findByAccountEntryId
(long accountEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns an ordered range of all the commerce channels where accountEntryId = ?.findByAccountEntryId
(long accountEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce channels where accountEntryId = ?.findByAccountEntryId_First
(long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns the first commerce channel in the ordered set where accountEntryId = ?.findByAccountEntryId_Last
(long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns the last commerce channel in the ordered set where accountEntryId = ?.findByAccountEntryId_PrevAndNext
(long commerceChannelId, long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns the commerce channels before and after the current commerce channel in the ordered set where accountEntryId = ?.findByCompanyId
(long companyId) Returns all the commerce channels where companyId = ?.findByCompanyId
(long companyId, int start, int end) Returns a range of all the commerce channels where companyId = ?.findByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns an ordered range of all the commerce channels where companyId = ?.findByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce channels where companyId = ?.findByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns the first commerce channel in the ordered set where companyId = ?.findByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns the last commerce channel in the ordered set where companyId = ?.findByCompanyId_PrevAndNext
(long commerceChannelId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns the commerce channels before and after the current commerce channel in the ordered set where companyId = ?.findByERC_C
(String externalReferenceCode, long companyId) Returns the commerce channel where externalReferenceCode = ? and companyId = ? or throws aNoSuchChannelException
if it could not be found.findByPrimaryKey
(long commerceChannelId) Returns the commerce channel with the primary key or throws aNoSuchChannelException
if it could not be found.findBySiteGroupId
(long siteGroupId) Returns the commerce channel where siteGroupId = ? or throws aNoSuchChannelException
if it could not be found.findByUuid
(String uuid) Returns all the commerce channels where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the commerce channels where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns an ordered range of all the commerce channels where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce channels where uuid = ?.findByUuid_C
(String uuid, long companyId) Returns all the commerce channels where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the commerce channels where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns an ordered range of all the commerce channels where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce channels where uuid = ? and companyId = ?.findByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns the first commerce channel in the ordered set where uuid = ? and companyId = ?.findByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns the last commerce channel in the ordered set where uuid = ? and companyId = ?.findByUuid_C_PrevAndNext
(long commerceChannelId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns the commerce channels before and after the current commerce channel in the ordered set where uuid = ? and companyId = ?.findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns the first commerce channel in the ordered set where uuid = ?.findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns the last commerce channel in the ordered set where uuid = ?.findByUuid_PrevAndNext
(long commerceChannelId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns the commerce channels before and after the current commerce channel in the ordered set where uuid = ?.remove
(long commerceChannelId) Removes the commerce channel with the primary key from the database.void
Removes all the commerce channels from the database.void
removeByAccountEntryId
(long accountEntryId) Removes all the commerce channels where accountEntryId = ? from the database.void
removeByCompanyId
(long companyId) Removes all the commerce channels where companyId = ? from the database.removeByERC_C
(String externalReferenceCode, long companyId) Removes the commerce channel where externalReferenceCode = ? and companyId = ? from the database.removeBySiteGroupId
(long siteGroupId) Removes the commerce channel where siteGroupId = ? from the database.void
removeByUuid
(String uuid) Removes all the commerce channels where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the commerce channels where uuid = ? and companyId = ? from the database.updateImpl
(CommerceChannel commerceChannel) Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
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, removeByFunction, setDataSource, unregisterListener, update, update
Methods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
-
Method Details
-
findByUuid
Returns all the commerce channels where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching commerce channels
-
findByUuid
Returns a range of all the commerce channels where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of commerce channelsend
- the upper bound of the range of commerce channels (not inclusive)- Returns:
- the range of matching commerce channels
-
findByUuid
List<CommerceChannel> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns an ordered range of all the commerce channels where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of commerce channelsend
- the upper bound of the range of commerce channels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce channels
-
findByUuid
List<CommerceChannel> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce channels where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of commerce channelsend
- the upper bound of the range of commerce channels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching commerce channels
-
findByUuid_First
CommerceChannel findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) throws NoSuchChannelException Returns the first commerce channel in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce channel
- Throws:
NoSuchChannelException
- if a matching commerce channel could not be found
-
fetchByUuid_First
CommerceChannel fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns the first commerce channel in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce channel, or
null
if a matching commerce channel could not be found
-
findByUuid_Last
CommerceChannel findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) throws NoSuchChannelException Returns the last commerce channel in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce channel
- Throws:
NoSuchChannelException
- if a matching commerce channel could not be found
-
fetchByUuid_Last
CommerceChannel fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns the last commerce channel in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce channel, or
null
if a matching commerce channel could not be found
-
findByUuid_PrevAndNext
CommerceChannel[] findByUuid_PrevAndNext(long commerceChannelId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) throws NoSuchChannelException Returns the commerce channels before and after the current commerce channel in the ordered set where uuid = ?.- Parameters:
commerceChannelId
- the primary key of the current commerce channeluuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce channel
- Throws:
NoSuchChannelException
- if a commerce channel with the primary key could not be found
-
filterFindByUuid
Returns all the commerce channels that the user has permission to view where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching commerce channels that the user has permission to view
-
filterFindByUuid
Returns a range of all the commerce channels that the user has permission to view where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of commerce channelsend
- the upper bound of the range of commerce channels (not inclusive)- Returns:
- the range of matching commerce channels that the user has permission to view
-
filterFindByUuid
List<CommerceChannel> filterFindByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns an ordered range of all the commerce channels that the user has permissions to view where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of commerce channelsend
- the upper bound of the range of commerce channels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce channels that the user has permission to view
-
filterFindByUuid_PrevAndNext
CommerceChannel[] filterFindByUuid_PrevAndNext(long commerceChannelId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) throws NoSuchChannelException Returns the commerce channels before and after the current commerce channel in the ordered set of commerce channels that the user has permission to view where uuid = ?.- Parameters:
commerceChannelId
- the primary key of the current commerce channeluuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce channel
- Throws:
NoSuchChannelException
- if a commerce channel with the primary key could not be found
-
removeByUuid
Removes all the commerce channels where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of commerce channels where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching commerce channels
-
filterCountByUuid
Returns the number of commerce channels that the user has permission to view where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching commerce channels that the user has permission to view
-
findByUuid_C
Returns all the commerce channels where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching commerce channels
-
findByUuid_C
Returns a range of all the commerce channels where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of commerce channelsend
- the upper bound of the range of commerce channels (not inclusive)- Returns:
- the range of matching commerce channels
-
findByUuid_C
List<CommerceChannel> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns an ordered range of all the commerce channels where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of commerce channelsend
- the upper bound of the range of commerce channels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce channels
-
findByUuid_C
List<CommerceChannel> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce channels where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of commerce channelsend
- the upper bound of the range of commerce channels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching commerce channels
-
findByUuid_C_First
CommerceChannel findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) throws NoSuchChannelException Returns the first commerce channel in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce channel
- Throws:
NoSuchChannelException
- if a matching commerce channel could not be found
-
fetchByUuid_C_First
CommerceChannel fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns the first commerce channel in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce channel, or
null
if a matching commerce channel could not be found
-
findByUuid_C_Last
CommerceChannel findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) throws NoSuchChannelException Returns the last commerce channel in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce channel
- Throws:
NoSuchChannelException
- if a matching commerce channel could not be found
-
fetchByUuid_C_Last
CommerceChannel fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns the last commerce channel in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce channel, or
null
if a matching commerce channel could not be found
-
findByUuid_C_PrevAndNext
CommerceChannel[] findByUuid_C_PrevAndNext(long commerceChannelId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) throws NoSuchChannelException Returns the commerce channels before and after the current commerce channel in the ordered set where uuid = ? and companyId = ?.- Parameters:
commerceChannelId
- the primary key of the current commerce channeluuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce channel
- Throws:
NoSuchChannelException
- if a commerce channel with the primary key could not be found
-
filterFindByUuid_C
Returns all the commerce channels that the user has permission to view where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching commerce channels that the user has permission to view
-
filterFindByUuid_C
Returns a range of all the commerce channels that the user has permission to view where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of commerce channelsend
- the upper bound of the range of commerce channels (not inclusive)- Returns:
- the range of matching commerce channels that the user has permission to view
-
filterFindByUuid_C
List<CommerceChannel> filterFindByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns an ordered range of all the commerce channels that the user has permissions to view where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of commerce channelsend
- the upper bound of the range of commerce channels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce channels that the user has permission to view
-
filterFindByUuid_C_PrevAndNext
CommerceChannel[] filterFindByUuid_C_PrevAndNext(long commerceChannelId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) throws NoSuchChannelException Returns the commerce channels before and after the current commerce channel in the ordered set of commerce channels that the user has permission to view where uuid = ? and companyId = ?.- Parameters:
commerceChannelId
- the primary key of the current commerce channeluuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce channel
- Throws:
NoSuchChannelException
- if a commerce channel with the primary key could not be found
-
removeByUuid_C
Removes all the commerce channels where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of commerce channels where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching commerce channels
-
filterCountByUuid_C
Returns the number of commerce channels that the user has permission to view where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching commerce channels that the user has permission to view
-
findByCompanyId
Returns all the commerce channels where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the matching commerce channels
-
findByCompanyId
Returns a range of all the commerce channels where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of commerce channelsend
- the upper bound of the range of commerce channels (not inclusive)- Returns:
- the range of matching commerce channels
-
findByCompanyId
List<CommerceChannel> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns an ordered range of all the commerce channels where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of commerce channelsend
- the upper bound of the range of commerce channels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce channels
-
findByCompanyId
List<CommerceChannel> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce channels where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of commerce channelsend
- the upper bound of the range of commerce channels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching commerce channels
-
findByCompanyId_First
CommerceChannel findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) throws NoSuchChannelException Returns the first commerce channel in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce channel
- Throws:
NoSuchChannelException
- if a matching commerce channel could not be found
-
fetchByCompanyId_First
CommerceChannel fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns the first commerce channel in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce channel, or
null
if a matching commerce channel could not be found
-
findByCompanyId_Last
CommerceChannel findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) throws NoSuchChannelException Returns the last commerce channel in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce channel
- Throws:
NoSuchChannelException
- if a matching commerce channel could not be found
-
fetchByCompanyId_Last
CommerceChannel fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns the last commerce channel in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce channel, or
null
if a matching commerce channel could not be found
-
findByCompanyId_PrevAndNext
CommerceChannel[] findByCompanyId_PrevAndNext(long commerceChannelId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) throws NoSuchChannelException Returns the commerce channels before and after the current commerce channel in the ordered set where companyId = ?.- Parameters:
commerceChannelId
- the primary key of the current commerce channelcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce channel
- Throws:
NoSuchChannelException
- if a commerce channel with the primary key could not be found
-
filterFindByCompanyId
Returns all the commerce channels that the user has permission to view where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the matching commerce channels that the user has permission to view
-
filterFindByCompanyId
Returns a range of all the commerce channels that the user has permission to view where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of commerce channelsend
- the upper bound of the range of commerce channels (not inclusive)- Returns:
- the range of matching commerce channels that the user has permission to view
-
filterFindByCompanyId
List<CommerceChannel> filterFindByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns an ordered range of all the commerce channels that the user has permissions to view where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of commerce channelsend
- the upper bound of the range of commerce channels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce channels that the user has permission to view
-
filterFindByCompanyId_PrevAndNext
CommerceChannel[] filterFindByCompanyId_PrevAndNext(long commerceChannelId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) throws NoSuchChannelException Returns the commerce channels before and after the current commerce channel in the ordered set of commerce channels that the user has permission to view where companyId = ?.- Parameters:
commerceChannelId
- the primary key of the current commerce channelcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce channel
- Throws:
NoSuchChannelException
- if a commerce channel with the primary key could not be found
-
removeByCompanyId
void removeByCompanyId(long companyId) Removes all the commerce channels where companyId = ? from the database.- Parameters:
companyId
- the company ID
-
countByCompanyId
int countByCompanyId(long companyId) Returns the number of commerce channels where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the number of matching commerce channels
-
filterCountByCompanyId
int filterCountByCompanyId(long companyId) Returns the number of commerce channels that the user has permission to view where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the number of matching commerce channels that the user has permission to view
-
findByAccountEntryId
Returns all the commerce channels where accountEntryId = ?.- Parameters:
accountEntryId
- the account entry ID- Returns:
- the matching commerce channels
-
findByAccountEntryId
Returns a range of all the commerce channels where accountEntryId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelModelImpl
.- Parameters:
accountEntryId
- the account entry IDstart
- the lower bound of the range of commerce channelsend
- the upper bound of the range of commerce channels (not inclusive)- Returns:
- the range of matching commerce channels
-
findByAccountEntryId
List<CommerceChannel> findByAccountEntryId(long accountEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns an ordered range of all the commerce channels where accountEntryId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelModelImpl
.- Parameters:
accountEntryId
- the account entry IDstart
- the lower bound of the range of commerce channelsend
- the upper bound of the range of commerce channels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce channels
-
findByAccountEntryId
List<CommerceChannel> findByAccountEntryId(long accountEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce channels where accountEntryId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelModelImpl
.- Parameters:
accountEntryId
- the account entry IDstart
- the lower bound of the range of commerce channelsend
- the upper bound of the range of commerce channels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching commerce channels
-
findByAccountEntryId_First
CommerceChannel findByAccountEntryId_First(long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) throws NoSuchChannelException Returns the first commerce channel in the ordered set where accountEntryId = ?.- Parameters:
accountEntryId
- the account entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce channel
- Throws:
NoSuchChannelException
- if a matching commerce channel could not be found
-
fetchByAccountEntryId_First
CommerceChannel fetchByAccountEntryId_First(long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns the first commerce channel in the ordered set where accountEntryId = ?.- Parameters:
accountEntryId
- the account entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce channel, or
null
if a matching commerce channel could not be found
-
findByAccountEntryId_Last
CommerceChannel findByAccountEntryId_Last(long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) throws NoSuchChannelException Returns the last commerce channel in the ordered set where accountEntryId = ?.- Parameters:
accountEntryId
- the account entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce channel
- Throws:
NoSuchChannelException
- if a matching commerce channel could not be found
-
fetchByAccountEntryId_Last
CommerceChannel fetchByAccountEntryId_Last(long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns the last commerce channel in the ordered set where accountEntryId = ?.- Parameters:
accountEntryId
- the account entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce channel, or
null
if a matching commerce channel could not be found
-
findByAccountEntryId_PrevAndNext
CommerceChannel[] findByAccountEntryId_PrevAndNext(long commerceChannelId, long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) throws NoSuchChannelException Returns the commerce channels before and after the current commerce channel in the ordered set where accountEntryId = ?.- Parameters:
commerceChannelId
- the primary key of the current commerce channelaccountEntryId
- the account entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce channel
- Throws:
NoSuchChannelException
- if a commerce channel with the primary key could not be found
-
filterFindByAccountEntryId
Returns all the commerce channels that the user has permission to view where accountEntryId = ?.- Parameters:
accountEntryId
- the account entry ID- Returns:
- the matching commerce channels that the user has permission to view
-
filterFindByAccountEntryId
Returns a range of all the commerce channels that the user has permission to view where accountEntryId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelModelImpl
.- Parameters:
accountEntryId
- the account entry IDstart
- the lower bound of the range of commerce channelsend
- the upper bound of the range of commerce channels (not inclusive)- Returns:
- the range of matching commerce channels that the user has permission to view
-
filterFindByAccountEntryId
List<CommerceChannel> filterFindByAccountEntryId(long accountEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns an ordered range of all the commerce channels that the user has permissions to view where accountEntryId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelModelImpl
.- Parameters:
accountEntryId
- the account entry IDstart
- the lower bound of the range of commerce channelsend
- the upper bound of the range of commerce channels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce channels that the user has permission to view
-
filterFindByAccountEntryId_PrevAndNext
CommerceChannel[] filterFindByAccountEntryId_PrevAndNext(long commerceChannelId, long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) throws NoSuchChannelException Returns the commerce channels before and after the current commerce channel in the ordered set of commerce channels that the user has permission to view where accountEntryId = ?.- Parameters:
commerceChannelId
- the primary key of the current commerce channelaccountEntryId
- the account entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce channel
- Throws:
NoSuchChannelException
- if a commerce channel with the primary key could not be found
-
removeByAccountEntryId
void removeByAccountEntryId(long accountEntryId) Removes all the commerce channels where accountEntryId = ? from the database.- Parameters:
accountEntryId
- the account entry ID
-
countByAccountEntryId
int countByAccountEntryId(long accountEntryId) Returns the number of commerce channels where accountEntryId = ?.- Parameters:
accountEntryId
- the account entry ID- Returns:
- the number of matching commerce channels
-
filterCountByAccountEntryId
int filterCountByAccountEntryId(long accountEntryId) Returns the number of commerce channels that the user has permission to view where accountEntryId = ?.- Parameters:
accountEntryId
- the account entry ID- Returns:
- the number of matching commerce channels that the user has permission to view
-
findBySiteGroupId
Returns the commerce channel where siteGroupId = ? or throws aNoSuchChannelException
if it could not be found.- Parameters:
siteGroupId
- the site group ID- Returns:
- the matching commerce channel
- Throws:
NoSuchChannelException
- if a matching commerce channel could not be found
-
fetchBySiteGroupId
Returns the commerce channel where siteGroupId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
siteGroupId
- the site group ID- Returns:
- the matching commerce channel, or
null
if a matching commerce channel could not be found
-
fetchBySiteGroupId
Returns the commerce channel where siteGroupId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
siteGroupId
- the site group IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching commerce channel, or
null
if a matching commerce channel could not be found
-
removeBySiteGroupId
Removes the commerce channel where siteGroupId = ? from the database.- Parameters:
siteGroupId
- the site group ID- Returns:
- the commerce channel that was removed
- Throws:
NoSuchChannelException
-
countBySiteGroupId
int countBySiteGroupId(long siteGroupId) Returns the number of commerce channels where siteGroupId = ?.- Parameters:
siteGroupId
- the site group ID- Returns:
- the number of matching commerce channels
-
findByERC_C
CommerceChannel findByERC_C(String externalReferenceCode, long companyId) throws NoSuchChannelException Returns the commerce channel where externalReferenceCode = ? and companyId = ? or throws aNoSuchChannelException
if it could not be found.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the matching commerce channel
- Throws:
NoSuchChannelException
- if a matching commerce channel could not be found
-
fetchByERC_C
Returns the commerce channel where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the matching commerce channel, or
null
if a matching commerce channel could not be found
-
fetchByERC_C
Returns the commerce channel where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching commerce channel, or
null
if a matching commerce channel could not be found
-
removeByERC_C
CommerceChannel removeByERC_C(String externalReferenceCode, long companyId) throws NoSuchChannelException Removes the commerce channel where externalReferenceCode = ? and companyId = ? from the database.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the commerce channel that was removed
- Throws:
NoSuchChannelException
-
countByERC_C
Returns the number of commerce channels where externalReferenceCode = ? and companyId = ?.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the number of matching commerce channels
-
cacheResult
Caches the commerce channel in the entity cache if it is enabled.- Parameters:
commerceChannel
- the commerce channel
-
cacheResult
Caches the commerce channels in the entity cache if it is enabled.- Parameters:
commerceChannels
- the commerce channels
-
create
Creates a new commerce channel with the primary key. Does not add the commerce channel to the database.- Parameters:
commerceChannelId
- the primary key for the new commerce channel- Returns:
- the new commerce channel
-
remove
Removes the commerce channel with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
commerceChannelId
- the primary key of the commerce channel- Returns:
- the commerce channel that was removed
- Throws:
NoSuchChannelException
- if a commerce channel with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
Returns the commerce channel with the primary key or throws aNoSuchChannelException
if it could not be found.- Parameters:
commerceChannelId
- the primary key of the commerce channel- Returns:
- the commerce channel
- Throws:
NoSuchChannelException
- if a commerce channel with the primary key could not be found
-
fetchByPrimaryKey
Returns the commerce channel with the primary key or returnsnull
if it could not be found.- Parameters:
commerceChannelId
- the primary key of the commerce channel- Returns:
- the commerce channel, or
null
if a commerce channel with the primary key could not be found
-
findAll
List<CommerceChannel> findAll()Returns all the commerce channels.- Returns:
- the commerce channels
-
findAll
Returns a range of all the commerce channels.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelModelImpl
.- Parameters:
start
- the lower bound of the range of commerce channelsend
- the upper bound of the range of commerce channels (not inclusive)- Returns:
- the range of commerce channels
-
findAll
List<CommerceChannel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator) Returns an ordered range of all the commerce channels.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelModelImpl
.- Parameters:
start
- the lower bound of the range of commerce channelsend
- the upper bound of the range of commerce channels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of commerce channels
-
findAll
List<CommerceChannel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce channels.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelModelImpl
.- Parameters:
start
- the lower bound of the range of commerce channelsend
- the upper bound of the range of commerce channels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of commerce channels
-
removeAll
void removeAll()Removes all the commerce channels from the database. -
countAll
int countAll()Returns the number of commerce channels.- Returns:
- the number of commerce channels
-