public class ShoppingCouponFinderImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.shopping.model.ShoppingCoupon>
implements com.liferay.portlet.shopping.service.persistence.ShoppingCouponFinder
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COUNT_BY_G_C_C_A_DT |
static java.lang.String |
FIND_BY_G_C_C_A_DT |
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR| Constructor and Description |
|---|
ShoppingCouponFinderImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
countByG_C_C_A_DT(long groupId,
long companyId,
java.lang.String code,
boolean active,
java.lang.String discountType,
boolean andOperator) |
java.util.List<com.liferay.portlet.shopping.model.ShoppingCoupon> |
findByG_C_C_A_DT(long groupId,
long companyId,
java.lang.String code,
boolean active,
java.lang.String discountType,
boolean andOperator,
int start,
int end) |
appendOrderByComparator, appendOrderByComparator, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getClassLoader, getColumnName, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, getTableColumnsMap, openNewSession, openSession, processException, registerListener, remove, remove, removeConjunction, removeImpl, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl, updateImplpublic static final java.lang.String COUNT_BY_G_C_C_A_DT
public static final java.lang.String FIND_BY_G_C_C_A_DT
public int countByG_C_C_A_DT(long groupId,
long companyId,
java.lang.String code,
boolean active,
java.lang.String discountType,
boolean andOperator)
countByG_C_C_A_DT in interface com.liferay.portlet.shopping.service.persistence.ShoppingCouponFinderpublic java.util.List<com.liferay.portlet.shopping.model.ShoppingCoupon> findByG_C_C_A_DT(long groupId,
long companyId,
java.lang.String code,
boolean active,
java.lang.String discountType,
boolean andOperator,
int start,
int end)
findByG_C_C_A_DT in interface com.liferay.portlet.shopping.service.persistence.ShoppingCouponFinder