|
Liferay 6.0.5 | |||||||||
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<ShoppingCart> com.liferay.portlet.shopping.service.persistence.ShoppingCartPersistenceImpl
public class ShoppingCartPersistenceImpl
The persistence implementation for the shopping cart service.
Never modify or reference this class directly. Always use ShoppingCartUtil
to access the shopping cart persistence. Modify service.xml
and rerun ServiceBuilder to regenerate this class.
Caching information and settings can be found in portal.properties
ShoppingCartPersistence
,
ShoppingCartUtil
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
---|
COUNT_COLUMN_NAME, 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 | |
---|---|
ShoppingCartPersistenceImpl()
|
Method Summary | |
---|---|
void |
afterPropertiesSet()
Initializes the shopping cart persistence. |
void |
cacheResult(List<ShoppingCart> shoppingCarts)
Caches the shopping carts in the entity cache if it is enabled. |
void |
cacheResult(ShoppingCart shoppingCart)
Caches the shopping cart in the entity cache if it is enabled. |
void |
clearCache()
Clears the cache for all shopping carts. |
void |
clearCache(ShoppingCart shoppingCart)
Clears the cache for the shopping cart. |
int |
countAll()
Counts all the shopping carts. |
int |
countByG_U(long groupId,
long userId)
Counts all the shopping carts where groupId = ? and userId = ?. |
int |
countByGroupId(long groupId)
Counts all the shopping carts where groupId = ?. |
int |
countByUserId(long userId)
Counts all the shopping carts where userId = ?. |
ShoppingCart |
create(long cartId)
Creates a new shopping cart with the primary key. |
ShoppingCart |
fetchByG_U(long groupId,
long userId)
Finds the shopping cart where groupId = ? and userId = ? or returns null if it could not be found. |
ShoppingCart |
fetchByG_U(long groupId,
long userId,
boolean retrieveFromCache)
Finds the shopping cart where groupId = ? and userId = ? or returns null if it could not be found, optionally using the finder cache. |
ShoppingCart |
fetchByPrimaryKey(long cartId)
Finds the shopping cart with the primary key or returns null if it could not be found. |
ShoppingCart |
fetchByPrimaryKey(Serializable primaryKey)
Finds the shopping cart with the primary key or returns null if it could not be found. |
List<ShoppingCart> |
findAll()
Finds all the shopping carts. |
List<ShoppingCart> |
findAll(int start,
int end)
Finds a range of all the shopping carts. |
List<ShoppingCart> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the shopping carts. |
ShoppingCart |
findByG_U(long groupId,
long userId)
Finds the shopping cart where groupId = ? and userId = ? or throws a NoSuchCartException if it could not be found. |
ShoppingCart |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first shopping cart in the ordered set where groupId = ?. |
ShoppingCart |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last shopping cart in the ordered set where groupId = ?. |
ShoppingCart[] |
findByGroupId_PrevAndNext(long cartId,
long groupId,
OrderByComparator orderByComparator)
Finds the shopping carts before and after the current shopping cart in the ordered set where groupId = ?. |
List<ShoppingCart> |
findByGroupId(long groupId)
Finds all the shopping carts where groupId = ?. |
List<ShoppingCart> |
findByGroupId(long groupId,
int start,
int end)
Finds a range of all the shopping carts where groupId = ?. |
List<ShoppingCart> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the shopping carts where groupId = ?. |
ShoppingCart |
findByPrimaryKey(long cartId)
Finds the shopping cart with the primary key or throws a NoSuchCartException if it could not be found. |
ShoppingCart |
findByPrimaryKey(Serializable primaryKey)
Finds the shopping cart with the primary key or throws a NoSuchModelException if it could not be found. |
ShoppingCart |
findByUserId_First(long userId,
OrderByComparator orderByComparator)
Finds the first shopping cart in the ordered set where userId = ?. |
ShoppingCart |
findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Finds the last shopping cart in the ordered set where userId = ?. |
ShoppingCart[] |
findByUserId_PrevAndNext(long cartId,
long userId,
OrderByComparator orderByComparator)
Finds the shopping carts before and after the current shopping cart in the ordered set where userId = ?. |
List<ShoppingCart> |
findByUserId(long userId)
Finds all the shopping carts where userId = ?. |
List<ShoppingCart> |
findByUserId(long userId,
int start,
int end)
Finds a range of all the shopping carts where userId = ?. |
List<ShoppingCart> |
findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the shopping carts where userId = ?. |
protected ShoppingCart |
getByGroupId_PrevAndNext(Session session,
ShoppingCart shoppingCart,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
protected ShoppingCart |
getByUserId_PrevAndNext(Session session,
ShoppingCart shoppingCart,
long userId,
OrderByComparator orderByComparator,
boolean previous)
|
ShoppingCart |
remove(long cartId)
Removes the shopping cart with the primary key from the database. |
ShoppingCart |
remove(Serializable primaryKey)
Removes the shopping cart with the primary key from the database. |
void |
removeAll()
Removes all the shopping carts from the database. |
void |
removeByG_U(long groupId,
long userId)
Removes the shopping cart where groupId = ? and userId = ? from the database. |
void |
removeByGroupId(long groupId)
Removes all the shopping carts where groupId = ? from the database. |
void |
removeByUserId(long userId)
Removes all the shopping carts where userId = ? from the database. |
protected ShoppingCart |
removeImpl(ShoppingCart shoppingCart)
Removes the model instance from the database. |
protected ShoppingCart |
toUnwrappedModel(ShoppingCart shoppingCart)
|
ShoppingCart |
updateImpl(ShoppingCart shoppingCart,
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, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, 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 |
---|
countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, setDataSource, unregisterListener, update, update |
Field Detail |
---|
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST
public static final FinderPath FINDER_PATH_FIND_BY_GROUPID
public static final FinderPath FINDER_PATH_COUNT_BY_GROUPID
public static final FinderPath FINDER_PATH_FIND_BY_USERID
public static final FinderPath FINDER_PATH_COUNT_BY_USERID
public static final FinderPath FINDER_PATH_FETCH_BY_G_U
public static final FinderPath FINDER_PATH_COUNT_BY_G_U
public static final FinderPath FINDER_PATH_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 ShoppingCartPersistenceImpl()
Method Detail |
---|
public void cacheResult(ShoppingCart shoppingCart)
cacheResult
in interface ShoppingCartPersistence
shoppingCart
- the shopping cart to cachepublic void cacheResult(List<ShoppingCart> shoppingCarts)
cacheResult
in interface ShoppingCartPersistence
shoppingCarts
- the shopping carts to cachepublic void clearCache()
The EntityCache
and FinderCache
are both cleared by this method.
clearCache
in interface BasePersistence<ShoppingCart>
clearCache
in class BasePersistenceImpl<ShoppingCart>
public void clearCache(ShoppingCart shoppingCart)
The EntityCache
and FinderCache
are both cleared by this method.
clearCache
in interface BasePersistence<ShoppingCart>
clearCache
in class BasePersistenceImpl<ShoppingCart>
shoppingCart
- the instance of this model to clear the cache forpublic ShoppingCart create(long cartId)
create
in interface ShoppingCartPersistence
cartId
- the primary key for the new shopping cart
public ShoppingCart remove(Serializable primaryKey) throws NoSuchModelException, SystemException
remove
in interface BasePersistence<ShoppingCart>
remove
in class BasePersistenceImpl<ShoppingCart>
primaryKey
- the primary key of the shopping cart to remove
NoSuchModelException
- if a shopping cart with the primary key could not be found
SystemException
- if a system exception occurredpublic ShoppingCart remove(long cartId) throws NoSuchCartException, SystemException
remove
in interface ShoppingCartPersistence
cartId
- the primary key of the shopping cart to remove
NoSuchCartException
- if a shopping cart with the primary key could not be found
SystemException
- if a system exception occurredprotected ShoppingCart removeImpl(ShoppingCart shoppingCart) 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<ShoppingCart>
shoppingCart
- the model instance to remove
SystemException
- if a system exception occurredpublic ShoppingCart updateImpl(ShoppingCart shoppingCart, boolean merge) throws SystemException
BasePersistenceImpl
BasePersistenceImpl.remove(BaseModel)
depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl
in interface ShoppingCartPersistence
updateImpl
in class BasePersistenceImpl<ShoppingCart>
shoppingCart
- 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 ShoppingCart toUnwrappedModel(ShoppingCart shoppingCart)
public ShoppingCart findByPrimaryKey(Serializable primaryKey) throws NoSuchModelException, SystemException
NoSuchModelException
if it could not be found.
findByPrimaryKey
in interface BasePersistence<ShoppingCart>
findByPrimaryKey
in class BasePersistenceImpl<ShoppingCart>
primaryKey
- the primary key of the shopping cart to find
NoSuchModelException
- if a shopping cart with the primary key could not be found
SystemException
- if a system exception occurredpublic ShoppingCart findByPrimaryKey(long cartId) throws NoSuchCartException, SystemException
NoSuchCartException
if it could not be found.
findByPrimaryKey
in interface ShoppingCartPersistence
cartId
- the primary key of the shopping cart to find
NoSuchCartException
- if a shopping cart with the primary key could not be found
SystemException
- if a system exception occurredpublic ShoppingCart fetchByPrimaryKey(Serializable primaryKey) throws SystemException
null
if it could not be found.
fetchByPrimaryKey
in interface BasePersistence<ShoppingCart>
fetchByPrimaryKey
in class BasePersistenceImpl<ShoppingCart>
primaryKey
- the primary key of the shopping cart to find
null
if a shopping cart with the primary key could not be found
SystemException
- if a system exception occurredpublic ShoppingCart fetchByPrimaryKey(long cartId) throws SystemException
null
if it could not be found.
fetchByPrimaryKey
in interface ShoppingCartPersistence
cartId
- the primary key of the shopping cart to find
null
if a shopping cart with the primary key could not be found
SystemException
- if a system exception occurredpublic List<ShoppingCart> findByGroupId(long groupId) throws SystemException
findByGroupId
in interface ShoppingCartPersistence
groupId
- the group id to search with
SystemException
- if a system exception occurredpublic List<ShoppingCart> 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 ShoppingCartPersistence
groupId
- the group id to search withstart
- the lower bound of the range of shopping carts to returnend
- the upper bound of the range of shopping carts to return (not inclusive)
SystemException
- if a system exception occurredpublic List<ShoppingCart> 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 ShoppingCartPersistence
groupId
- the group id to search withstart
- the lower bound of the range of shopping carts to returnend
- the upper bound of the range of shopping carts to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic ShoppingCart findByGroupId_First(long groupId, OrderByComparator orderByComparator) throws NoSuchCartException, 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 ShoppingCartPersistence
groupId
- the group id to search withorderByComparator
- the comparator to order the set by
NoSuchCartException
- if a matching shopping cart could not be found
SystemException
- if a system exception occurredpublic ShoppingCart findByGroupId_Last(long groupId, OrderByComparator orderByComparator) throws NoSuchCartException, 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 ShoppingCartPersistence
groupId
- the group id to search withorderByComparator
- the comparator to order the set by
NoSuchCartException
- if a matching shopping cart could not be found
SystemException
- if a system exception occurredpublic ShoppingCart[] findByGroupId_PrevAndNext(long cartId, long groupId, OrderByComparator orderByComparator) throws NoSuchCartException, 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 ShoppingCartPersistence
cartId
- the primary key of the current shopping cartgroupId
- the group id to search withorderByComparator
- the comparator to order the set by
NoSuchCartException
- if a shopping cart with the primary key could not be found
SystemException
- if a system exception occurredprotected ShoppingCart getByGroupId_PrevAndNext(Session session, ShoppingCart shoppingCart, long groupId, OrderByComparator orderByComparator, boolean previous)
public List<ShoppingCart> findByUserId(long userId) throws SystemException
findByUserId
in interface ShoppingCartPersistence
userId
- the user id to search with
SystemException
- if a system exception occurredpublic List<ShoppingCart> findByUserId(long userId, 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.
findByUserId
in interface ShoppingCartPersistence
userId
- the user id to search withstart
- the lower bound of the range of shopping carts to returnend
- the upper bound of the range of shopping carts to return (not inclusive)
SystemException
- if a system exception occurredpublic List<ShoppingCart> findByUserId(long userId, 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.
findByUserId
in interface ShoppingCartPersistence
userId
- the user id to search withstart
- the lower bound of the range of shopping carts to returnend
- the upper bound of the range of shopping carts to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic ShoppingCart findByUserId_First(long userId, OrderByComparator orderByComparator) throws NoSuchCartException, 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.
findByUserId_First
in interface ShoppingCartPersistence
userId
- the user id to search withorderByComparator
- the comparator to order the set by
NoSuchCartException
- if a matching shopping cart could not be found
SystemException
- if a system exception occurredpublic ShoppingCart findByUserId_Last(long userId, OrderByComparator orderByComparator) throws NoSuchCartException, 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.
findByUserId_Last
in interface ShoppingCartPersistence
userId
- the user id to search withorderByComparator
- the comparator to order the set by
NoSuchCartException
- if a matching shopping cart could not be found
SystemException
- if a system exception occurredpublic ShoppingCart[] findByUserId_PrevAndNext(long cartId, long userId, OrderByComparator orderByComparator) throws NoSuchCartException, 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.
findByUserId_PrevAndNext
in interface ShoppingCartPersistence
cartId
- the primary key of the current shopping cartuserId
- the user id to search withorderByComparator
- the comparator to order the set by
NoSuchCartException
- if a shopping cart with the primary key could not be found
SystemException
- if a system exception occurredprotected ShoppingCart getByUserId_PrevAndNext(Session session, ShoppingCart shoppingCart, long userId, OrderByComparator orderByComparator, boolean previous)
public ShoppingCart findByG_U(long groupId, long userId) throws NoSuchCartException, SystemException
NoSuchCartException
if it could not be found.
findByG_U
in interface ShoppingCartPersistence
groupId
- the group id to search withuserId
- the user id to search with
NoSuchCartException
- if a matching shopping cart could not be found
SystemException
- if a system exception occurredpublic ShoppingCart fetchByG_U(long groupId, long userId) throws SystemException
null
if it could not be found. Uses the finder cache.
fetchByG_U
in interface ShoppingCartPersistence
groupId
- the group id to search withuserId
- the user id to search with
null
if a matching shopping cart could not be found
SystemException
- if a system exception occurredpublic ShoppingCart fetchByG_U(long groupId, long userId, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
fetchByG_U
in interface ShoppingCartPersistence
groupId
- the group id to search withuserId
- the user id to search with
null
if a matching shopping cart could not be found
SystemException
- if a system exception occurredpublic List<ShoppingCart> findAll() throws SystemException
findAll
in interface ShoppingCartPersistence
SystemException
- if a system exception occurredpublic List<ShoppingCart> 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 ShoppingCartPersistence
start
- the lower bound of the range of shopping carts to returnend
- the upper bound of the range of shopping carts to return (not inclusive)
SystemException
- if a system exception occurredpublic List<ShoppingCart> 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 ShoppingCartPersistence
start
- the lower bound of the range of shopping carts to returnend
- the upper bound of the range of shopping carts to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic void removeByGroupId(long groupId) throws SystemException
removeByGroupId
in interface ShoppingCartPersistence
groupId
- the group id to search with
SystemException
- if a system exception occurredpublic void removeByUserId(long userId) throws SystemException
removeByUserId
in interface ShoppingCartPersistence
userId
- the user id to search with
SystemException
- if a system exception occurredpublic void removeByG_U(long groupId, long userId) throws NoSuchCartException, SystemException
removeByG_U
in interface ShoppingCartPersistence
groupId
- the group id to search withuserId
- the user id to search with
SystemException
- if a system exception occurred
NoSuchCartException
public void removeAll() throws SystemException
removeAll
in interface ShoppingCartPersistence
SystemException
- if a system exception occurredpublic int countByGroupId(long groupId) throws SystemException
countByGroupId
in interface ShoppingCartPersistence
groupId
- the group id to search with
SystemException
- if a system exception occurredpublic int countByUserId(long userId) throws SystemException
countByUserId
in interface ShoppingCartPersistence
userId
- the user id to search with
SystemException
- if a system exception occurredpublic int countByG_U(long groupId, long userId) throws SystemException
countByG_U
in interface ShoppingCartPersistence
groupId
- the group id to search withuserId
- the user id to search with
SystemException
- if a system exception occurredpublic int countAll() throws SystemException
countAll
in interface ShoppingCartPersistence
SystemException
- if a system exception occurredpublic void afterPropertiesSet()
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |