Liferay 6.2-ce-ga5

com.liferay.portlet.shopping.service.persistence
Class ShoppingCategoryPersistenceImpl

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<ShoppingCategory>
      extended by com.liferay.portlet.shopping.service.persistence.ShoppingCategoryPersistenceImpl
All Implemented Interfaces:
SessionFactory, BasePersistence<ShoppingCategory>, ShoppingCategoryPersistence

public class ShoppingCategoryPersistenceImpl
extends BasePersistenceImpl<ShoppingCategory>
implements ShoppingCategoryPersistence

The persistence implementation for the shopping category service.

Caching information and settings can be found in portal.properties

See Also:
ShoppingCategoryPersistence, ShoppingCategoryUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
static String FINDER_CLASS_NAME_ENTITY
           
static String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
           
static String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
           
static FinderPath FINDER_PATH_COUNT_ALL
           
static FinderPath FINDER_PATH_COUNT_BY_G_N
           
static FinderPath FINDER_PATH_COUNT_BY_G_P
           
static FinderPath FINDER_PATH_COUNT_BY_GROUPID
           
static FinderPath FINDER_PATH_FETCH_BY_G_N
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_P
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_GROUPID
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_P
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID
           
 
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
ShoppingCategoryPersistenceImpl()
           
 
Method Summary
 void afterPropertiesSet()
          Initializes the shopping category persistence.
 void cacheResult(List<ShoppingCategory> shoppingCategories)
          Caches the shopping categories in the entity cache if it is enabled.
 void cacheResult(ShoppingCategory shoppingCategory)
          Caches the shopping category in the entity cache if it is enabled.
protected  void cacheUniqueFindersCache(ShoppingCategory shoppingCategory)
           
 void clearCache()
          Clears the cache for all shopping categories.
 void clearCache(List<ShoppingCategory> shoppingCategories)
          Clears the cache for a List instances of this model.
 void clearCache(ShoppingCategory shoppingCategory)
          Clears the cache for the shopping category.
protected  void clearUniqueFindersCache(ShoppingCategory shoppingCategory)
           
 int countAll()
          Returns the number of shopping categories.
 int countByG_N(long groupId, String name)
          Returns the number of shopping categories where groupId = ? and name = ?.
 int countByG_P(long groupId, long parentCategoryId)
          Returns the number of shopping categories where groupId = ? and parentCategoryId = ?.
 int countByGroupId(long groupId)
          Returns the number of shopping categories where groupId = ?.
 ShoppingCategory create(long categoryId)
          Creates a new shopping category with the primary key.
 void destroy()
           
 ShoppingCategory fetchByG_N(long groupId, String name)
          Returns the shopping category where groupId = ? and name = ? or returns null if it could not be found.
 ShoppingCategory fetchByG_N(long groupId, String name, boolean retrieveFromCache)
          Returns the shopping category where groupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
 ShoppingCategory fetchByG_P_First(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the first shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
 ShoppingCategory fetchByG_P_Last(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the last shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
 ShoppingCategory fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping category in the ordered set where groupId = ?.
 ShoppingCategory fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping category in the ordered set where groupId = ?.
 ShoppingCategory fetchByPrimaryKey(long categoryId)
          Returns the shopping category with the primary key or returns null if it could not be found.
 ShoppingCategory fetchByPrimaryKey(Serializable primaryKey)
          Returns the shopping category with the primary key or returns null if it could not be found.
 int filterCountByG_P(long groupId, long parentCategoryId)
          Returns the number of shopping categories that the user has permission to view where groupId = ? and parentCategoryId = ?.
 int filterCountByGroupId(long groupId)
          Returns the number of shopping categories that the user has permission to view where groupId = ?.
 ShoppingCategory[] filterFindByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the shopping categories before and after the current shopping category in the ordered set of shopping categories that the user has permission to view where groupId = ? and parentCategoryId = ?.
 List<ShoppingCategory> filterFindByG_P(long groupId, long parentCategoryId)
          Returns all the shopping categories that the user has permission to view where groupId = ? and parentCategoryId = ?.
 List<ShoppingCategory> filterFindByG_P(long groupId, long parentCategoryId, int start, int end)
          Returns a range of all the shopping categories that the user has permission to view where groupId = ? and parentCategoryId = ?.
 List<ShoppingCategory> filterFindByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping categories that the user has permissions to view where groupId = ? and parentCategoryId = ?.
 ShoppingCategory[] filterFindByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
          Returns the shopping categories before and after the current shopping category in the ordered set of shopping categories that the user has permission to view where groupId = ?.
 List<ShoppingCategory> filterFindByGroupId(long groupId)
          Returns all the shopping categories that the user has permission to view where groupId = ?.
 List<ShoppingCategory> filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the shopping categories that the user has permission to view where groupId = ?.
 List<ShoppingCategory> filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping categories that the user has permissions to view where groupId = ?.
protected  ShoppingCategory filterGetByG_P_PrevAndNext(Session session, ShoppingCategory shoppingCategory, long groupId, long parentCategoryId, OrderByComparator orderByComparator, boolean previous)
           
protected  ShoppingCategory filterGetByGroupId_PrevAndNext(Session session, ShoppingCategory shoppingCategory, long groupId, OrderByComparator orderByComparator, boolean previous)
           
 List<ShoppingCategory> findAll()
          Returns all the shopping categories.
 List<ShoppingCategory> findAll(int start, int end)
          Returns a range of all the shopping categories.
 List<ShoppingCategory> findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping categories.
 ShoppingCategory findByG_N(long groupId, String name)
          Returns the shopping category where groupId = ? and name = ? or throws a NoSuchCategoryException if it could not be found.
 ShoppingCategory findByG_P_First(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the first shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
 ShoppingCategory findByG_P_Last(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the last shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
 ShoppingCategory[] findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the shopping categories before and after the current shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
 List<ShoppingCategory> findByG_P(long groupId, long parentCategoryId)
          Returns all the shopping categories where groupId = ? and parentCategoryId = ?.
 List<ShoppingCategory> findByG_P(long groupId, long parentCategoryId, int start, int end)
          Returns a range of all the shopping categories where groupId = ? and parentCategoryId = ?.
 List<ShoppingCategory> findByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping categories where groupId = ? and parentCategoryId = ?.
 ShoppingCategory findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping category in the ordered set where groupId = ?.
 ShoppingCategory findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping category in the ordered set where groupId = ?.
 ShoppingCategory[] findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
          Returns the shopping categories before and after the current shopping category in the ordered set where groupId = ?.
 List<ShoppingCategory> findByGroupId(long groupId)
          Returns all the shopping categories where groupId = ?.
 List<ShoppingCategory> findByGroupId(long groupId, int start, int end)
          Returns a range of all the shopping categories where groupId = ?.
 List<ShoppingCategory> findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping categories where groupId = ?.
 ShoppingCategory findByPrimaryKey(long categoryId)
          Returns the shopping category with the primary key or throws a NoSuchCategoryException if it could not be found.
 ShoppingCategory findByPrimaryKey(Serializable primaryKey)
          Returns the shopping category with the primary key or throws a NoSuchModelException if it could not be found.
protected  ShoppingCategory getByG_P_PrevAndNext(Session session, ShoppingCategory shoppingCategory, long groupId, long parentCategoryId, OrderByComparator orderByComparator, boolean previous)
           
protected  ShoppingCategory getByGroupId_PrevAndNext(Session session, ShoppingCategory shoppingCategory, long groupId, OrderByComparator orderByComparator, boolean previous)
           
 ShoppingCategory remove(long categoryId)
          Removes the shopping category with the primary key from the database.
 ShoppingCategory remove(Serializable primaryKey)
          Removes the shopping category with the primary key from the database.
 void removeAll()
          Removes all the shopping categories from the database.
 ShoppingCategory removeByG_N(long groupId, String name)
          Removes the shopping category where groupId = ? and name = ? from the database.
 void removeByG_P(long groupId, long parentCategoryId)
          Removes all the shopping categories where groupId = ? and parentCategoryId = ? from the database.
 void removeByGroupId(long groupId)
          Removes all the shopping categories where groupId = ? from the database.
protected  ShoppingCategory removeImpl(ShoppingCategory shoppingCategory)
          Removes the model instance from the database.
protected  ShoppingCategory toUnwrappedModel(ShoppingCategory shoppingCategory)
           
 ShoppingCategory updateImpl(ShoppingCategory shoppingCategory)
          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, getBadColumnNames, 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

FINDER_CLASS_NAME_ENTITY

public static final String FINDER_CLASS_NAME_ENTITY

FINDER_CLASS_NAME_LIST_WITH_PAGINATION

public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION

FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION

public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION

FINDER_PATH_WITH_PAGINATION_FIND_ALL

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL

FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL

FINDER_PATH_COUNT_ALL

public static final FinderPath FINDER_PATH_COUNT_ALL

FINDER_PATH_WITH_PAGINATION_FIND_BY_GROUPID

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_GROUPID

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID

FINDER_PATH_COUNT_BY_GROUPID

public static final FinderPath FINDER_PATH_COUNT_BY_GROUPID

FINDER_PATH_WITH_PAGINATION_FIND_BY_G_P

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_P

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_P

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_P

FINDER_PATH_COUNT_BY_G_P

public static final FinderPath FINDER_PATH_COUNT_BY_G_P

FINDER_PATH_FETCH_BY_G_N

public static final FinderPath FINDER_PATH_FETCH_BY_G_N

FINDER_PATH_COUNT_BY_G_N

public static final FinderPath FINDER_PATH_COUNT_BY_G_N
Constructor Detail

ShoppingCategoryPersistenceImpl

public ShoppingCategoryPersistenceImpl()
Method Detail

findByGroupId

public List<ShoppingCategory> findByGroupId(long groupId)
                                     throws SystemException
Returns all the shopping categories where groupId = ?.

Specified by:
findByGroupId in interface ShoppingCategoryPersistence
Parameters:
groupId - the group ID
Returns:
the matching shopping categories
Throws:
SystemException - if a system exception occurred

findByGroupId

public List<ShoppingCategory> findByGroupId(long groupId,
                                            int start,
                                            int end)
                                     throws SystemException
Returns a range of all the shopping categories where groupId = ?.

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 ShoppingCategoryModelImpl. 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.

Specified by:
findByGroupId in interface ShoppingCategoryPersistence
Parameters:
groupId - the group ID
start - the lower bound of the range of shopping categories
end - the upper bound of the range of shopping categories (not inclusive)
Returns:
the range of matching shopping categories
Throws:
SystemException - if a system exception occurred

findByGroupId

public List<ShoppingCategory> findByGroupId(long groupId,
                                            int start,
                                            int end,
                                            OrderByComparator orderByComparator)
                                     throws SystemException
Returns an ordered range of all the shopping categories where groupId = ?.

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 ShoppingCategoryModelImpl. 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.

Specified by:
findByGroupId in interface ShoppingCategoryPersistence
Parameters:
groupId - the group ID
start - the lower bound of the range of shopping categories
end - the upper bound of the range of shopping categories (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching shopping categories
Throws:
SystemException - if a system exception occurred

findByGroupId_First

public ShoppingCategory findByGroupId_First(long groupId,
                                            OrderByComparator orderByComparator)
                                     throws NoSuchCategoryException,
                                            SystemException
Returns the first shopping category in the ordered set where groupId = ?.

Specified by:
findByGroupId_First in interface ShoppingCategoryPersistence
Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching shopping category
Throws:
NoSuchCategoryException - if a matching shopping category could not be found
SystemException - if a system exception occurred

fetchByGroupId_First

public ShoppingCategory fetchByGroupId_First(long groupId,
                                             OrderByComparator orderByComparator)
                                      throws SystemException
Returns the first shopping category in the ordered set where groupId = ?.

Specified by:
fetchByGroupId_First in interface ShoppingCategoryPersistence
Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching shopping category, or null if a matching shopping category could not be found
Throws:
SystemException - if a system exception occurred

findByGroupId_Last

public ShoppingCategory findByGroupId_Last(long groupId,
                                           OrderByComparator orderByComparator)
                                    throws NoSuchCategoryException,
                                           SystemException
Returns the last shopping category in the ordered set where groupId = ?.

Specified by:
findByGroupId_Last in interface ShoppingCategoryPersistence
Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching shopping category
Throws:
NoSuchCategoryException - if a matching shopping category could not be found
SystemException - if a system exception occurred

fetchByGroupId_Last

public ShoppingCategory fetchByGroupId_Last(long groupId,
                                            OrderByComparator orderByComparator)
                                     throws SystemException
Returns the last shopping category in the ordered set where groupId = ?.

Specified by:
fetchByGroupId_Last in interface ShoppingCategoryPersistence
Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching shopping category, or null if a matching shopping category could not be found
Throws:
SystemException - if a system exception occurred

findByGroupId_PrevAndNext

public ShoppingCategory[] findByGroupId_PrevAndNext(long categoryId,
                                                    long groupId,
                                                    OrderByComparator orderByComparator)
                                             throws NoSuchCategoryException,
                                                    SystemException
Returns the shopping categories before and after the current shopping category in the ordered set where groupId = ?.

Specified by:
findByGroupId_PrevAndNext in interface ShoppingCategoryPersistence
Parameters:
categoryId - the primary key of the current shopping category
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next shopping category
Throws:
NoSuchCategoryException - if a shopping category with the primary key could not be found
SystemException - if a system exception occurred

getByGroupId_PrevAndNext

protected ShoppingCategory getByGroupId_PrevAndNext(Session session,
                                                    ShoppingCategory shoppingCategory,
                                                    long groupId,
                                                    OrderByComparator orderByComparator,
                                                    boolean previous)

filterFindByGroupId

public List<ShoppingCategory> filterFindByGroupId(long groupId)
                                           throws SystemException
Returns all the shopping categories that the user has permission to view where groupId = ?.

Specified by:
filterFindByGroupId in interface ShoppingCategoryPersistence
Parameters:
groupId - the group ID
Returns:
the matching shopping categories that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByGroupId

public List<ShoppingCategory> filterFindByGroupId(long groupId,
                                                  int start,
                                                  int end)
                                           throws SystemException
Returns a range of all the shopping categories that the user has permission to view where groupId = ?.

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 ShoppingCategoryModelImpl. 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.

Specified by:
filterFindByGroupId in interface ShoppingCategoryPersistence
Parameters:
groupId - the group ID
start - the lower bound of the range of shopping categories
end - the upper bound of the range of shopping categories (not inclusive)
Returns:
the range of matching shopping categories that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByGroupId

public List<ShoppingCategory> filterFindByGroupId(long groupId,
                                                  int start,
                                                  int end,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException
Returns an ordered range of all the shopping categories that the user has permissions to view where groupId = ?.

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 ShoppingCategoryModelImpl. 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.

Specified by:
filterFindByGroupId in interface ShoppingCategoryPersistence
Parameters:
groupId - the group ID
start - the lower bound of the range of shopping categories
end - the upper bound of the range of shopping categories (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching shopping categories that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByGroupId_PrevAndNext

public ShoppingCategory[] filterFindByGroupId_PrevAndNext(long categoryId,
                                                          long groupId,
                                                          OrderByComparator orderByComparator)
                                                   throws NoSuchCategoryException,
                                                          SystemException
Returns the shopping categories before and after the current shopping category in the ordered set of shopping categories that the user has permission to view where groupId = ?.

Specified by:
filterFindByGroupId_PrevAndNext in interface ShoppingCategoryPersistence
Parameters:
categoryId - the primary key of the current shopping category
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next shopping category
Throws:
NoSuchCategoryException - if a shopping category with the primary key could not be found
SystemException - if a system exception occurred

filterGetByGroupId_PrevAndNext

protected ShoppingCategory filterGetByGroupId_PrevAndNext(Session session,
                                                          ShoppingCategory shoppingCategory,
                                                          long groupId,
                                                          OrderByComparator orderByComparator,
                                                          boolean previous)

removeByGroupId

public void removeByGroupId(long groupId)
                     throws SystemException
Removes all the shopping categories where groupId = ? from the database.

Specified by:
removeByGroupId in interface ShoppingCategoryPersistence
Parameters:
groupId - the group ID
Throws:
SystemException - if a system exception occurred

countByGroupId

public int countByGroupId(long groupId)
                   throws SystemException
Returns the number of shopping categories where groupId = ?.

Specified by:
countByGroupId in interface ShoppingCategoryPersistence
Parameters:
groupId - the group ID
Returns:
the number of matching shopping categories
Throws:
SystemException - if a system exception occurred

filterCountByGroupId

public int filterCountByGroupId(long groupId)
                         throws SystemException
Returns the number of shopping categories that the user has permission to view where groupId = ?.

Specified by:
filterCountByGroupId in interface ShoppingCategoryPersistence
Parameters:
groupId - the group ID
Returns:
the number of matching shopping categories that the user has permission to view
Throws:
SystemException - if a system exception occurred

findByG_P

public List<ShoppingCategory> findByG_P(long groupId,
                                        long parentCategoryId)
                                 throws SystemException
Returns all the shopping categories where groupId = ? and parentCategoryId = ?.

Specified by:
findByG_P in interface ShoppingCategoryPersistence
Parameters:
groupId - the group ID
parentCategoryId - the parent category ID
Returns:
the matching shopping categories
Throws:
SystemException - if a system exception occurred

findByG_P

public List<ShoppingCategory> findByG_P(long groupId,
                                        long parentCategoryId,
                                        int start,
                                        int end)
                                 throws SystemException
Returns a range of all the shopping categories where groupId = ? and parentCategoryId = ?.

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 ShoppingCategoryModelImpl. 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.

Specified by:
findByG_P in interface ShoppingCategoryPersistence
Parameters:
groupId - the group ID
parentCategoryId - the parent category ID
start - the lower bound of the range of shopping categories
end - the upper bound of the range of shopping categories (not inclusive)
Returns:
the range of matching shopping categories
Throws:
SystemException - if a system exception occurred

findByG_P

public List<ShoppingCategory> findByG_P(long groupId,
                                        long parentCategoryId,
                                        int start,
                                        int end,
                                        OrderByComparator orderByComparator)
                                 throws SystemException
Returns an ordered range of all the shopping categories where groupId = ? and parentCategoryId = ?.

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 ShoppingCategoryModelImpl. 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.

Specified by:
findByG_P in interface ShoppingCategoryPersistence
Parameters:
groupId - the group ID
parentCategoryId - the parent category ID
start - the lower bound of the range of shopping categories
end - the upper bound of the range of shopping categories (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching shopping categories
Throws:
SystemException - if a system exception occurred

findByG_P_First

public ShoppingCategory findByG_P_First(long groupId,
                                        long parentCategoryId,
                                        OrderByComparator orderByComparator)
                                 throws NoSuchCategoryException,
                                        SystemException
Returns the first shopping category in the ordered set where groupId = ? and parentCategoryId = ?.

Specified by:
findByG_P_First in interface ShoppingCategoryPersistence
Parameters:
groupId - the group ID
parentCategoryId - the parent category ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching shopping category
Throws:
NoSuchCategoryException - if a matching shopping category could not be found
SystemException - if a system exception occurred

fetchByG_P_First

public ShoppingCategory fetchByG_P_First(long groupId,
                                         long parentCategoryId,
                                         OrderByComparator orderByComparator)
                                  throws SystemException
Returns the first shopping category in the ordered set where groupId = ? and parentCategoryId = ?.

Specified by:
fetchByG_P_First in interface ShoppingCategoryPersistence
Parameters:
groupId - the group ID
parentCategoryId - the parent category ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching shopping category, or null if a matching shopping category could not be found
Throws:
SystemException - if a system exception occurred

findByG_P_Last

public ShoppingCategory findByG_P_Last(long groupId,
                                       long parentCategoryId,
                                       OrderByComparator orderByComparator)
                                throws NoSuchCategoryException,
                                       SystemException
Returns the last shopping category in the ordered set where groupId = ? and parentCategoryId = ?.

Specified by:
findByG_P_Last in interface ShoppingCategoryPersistence
Parameters:
groupId - the group ID
parentCategoryId - the parent category ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching shopping category
Throws:
NoSuchCategoryException - if a matching shopping category could not be found
SystemException - if a system exception occurred

fetchByG_P_Last

public ShoppingCategory fetchByG_P_Last(long groupId,
                                        long parentCategoryId,
                                        OrderByComparator orderByComparator)
                                 throws SystemException
Returns the last shopping category in the ordered set where groupId = ? and parentCategoryId = ?.

Specified by:
fetchByG_P_Last in interface ShoppingCategoryPersistence
Parameters:
groupId - the group ID
parentCategoryId - the parent category ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching shopping category, or null if a matching shopping category could not be found
Throws:
SystemException - if a system exception occurred

findByG_P_PrevAndNext

public ShoppingCategory[] findByG_P_PrevAndNext(long categoryId,
                                                long groupId,
                                                long parentCategoryId,
                                                OrderByComparator orderByComparator)
                                         throws NoSuchCategoryException,
                                                SystemException
Returns the shopping categories before and after the current shopping category in the ordered set where groupId = ? and parentCategoryId = ?.

Specified by:
findByG_P_PrevAndNext in interface ShoppingCategoryPersistence
Parameters:
categoryId - the primary key of the current shopping category
groupId - the group ID
parentCategoryId - the parent category ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next shopping category
Throws:
NoSuchCategoryException - if a shopping category with the primary key could not be found
SystemException - if a system exception occurred

getByG_P_PrevAndNext

protected ShoppingCategory getByG_P_PrevAndNext(Session session,
                                                ShoppingCategory shoppingCategory,
                                                long groupId,
                                                long parentCategoryId,
                                                OrderByComparator orderByComparator,
                                                boolean previous)

filterFindByG_P

public List<ShoppingCategory> filterFindByG_P(long groupId,
                                              long parentCategoryId)
                                       throws SystemException
Returns all the shopping categories that the user has permission to view where groupId = ? and parentCategoryId = ?.

Specified by:
filterFindByG_P in interface ShoppingCategoryPersistence
Parameters:
groupId - the group ID
parentCategoryId - the parent category ID
Returns:
the matching shopping categories that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_P

public List<ShoppingCategory> filterFindByG_P(long groupId,
                                              long parentCategoryId,
                                              int start,
                                              int end)
                                       throws SystemException
Returns a range of all the shopping categories that the user has permission to view where groupId = ? and parentCategoryId = ?.

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 ShoppingCategoryModelImpl. 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.

Specified by:
filterFindByG_P in interface ShoppingCategoryPersistence
Parameters:
groupId - the group ID
parentCategoryId - the parent category ID
start - the lower bound of the range of shopping categories
end - the upper bound of the range of shopping categories (not inclusive)
Returns:
the range of matching shopping categories that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_P

public List<ShoppingCategory> filterFindByG_P(long groupId,
                                              long parentCategoryId,
                                              int start,
                                              int end,
                                              OrderByComparator orderByComparator)
                                       throws SystemException
Returns an ordered range of all the shopping categories that the user has permissions to view where groupId = ? and parentCategoryId = ?.

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 ShoppingCategoryModelImpl. 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.

Specified by:
filterFindByG_P in interface ShoppingCategoryPersistence
Parameters:
groupId - the group ID
parentCategoryId - the parent category ID
start - the lower bound of the range of shopping categories
end - the upper bound of the range of shopping categories (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching shopping categories that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_P_PrevAndNext

public ShoppingCategory[] filterFindByG_P_PrevAndNext(long categoryId,
                                                      long groupId,
                                                      long parentCategoryId,
                                                      OrderByComparator orderByComparator)
                                               throws NoSuchCategoryException,
                                                      SystemException
Returns the shopping categories before and after the current shopping category in the ordered set of shopping categories that the user has permission to view where groupId = ? and parentCategoryId = ?.

Specified by:
filterFindByG_P_PrevAndNext in interface ShoppingCategoryPersistence
Parameters:
categoryId - the primary key of the current shopping category
groupId - the group ID
parentCategoryId - the parent category ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next shopping category
Throws:
NoSuchCategoryException - if a shopping category with the primary key could not be found
SystemException - if a system exception occurred

filterGetByG_P_PrevAndNext

protected ShoppingCategory filterGetByG_P_PrevAndNext(Session session,
                                                      ShoppingCategory shoppingCategory,
                                                      long groupId,
                                                      long parentCategoryId,
                                                      OrderByComparator orderByComparator,
                                                      boolean previous)

removeByG_P

public void removeByG_P(long groupId,
                        long parentCategoryId)
                 throws SystemException
Removes all the shopping categories where groupId = ? and parentCategoryId = ? from the database.

Specified by:
removeByG_P in interface ShoppingCategoryPersistence
Parameters:
groupId - the group ID
parentCategoryId - the parent category ID
Throws:
SystemException - if a system exception occurred

countByG_P

public int countByG_P(long groupId,
                      long parentCategoryId)
               throws SystemException
Returns the number of shopping categories where groupId = ? and parentCategoryId = ?.

Specified by:
countByG_P in interface ShoppingCategoryPersistence
Parameters:
groupId - the group ID
parentCategoryId - the parent category ID
Returns:
the number of matching shopping categories
Throws:
SystemException - if a system exception occurred

filterCountByG_P

public int filterCountByG_P(long groupId,
                            long parentCategoryId)
                     throws SystemException
Returns the number of shopping categories that the user has permission to view where groupId = ? and parentCategoryId = ?.

Specified by:
filterCountByG_P in interface ShoppingCategoryPersistence
Parameters:
groupId - the group ID
parentCategoryId - the parent category ID
Returns:
the number of matching shopping categories that the user has permission to view
Throws:
SystemException - if a system exception occurred

findByG_N

public ShoppingCategory findByG_N(long groupId,
                                  String name)
                           throws NoSuchCategoryException,
                                  SystemException
Returns the shopping category where groupId = ? and name = ? or throws a NoSuchCategoryException if it could not be found.

Specified by:
findByG_N in interface ShoppingCategoryPersistence
Parameters:
groupId - the group ID
name - the name
Returns:
the matching shopping category
Throws:
NoSuchCategoryException - if a matching shopping category could not be found
SystemException - if a system exception occurred

fetchByG_N

public ShoppingCategory fetchByG_N(long groupId,
                                   String name)
                            throws SystemException
Returns the shopping category where groupId = ? and name = ? or returns null if it could not be found. Uses the finder cache.

Specified by:
fetchByG_N in interface ShoppingCategoryPersistence
Parameters:
groupId - the group ID
name - the name
Returns:
the matching shopping category, or null if a matching shopping category could not be found
Throws:
SystemException - if a system exception occurred

fetchByG_N

public ShoppingCategory fetchByG_N(long groupId,
                                   String name,
                                   boolean retrieveFromCache)
                            throws SystemException
Returns the shopping category where groupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.

Specified by:
fetchByG_N in interface ShoppingCategoryPersistence
Parameters:
groupId - the group ID
name - the name
retrieveFromCache - whether to use the finder cache
Returns:
the matching shopping category, or null if a matching shopping category could not be found
Throws:
SystemException - if a system exception occurred

removeByG_N

public ShoppingCategory removeByG_N(long groupId,
                                    String name)
                             throws NoSuchCategoryException,
                                    SystemException
Removes the shopping category where groupId = ? and name = ? from the database.

Specified by:
removeByG_N in interface ShoppingCategoryPersistence
Parameters:
groupId - the group ID
name - the name
Returns:
the shopping category that was removed
Throws:
SystemException - if a system exception occurred
NoSuchCategoryException

countByG_N

public int countByG_N(long groupId,
                      String name)
               throws SystemException
Returns the number of shopping categories where groupId = ? and name = ?.

Specified by:
countByG_N in interface ShoppingCategoryPersistence
Parameters:
groupId - the group ID
name - the name
Returns:
the number of matching shopping categories
Throws:
SystemException - if a system exception occurred

cacheResult

public void cacheResult(ShoppingCategory shoppingCategory)
Caches the shopping category in the entity cache if it is enabled.

Specified by:
cacheResult in interface ShoppingCategoryPersistence
Parameters:
shoppingCategory - the shopping category

cacheResult

public void cacheResult(List<ShoppingCategory> shoppingCategories)
Caches the shopping categories in the entity cache if it is enabled.

Specified by:
cacheResult in interface ShoppingCategoryPersistence
Parameters:
shoppingCategories - the shopping categories

clearCache

public void clearCache()
Clears the cache for all shopping categories.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface BasePersistence<ShoppingCategory>
Overrides:
clearCache in class BasePersistenceImpl<ShoppingCategory>

clearCache

public void clearCache(ShoppingCategory shoppingCategory)
Clears the cache for the shopping category.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface BasePersistence<ShoppingCategory>
Overrides:
clearCache in class BasePersistenceImpl<ShoppingCategory>
Parameters:
shoppingCategory - the instance of this model to clear the cache for

clearCache

public void clearCache(List<ShoppingCategory> shoppingCategories)
Description copied from interface: BasePersistence
Clears the cache for a List instances of this model.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface BasePersistence<ShoppingCategory>
Overrides:
clearCache in class BasePersistenceImpl<ShoppingCategory>
Parameters:
shoppingCategories - the List instances of this model to clear the cache for

cacheUniqueFindersCache

protected void cacheUniqueFindersCache(ShoppingCategory shoppingCategory)

clearUniqueFindersCache

protected void clearUniqueFindersCache(ShoppingCategory shoppingCategory)

create

public ShoppingCategory create(long categoryId)
Creates a new shopping category with the primary key. Does not add the shopping category to the database.

Specified by:
create in interface ShoppingCategoryPersistence
Parameters:
categoryId - the primary key for the new shopping category
Returns:
the new shopping category

remove

public ShoppingCategory remove(long categoryId)
                        throws NoSuchCategoryException,
                               SystemException
Removes the shopping category with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
remove in interface ShoppingCategoryPersistence
Parameters:
categoryId - the primary key of the shopping category
Returns:
the shopping category that was removed
Throws:
NoSuchCategoryException - if a shopping category with the primary key could not be found
SystemException - if a system exception occurred

remove

public ShoppingCategory remove(Serializable primaryKey)
                        throws NoSuchCategoryException,
                               SystemException
Removes the shopping category with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
remove in interface BasePersistence<ShoppingCategory>
Overrides:
remove in class BasePersistenceImpl<ShoppingCategory>
Parameters:
primaryKey - the primary key of the shopping category
Returns:
the shopping category that was removed
Throws:
NoSuchCategoryException - if a shopping category with the primary key could not be found
SystemException - if a system exception occurred

removeImpl

protected ShoppingCategory removeImpl(ShoppingCategory shoppingCategory)
                               throws SystemException
Description copied from class: BasePersistenceImpl
Removes the model instance from the database. BasePersistenceImpl.update(BaseModel, boolean) depends on this method to implement the remove operation; it only notifies the model listeners.

Overrides:
removeImpl in class BasePersistenceImpl<ShoppingCategory>
Parameters:
shoppingCategory - the model instance to remove
Returns:
the model instance that was removed
Throws:
SystemException - if a system exception occurred

updateImpl

public ShoppingCategory updateImpl(ShoppingCategory shoppingCategory)
                            throws SystemException
Description copied from class: BasePersistenceImpl
Updates the model instance in the database or adds it if it does not yet exist. BasePersistenceImpl.remove(BaseModel) depends on this method to implement the update operation; it only notifies the model listeners.

Specified by:
updateImpl in interface ShoppingCategoryPersistence
Overrides:
updateImpl in class BasePersistenceImpl<ShoppingCategory>
Parameters:
shoppingCategory - the model instance to update
Returns:
the model instance that was updated
Throws:
SystemException - if a system exception occurred

toUnwrappedModel

protected ShoppingCategory toUnwrappedModel(ShoppingCategory shoppingCategory)

findByPrimaryKey

public ShoppingCategory findByPrimaryKey(Serializable primaryKey)
                                  throws NoSuchCategoryException,
                                         SystemException
Returns the shopping category with the primary key or throws a NoSuchModelException if it could not be found.

Specified by:
findByPrimaryKey in interface BasePersistence<ShoppingCategory>
Overrides:
findByPrimaryKey in class BasePersistenceImpl<ShoppingCategory>
Parameters:
primaryKey - the primary key of the shopping category
Returns:
the shopping category
Throws:
NoSuchCategoryException - if a shopping category with the primary key could not be found
SystemException - if a system exception occurred

findByPrimaryKey

public ShoppingCategory findByPrimaryKey(long categoryId)
                                  throws NoSuchCategoryException,
                                         SystemException
Returns the shopping category with the primary key or throws a NoSuchCategoryException if it could not be found.

Specified by:
findByPrimaryKey in interface ShoppingCategoryPersistence
Parameters:
categoryId - the primary key of the shopping category
Returns:
the shopping category
Throws:
NoSuchCategoryException - if a shopping category with the primary key could not be found
SystemException - if a system exception occurred

fetchByPrimaryKey

public ShoppingCategory fetchByPrimaryKey(Serializable primaryKey)
                                   throws SystemException
Returns the shopping category with the primary key or returns null if it could not be found.

Specified by:
fetchByPrimaryKey in interface BasePersistence<ShoppingCategory>
Overrides:
fetchByPrimaryKey in class BasePersistenceImpl<ShoppingCategory>
Parameters:
primaryKey - the primary key of the shopping category
Returns:
the shopping category, or null if a shopping category with the primary key could not be found
Throws:
SystemException - if a system exception occurred

fetchByPrimaryKey

public ShoppingCategory fetchByPrimaryKey(long categoryId)
                                   throws SystemException
Returns the shopping category with the primary key or returns null if it could not be found.

Specified by:
fetchByPrimaryKey in interface ShoppingCategoryPersistence
Parameters:
categoryId - the primary key of the shopping category
Returns:
the shopping category, or null if a shopping category with the primary key could not be found
Throws:
SystemException - if a system exception occurred

findAll

public List<ShoppingCategory> findAll()
                               throws SystemException
Returns all the shopping categories.

Specified by:
findAll in interface ShoppingCategoryPersistence
Returns:
the shopping categories
Throws:
SystemException - if a system exception occurred

findAll

public List<ShoppingCategory> findAll(int start,
                                      int end)
                               throws SystemException
Returns a range of all the shopping categories.

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 ShoppingCategoryModelImpl. 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.

Specified by:
findAll in interface ShoppingCategoryPersistence
Parameters:
start - the lower bound of the range of shopping categories
end - the upper bound of the range of shopping categories (not inclusive)
Returns:
the range of shopping categories
Throws:
SystemException - if a system exception occurred

findAll

public List<ShoppingCategory> findAll(int start,
                                      int end,
                                      OrderByComparator orderByComparator)
                               throws SystemException
Returns an ordered range of all the shopping categories.

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 ShoppingCategoryModelImpl. 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.

Specified by:
findAll in interface ShoppingCategoryPersistence
Parameters:
start - the lower bound of the range of shopping categories
end - the upper bound of the range of shopping categories (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of shopping categories
Throws:
SystemException - if a system exception occurred

removeAll

public void removeAll()
               throws SystemException
Removes all the shopping categories from the database.

Specified by:
removeAll in interface ShoppingCategoryPersistence
Throws:
SystemException - if a system exception occurred

countAll

public int countAll()
             throws SystemException
Returns the number of shopping categories.

Specified by:
countAll in interface ShoppingCategoryPersistence
Returns:
the number of shopping categories
Throws:
SystemException - if a system exception occurred

afterPropertiesSet

public void afterPropertiesSet()
Initializes the shopping category persistence.


destroy

public void destroy()

Liferay 6.2-ce-ga5