|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ShoppingCoupon
The model interface for the ShoppingCoupon service. Represents a row in the "ShoppingCoupon" database table, with each column mapped to a property of this class.
Never modify this interface directly. Add methods to ShoppingCouponImpl
and rerun ServiceBuilder to automatically copy the method declarations to this interface.
Never reference this interface directly. All methods that expect a shopping coupon model instance should use the ShoppingCoupon
interface instead.
ShoppingCouponModel
,
ShoppingCouponImpl
,
ShoppingCouponModelImpl
Method Summary | |
---|---|
boolean |
hasValidDateRange()
|
boolean |
hasValidEndDate()
|
boolean |
hasValidStartDate()
|
Methods inherited from interface com.liferay.portlet.shopping.model.ShoppingCouponModel |
---|
clone, compareTo, getActive, getCode, getCompanyId, getCouponId, getCreateDate, getDescription, getDiscount, getDiscountType, getEndDate, getExpandoBridge, getGroupId, getLimitCategories, getLimitSkus, getMinOrder, getModifiedDate, getName, getPrimaryKey, getPrimaryKeyObj, getStartDate, getUserId, getUserName, getUserUuid, hashCode, isActive, isCachedModel, isEscapedModel, isNew, setActive, setCachedModel, setCode, setCompanyId, setCouponId, setCreateDate, setDescription, setDiscount, setDiscountType, setEndDate, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setLimitCategories, setLimitSkus, setMinOrder, setModifiedDate, setName, setNew, setPrimaryKey, setStartDate, setUserId, setUserName, setUserUuid, toEscapedModel, toString, toXmlString |
Method Detail |
---|
boolean hasValidDateRange()
boolean hasValidEndDate()
boolean hasValidStartDate()
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |