|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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. |
protected void |
cacheUniqueFindersCache(ShoppingCoupon shoppingCoupon)
|
void |
clearCache()
Clears the cache for all shopping coupons. |
void |
clearCache(List<ShoppingCoupon> shoppingCoupons)
Clears the cache for a List instances of this model. |
void |
clearCache(ShoppingCoupon shoppingCoupon)
Clears the cache for the shopping coupon. |
protected void |
clearUniqueFindersCache(ShoppingCoupon shoppingCoupon)
|
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 |
fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first shopping coupon in the ordered set where groupId = ?. |
ShoppingCoupon |
fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last shopping coupon in the ordered set where groupId = ?. |
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 Set<String> |
getBadColumnNames()
|
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. |
void |
removeAll()
Removes all the shopping coupons from the database. |
ShoppingCoupon |
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)
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, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl |
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, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, 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_ALL
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_COUNT_ALL
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
Constructor Detail |
---|
public ShoppingCouponPersistenceImpl()
Method Detail |
---|
public List<ShoppingCoupon> findByGroupId(long groupId) throws SystemException
findByGroupId
in interface ShoppingCouponPersistence
groupId
- the group ID
SystemException
- if a system exception occurredpublic 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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from ShoppingCouponModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByGroupId
in interface ShoppingCouponPersistence
groupId
- 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 occurredpublic 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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from ShoppingCouponModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByGroupId
in interface ShoppingCouponPersistence
groupId
- 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 occurredpublic ShoppingCoupon findByGroupId_First(long groupId, OrderByComparator orderByComparator) throws NoSuchCouponException, SystemException
findByGroupId_First
in interface ShoppingCouponPersistence
groupId
- 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 occurredpublic ShoppingCoupon fetchByGroupId_First(long groupId, OrderByComparator orderByComparator) throws SystemException
fetchByGroupId_First
in interface ShoppingCouponPersistence
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching shopping coupon could not be found
SystemException
- if a system exception occurredpublic ShoppingCoupon findByGroupId_Last(long groupId, OrderByComparator orderByComparator) throws NoSuchCouponException, SystemException
findByGroupId_Last
in interface ShoppingCouponPersistence
groupId
- 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 occurredpublic ShoppingCoupon fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator) throws SystemException
fetchByGroupId_Last
in interface ShoppingCouponPersistence
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching shopping coupon could not be found
SystemException
- if a system exception occurredpublic ShoppingCoupon[] findByGroupId_PrevAndNext(long couponId, long groupId, OrderByComparator orderByComparator) throws NoSuchCouponException, SystemException
findByGroupId_PrevAndNext
in interface ShoppingCouponPersistence
couponId
- 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 occurredprotected ShoppingCoupon getByGroupId_PrevAndNext(Session session, ShoppingCoupon shoppingCoupon, long groupId, OrderByComparator orderByComparator, boolean previous)
public void removeByGroupId(long groupId) throws SystemException
removeByGroupId
in interface ShoppingCouponPersistence
groupId
- the group ID
SystemException
- if a system exception occurredpublic int countByGroupId(long groupId) throws SystemException
countByGroupId
in interface ShoppingCouponPersistence
groupId
- the group ID
SystemException
- if a system exception occurredpublic ShoppingCoupon findByCode(String code) throws NoSuchCouponException, SystemException
NoSuchCouponException
if it could not be found.
findByCode
in interface ShoppingCouponPersistence
code
- the code
NoSuchCouponException
- if a matching shopping coupon could not be found
SystemException
- if a system exception occurredpublic ShoppingCoupon fetchByCode(String code) throws SystemException
null
if it could not be found. Uses the finder cache.
fetchByCode
in interface ShoppingCouponPersistence
code
- the code
null
if a matching shopping coupon could not be found
SystemException
- if a system exception occurredpublic ShoppingCoupon fetchByCode(String code, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
fetchByCode
in interface ShoppingCouponPersistence
code
- the coderetrieveFromCache
- whether to use the finder cache
null
if a matching shopping coupon could not be found
SystemException
- if a system exception occurredpublic ShoppingCoupon removeByCode(String code) throws NoSuchCouponException, SystemException
removeByCode
in interface ShoppingCouponPersistence
code
- the code
SystemException
- if a system exception occurred
NoSuchCouponException
public int countByCode(String code) throws SystemException
countByCode
in interface ShoppingCouponPersistence
code
- the code
SystemException
- if a system exception occurredpublic void cacheResult(ShoppingCoupon shoppingCoupon)
cacheResult
in interface ShoppingCouponPersistence
shoppingCoupon
- the shopping couponpublic void cacheResult(List<ShoppingCoupon> shoppingCoupons)
cacheResult
in interface ShoppingCouponPersistence
shoppingCoupons
- 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 void clearCache(List<ShoppingCoupon> shoppingCoupons)
BasePersistence
The EntityCache
and FinderCache
are both cleared by this
method.
clearCache
in interface BasePersistence<ShoppingCoupon>
clearCache
in class BasePersistenceImpl<ShoppingCoupon>
shoppingCoupons
- the List instances of this model to clear the cache forprotected void cacheUniqueFindersCache(ShoppingCoupon shoppingCoupon)
protected void clearUniqueFindersCache(ShoppingCoupon shoppingCoupon)
public ShoppingCoupon create(long couponId)
create
in interface ShoppingCouponPersistence
couponId
- the primary key for the new shopping coupon
public ShoppingCoupon remove(long couponId) throws NoSuchCouponException, SystemException
remove
in interface ShoppingCouponPersistence
couponId
- 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 occurredpublic ShoppingCoupon remove(Serializable primaryKey) throws NoSuchCouponException, SystemException
remove
in interface BasePersistence<ShoppingCoupon>
remove
in class BasePersistenceImpl<ShoppingCoupon>
primaryKey
- 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 occurredprotected ShoppingCoupon removeImpl(ShoppingCoupon shoppingCoupon) throws SystemException
BasePersistenceImpl
BasePersistenceImpl.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 occurredpublic ShoppingCoupon updateImpl(ShoppingCoupon shoppingCoupon) throws SystemException
BasePersistenceImpl
BasePersistenceImpl.remove(BaseModel)
depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl
in interface ShoppingCouponPersistence
updateImpl
in class BasePersistenceImpl<ShoppingCoupon>
shoppingCoupon
- the model instance to update
SystemException
- if a system exception occurredprotected ShoppingCoupon toUnwrappedModel(ShoppingCoupon shoppingCoupon)
public ShoppingCoupon findByPrimaryKey(Serializable primaryKey) throws NoSuchCouponException, 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
NoSuchCouponException
- if a shopping coupon with the primary key could not be found
SystemException
- if a system exception occurredpublic ShoppingCoupon findByPrimaryKey(long couponId) throws NoSuchCouponException, SystemException
NoSuchCouponException
if it could not be found.
findByPrimaryKey
in interface ShoppingCouponPersistence
couponId
- 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 occurredpublic 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 occurredpublic ShoppingCoupon fetchByPrimaryKey(long couponId) throws SystemException
null
if it could not be found.
fetchByPrimaryKey
in interface ShoppingCouponPersistence
couponId
- 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 occurredpublic List<ShoppingCoupon> findAll() throws SystemException
findAll
in interface ShoppingCouponPersistence
SystemException
- if a system exception occurredpublic 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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from ShoppingCouponModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll
in interface ShoppingCouponPersistence
start
- 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 occurredpublic 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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from ShoppingCouponModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll
in interface ShoppingCouponPersistence
start
- 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 occurredpublic void removeAll() throws SystemException
removeAll
in interface ShoppingCouponPersistence
SystemException
- if a system exception occurredpublic int countAll() throws SystemException
countAll
in interface ShoppingCouponPersistence
SystemException
- if a system exception occurredprotected Set<String> getBadColumnNames()
getBadColumnNames
in class BasePersistenceImpl<ShoppingCoupon>
public void afterPropertiesSet()
public void destroy()
|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |