Interface CommerceVirtualOrderItemFinder
@ProviderType
public interface CommerceVirtualOrderItemFinder
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionint
countByG_C
(long groupId, long commerceAccountId) findByEndDate
(Date endDate) findByG_C
(long groupId, long commerceAccountId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceVirtualOrderItem> orderByComparator)
-
Method Details
-
countByG_C
int countByG_C(long groupId, long commerceAccountId) -
findByEndDate
-
findByG_C
List<CommerceVirtualOrderItem> findByG_C(long groupId, long commerceAccountId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceVirtualOrderItem> orderByComparator)
-