|
Liferay 6.1.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.persistence.impl.BasePersistenceImpl<ShoppingCoupon>
com.liferay.portlet.shopping.service.persistence.ShoppingCouponPersistenceImpl
public class ShoppingCouponPersistenceImpl
The persistence implementation for the shopping coupon service.
Caching information and settings can be found in portal.properties
ShoppingCouponPersistence,
ShoppingCouponUtil| Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, 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 Summary | |
|---|---|
ShoppingCouponPersistenceImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
Initializes the shopping coupon persistence. |
void |
cacheResult(List<ShoppingCoupon> shoppingCoupons)
Caches the shopping coupons in the entity cache if it is enabled. |
void |
cacheResult(ShoppingCoupon shoppingCoupon)
Caches the shopping coupon in the entity cache if it is enabled. |
void |
clearCache()
Clears the cache for all shopping coupons. |
void |
clearCache(ShoppingCoupon shoppingCoupon)
Clears the cache for the shopping coupon. |
int |
countAll()
Returns the number of shopping coupons. |
int |
countByCode(String code)
Returns the number of shopping coupons where code = ?. |
int |
countByGroupId(long groupId)
Returns the number of shopping coupons where groupId = ?. |
ShoppingCoupon |
create(long couponId)
Creates a new shopping coupon with the primary key. |
void |
destroy()
|
ShoppingCoupon |
fetchByCode(String code)
Returns the shopping coupon where code = ? or returns null if it could not be found. |
ShoppingCoupon |
fetchByCode(String code,
boolean retrieveFromCache)
Returns the shopping coupon where code = ? or returns null if it could not be found, optionally using the finder cache. |
ShoppingCoupon |
fetchByPrimaryKey(long couponId)
Returns the shopping coupon with the primary key or returns null if it could not be found. |
ShoppingCoupon |
fetchByPrimaryKey(Serializable primaryKey)
Returns the shopping coupon with the primary key or returns null if it could not be found. |
List<ShoppingCoupon> |
findAll()
Returns all the shopping coupons. |
List<ShoppingCoupon> |
findAll(int start,
int end)
Returns a range of all the shopping coupons. |
List<ShoppingCoupon> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping coupons. |
ShoppingCoupon |
findByCode(String code)
Returns the shopping coupon where code = ? or throws a NoSuchCouponException if it could not be found. |
ShoppingCoupon |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first shopping coupon in the ordered set where groupId = ?. |
ShoppingCoupon |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last shopping coupon in the ordered set where groupId = ?. |
ShoppingCoupon[] |
findByGroupId_PrevAndNext(long couponId,
long groupId,
OrderByComparator orderByComparator)
Returns the shopping coupons before and after the current shopping coupon in the ordered set where groupId = ?. |
List<ShoppingCoupon> |
findByGroupId(long groupId)
Returns all the shopping coupons where groupId = ?. |
List<ShoppingCoupon> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the shopping coupons where groupId = ?. |
List<ShoppingCoupon> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping coupons where groupId = ?. |
ShoppingCoupon |
findByPrimaryKey(long couponId)
Returns the shopping coupon with the primary key or throws a NoSuchCouponException if it could not be found. |
ShoppingCoupon |
findByPrimaryKey(Serializable primaryKey)
Returns the shopping coupon with the primary key or throws a NoSuchModelException if it could not be found. |
protected ShoppingCoupon |
getByGroupId_PrevAndNext(Session session,
ShoppingCoupon shoppingCoupon,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
ShoppingCoupon |
remove(long couponId)
Removes the shopping coupon with the primary key from the database. |
ShoppingCoupon |
remove(Serializable primaryKey)
Removes the shopping coupon with the primary key from the database. |
ShoppingCoupon |
remove(ShoppingCoupon shoppingCoupon)
Removes the shopping coupon from the database. |
void |
removeAll()
Removes all the shopping coupons from the database. |
void |
removeByCode(String code)
Removes the shopping coupon where code = ? from the database. |
void |
removeByGroupId(long groupId)
Removes all the shopping coupons where groupId = ? from the database. |
protected ShoppingCoupon |
removeImpl(ShoppingCoupon shoppingCoupon)
Removes the model instance from the database. |
protected ShoppingCoupon |
toUnwrappedModel(ShoppingCoupon shoppingCoupon)
|
ShoppingCoupon |
updateImpl(ShoppingCoupon shoppingCoupon,
boolean merge)
Updates the model instance in the database or adds it if it does not yet exist. |
| Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
appendOrderByComparator, closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDB, getDialect, getListeners, openNewSession, openSession, processException, registerListener, setDataSource, setSessionFactory, unregisterListener, update, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, openSession, processException, registerListener, setDataSource, unregisterListener, update, update |
| Field Detail |
|---|
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_GROUPID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID
public static final FinderPath FINDER_PATH_COUNT_BY_GROUPID
public static final FinderPath FINDER_PATH_FETCH_BY_CODE
public static final FinderPath FINDER_PATH_COUNT_BY_CODE
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_COUNT_ALL
@BeanReference(type=ShoppingCartPersistence.class) protected ShoppingCartPersistence shoppingCartPersistence
@BeanReference(type=ShoppingCategoryPersistence.class) protected ShoppingCategoryPersistence shoppingCategoryPersistence
@BeanReference(type=ShoppingCouponPersistence.class) protected ShoppingCouponPersistence shoppingCouponPersistence
@BeanReference(type=ShoppingItemPersistence.class) protected ShoppingItemPersistence shoppingItemPersistence
@BeanReference(type=ShoppingItemFieldPersistence.class) protected ShoppingItemFieldPersistence shoppingItemFieldPersistence
@BeanReference(type=ShoppingItemPricePersistence.class) protected ShoppingItemPricePersistence shoppingItemPricePersistence
@BeanReference(type=ShoppingOrderPersistence.class) protected ShoppingOrderPersistence shoppingOrderPersistence
@BeanReference(type=ShoppingOrderItemPersistence.class) protected ShoppingOrderItemPersistence shoppingOrderItemPersistence
@BeanReference(type=ResourcePersistence.class) protected ResourcePersistence resourcePersistence
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
| Constructor Detail |
|---|
public ShoppingCouponPersistenceImpl()
| Method Detail |
|---|
public void cacheResult(ShoppingCoupon shoppingCoupon)
cacheResult in interface ShoppingCouponPersistenceshoppingCoupon - the shopping couponpublic void cacheResult(List<ShoppingCoupon> shoppingCoupons)
cacheResult in interface ShoppingCouponPersistenceshoppingCoupons - the shopping couponspublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<ShoppingCoupon>clearCache in class BasePersistenceImpl<ShoppingCoupon>public void clearCache(ShoppingCoupon shoppingCoupon)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<ShoppingCoupon>clearCache in class BasePersistenceImpl<ShoppingCoupon>shoppingCoupon - the instance of this model to clear the cache forpublic ShoppingCoupon create(long couponId)
create in interface ShoppingCouponPersistencecouponId - the primary key for the new shopping coupon
public ShoppingCoupon remove(Serializable primaryKey)
throws NoSuchModelException,
SystemException
remove in interface BasePersistence<ShoppingCoupon>remove in class BasePersistenceImpl<ShoppingCoupon>primaryKey - the primary key of the shopping coupon
NoSuchModelException - if a shopping coupon with the primary key could not be found
SystemException - if a system exception occurred
public ShoppingCoupon remove(long couponId)
throws NoSuchCouponException,
SystemException
remove in interface ShoppingCouponPersistencecouponId - the primary key of the shopping coupon
NoSuchCouponException - if a shopping coupon with the primary key could not be found
SystemException - if a system exception occurred
public ShoppingCoupon remove(ShoppingCoupon shoppingCoupon)
throws SystemException
remove in interface BasePersistence<ShoppingCoupon>remove in interface ShoppingCouponPersistenceremove in class BasePersistenceImpl<ShoppingCoupon>shoppingCoupon - the shopping coupon
SystemException - if a system exception occurred
protected ShoppingCoupon removeImpl(ShoppingCoupon shoppingCoupon)
throws SystemException
BasePersistenceImplBasePersistenceImpl.update(BaseModel,
boolean) depends on this method to implement the remove operation; it
only notifies the model listeners.
removeImpl in class BasePersistenceImpl<ShoppingCoupon>shoppingCoupon - the model instance to remove
SystemException - if a system exception occurred
public ShoppingCoupon updateImpl(ShoppingCoupon shoppingCoupon,
boolean merge)
throws SystemException
BasePersistenceImplBasePersistenceImpl.remove(BaseModel) depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl in interface ShoppingCouponPersistenceupdateImpl in class BasePersistenceImpl<ShoppingCoupon>shoppingCoupon - the model instance to updatemerge - whether to merge the model instance with the current
session. See BatchSession.update(
com.liferay.portal.kernel.dao.orm.Session, BaseModel, boolean)
for an explanation.
SystemException - if a system exception occurredprotected ShoppingCoupon toUnwrappedModel(ShoppingCoupon shoppingCoupon)
public ShoppingCoupon findByPrimaryKey(Serializable primaryKey)
throws NoSuchModelException,
SystemException
NoSuchModelException if it could not be found.
findByPrimaryKey in interface BasePersistence<ShoppingCoupon>findByPrimaryKey in class BasePersistenceImpl<ShoppingCoupon>primaryKey - the primary key of the shopping coupon
NoSuchModelException - if a shopping coupon with the primary key could not be found
SystemException - if a system exception occurred
public ShoppingCoupon findByPrimaryKey(long couponId)
throws NoSuchCouponException,
SystemException
NoSuchCouponException if it could not be found.
findByPrimaryKey in interface ShoppingCouponPersistencecouponId - the primary key of the shopping coupon
NoSuchCouponException - if a shopping coupon with the primary key could not be found
SystemException - if a system exception occurred
public ShoppingCoupon fetchByPrimaryKey(Serializable primaryKey)
throws SystemException
null if it could not be found.
fetchByPrimaryKey in interface BasePersistence<ShoppingCoupon>fetchByPrimaryKey in class BasePersistenceImpl<ShoppingCoupon>primaryKey - the primary key of the shopping coupon
null if a shopping coupon with the primary key could not be found
SystemException - if a system exception occurred
public ShoppingCoupon fetchByPrimaryKey(long couponId)
throws SystemException
null if it could not be found.
fetchByPrimaryKey in interface ShoppingCouponPersistencecouponId - the primary key of the shopping coupon
null if a shopping coupon with the primary key could not be found
SystemException - if a system exception occurred
public List<ShoppingCoupon> findByGroupId(long groupId)
throws SystemException
findByGroupId in interface ShoppingCouponPersistencegroupId - the group ID
SystemException - if a system exception occurred
public List<ShoppingCoupon> findByGroupId(long groupId,
int start,
int end)
throws SystemException
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.
findByGroupId in interface ShoppingCouponPersistencegroupId - the group IDstart - the lower bound of the range of shopping couponsend - the upper bound of the range of shopping coupons (not inclusive)
SystemException - if a system exception occurred
public List<ShoppingCoupon> findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
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.
findByGroupId in interface ShoppingCouponPersistencegroupId - the group IDstart - the lower bound of the range of shopping couponsend - the upper bound of the range of shopping coupons (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public ShoppingCoupon findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
throws NoSuchCouponException,
SystemException
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.
findByGroupId_First in interface ShoppingCouponPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchCouponException - if a matching shopping coupon could not be found
SystemException - if a system exception occurred
public ShoppingCoupon findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
throws NoSuchCouponException,
SystemException
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.
findByGroupId_Last in interface ShoppingCouponPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchCouponException - if a matching shopping coupon could not be found
SystemException - if a system exception occurred
public ShoppingCoupon[] findByGroupId_PrevAndNext(long couponId,
long groupId,
OrderByComparator orderByComparator)
throws NoSuchCouponException,
SystemException
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.
findByGroupId_PrevAndNext in interface ShoppingCouponPersistencecouponId - the primary key of the current shopping coupongroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchCouponException - if a shopping coupon with the primary key could not be found
SystemException - if a system exception occurred
protected ShoppingCoupon getByGroupId_PrevAndNext(Session session,
ShoppingCoupon shoppingCoupon,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
public ShoppingCoupon findByCode(String code)
throws NoSuchCouponException,
SystemException
NoSuchCouponException if it could not be found.
findByCode in interface ShoppingCouponPersistencecode - the code
NoSuchCouponException - if a matching shopping coupon could not be found
SystemException - if a system exception occurred
public ShoppingCoupon fetchByCode(String code)
throws SystemException
null if it could not be found. Uses the finder cache.
fetchByCode in interface ShoppingCouponPersistencecode - the code
null if a matching shopping coupon could not be found
SystemException - if a system exception occurred
public ShoppingCoupon fetchByCode(String code,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
fetchByCode in interface ShoppingCouponPersistencecode - the coderetrieveFromCache - whether to use the finder cache
null if a matching shopping coupon could not be found
SystemException - if a system exception occurred
public List<ShoppingCoupon> findAll()
throws SystemException
findAll in interface ShoppingCouponPersistenceSystemException - if a system exception occurred
public List<ShoppingCoupon> findAll(int start,
int end)
throws SystemException
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.
findAll in interface ShoppingCouponPersistencestart - the lower bound of the range of shopping couponsend - the upper bound of the range of shopping coupons (not inclusive)
SystemException - if a system exception occurred
public List<ShoppingCoupon> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
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.
findAll in interface ShoppingCouponPersistencestart - the lower bound of the range of shopping couponsend - the upper bound of the range of shopping coupons (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public void removeByGroupId(long groupId)
throws SystemException
removeByGroupId in interface ShoppingCouponPersistencegroupId - the group ID
SystemException - if a system exception occurred
public void removeByCode(String code)
throws NoSuchCouponException,
SystemException
removeByCode in interface ShoppingCouponPersistencecode - the code
SystemException - if a system exception occurred
NoSuchCouponException
public void removeAll()
throws SystemException
removeAll in interface ShoppingCouponPersistenceSystemException - if a system exception occurred
public int countByGroupId(long groupId)
throws SystemException
countByGroupId in interface ShoppingCouponPersistencegroupId - the group ID
SystemException - if a system exception occurred
public int countByCode(String code)
throws SystemException
countByCode in interface ShoppingCouponPersistencecode - the code
SystemException - if a system exception occurred
public int countAll()
throws SystemException
countAll in interface ShoppingCouponPersistenceSystemException - if a system exception occurredpublic void afterPropertiesSet()
public void destroy()
|
Liferay 6.1.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||