Liferay 6.0.5

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.

Never modify or reference this class directly. Always use ShoppingCategoryUtil to access the shopping category persistence. Modify service.xml and rerun ServiceBuilder to regenerate this class.

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 is generated.

Field Summary
static String FINDER_CLASS_NAME_ENTITY
           
static String FINDER_CLASS_NAME_LIST
           
static FinderPath FINDER_PATH_COUNT_ALL
           
static FinderPath FINDER_PATH_COUNT_BY_G_P
           
static FinderPath FINDER_PATH_COUNT_BY_GROUPID
           
static FinderPath FINDER_PATH_FIND_ALL
           
static FinderPath FINDER_PATH_FIND_BY_G_P
           
static FinderPath FINDER_PATH_FIND_BY_GROUPID
           
protected  ResourcePersistence resourcePersistence
           
protected  ShoppingCartPersistence shoppingCartPersistence
           
protected  ShoppingCategoryPersistence shoppingCategoryPersistence
           
protected  ShoppingCouponPersistence shoppingCouponPersistence
           
protected  ShoppingItemFieldPersistence shoppingItemFieldPersistence
           
protected  ShoppingItemPersistence shoppingItemPersistence
           
protected  ShoppingItemPricePersistence shoppingItemPricePersistence
           
protected  ShoppingOrderItemPersistence shoppingOrderItemPersistence
           
protected  ShoppingOrderPersistence shoppingOrderPersistence
           
protected  UserPersistence userPersistence
           
 
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
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.
 void clearCache()
          Clears the cache for all shopping categories.
 void clearCache(ShoppingCategory shoppingCategory)
          Clears the cache for the shopping category.
 int countAll()
          Counts all the shopping categories.
 int countByG_P(long groupId, long parentCategoryId)
          Counts all the shopping categories where groupId = ? and parentCategoryId = ?.
 int countByGroupId(long groupId)
          Counts all the shopping categories where groupId = ?.
 ShoppingCategory create(long categoryId)
          Creates a new shopping category with the primary key.
 ShoppingCategory fetchByPrimaryKey(long categoryId)
          Finds the shopping category with the primary key or returns null if it could not be found.
 ShoppingCategory fetchByPrimaryKey(Serializable primaryKey)
          Finds the shopping category with the primary key or returns null if it could not be found.
 int filterCountByG_P(long groupId, long parentCategoryId)
          Filters by the user's permissions and counts all the shopping categories where groupId = ? and parentCategoryId = ?.
 int filterCountByGroupId(long groupId)
          Filters by the user's permissions and counts all the shopping categories where groupId = ?.
 List<ShoppingCategory> filterFindByG_P(long groupId, long parentCategoryId)
          Filters by the user's permissions and finds all the shopping categories where groupId = ? and parentCategoryId = ?.
 List<ShoppingCategory> filterFindByG_P(long groupId, long parentCategoryId, int start, int end)
          Filters by the user's permissions and finds a range of all the shopping categories where groupId = ? and parentCategoryId = ?.
 List<ShoppingCategory> filterFindByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the shopping categories where groupId = ? and parentCategoryId = ?.
 List<ShoppingCategory> filterFindByGroupId(long groupId)
          Filters by the user's permissions and finds all the shopping categories where groupId = ?.
 List<ShoppingCategory> filterFindByGroupId(long groupId, int start, int end)
          Filters by the user's permissions and finds a range of all the shopping categories where groupId = ?.
 List<ShoppingCategory> filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the shopping categories where groupId = ?.
 List<ShoppingCategory> findAll()
          Finds all the shopping categories.
 List<ShoppingCategory> findAll(int start, int end)
          Finds a range of all the shopping categories.
 List<ShoppingCategory> findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shopping categories.
 ShoppingCategory findByG_P_First(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Finds the first shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
 ShoppingCategory findByG_P_Last(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Finds the last shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
 ShoppingCategory[] findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Finds 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)
          Finds all the shopping categories where groupId = ? and parentCategoryId = ?.
 List<ShoppingCategory> findByG_P(long groupId, long parentCategoryId, int start, int end)
          Finds 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)
          Finds an ordered range of all the shopping categories where groupId = ? and parentCategoryId = ?.
 ShoppingCategory findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first shopping category in the ordered set where groupId = ?.
 ShoppingCategory findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last shopping category in the ordered set where groupId = ?.
 ShoppingCategory[] findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
          Finds the shopping categories before and after the current shopping category in the ordered set where groupId = ?.
 List<ShoppingCategory> findByGroupId(long groupId)
          Finds all the shopping categories where groupId = ?.
 List<ShoppingCategory> findByGroupId(long groupId, int start, int end)
          Finds a range of all the shopping categories where groupId = ?.
 List<ShoppingCategory> findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shopping categories where groupId = ?.
 ShoppingCategory findByPrimaryKey(long categoryId)
          Finds the shopping category with the primary key or throws a NoSuchCategoryException if it could not be found.
 ShoppingCategory findByPrimaryKey(Serializable primaryKey)
          Finds 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.
 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, 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

FINDER_CLASS_NAME_ENTITY

public static final String FINDER_CLASS_NAME_ENTITY

FINDER_CLASS_NAME_LIST

public static final String FINDER_CLASS_NAME_LIST

FINDER_PATH_FIND_BY_GROUPID

public static final FinderPath FINDER_PATH_FIND_BY_GROUPID

FINDER_PATH_COUNT_BY_GROUPID

public static final FinderPath FINDER_PATH_COUNT_BY_GROUPID

FINDER_PATH_FIND_BY_G_P

public static final FinderPath FINDER_PATH_FIND_BY_G_P

FINDER_PATH_COUNT_BY_G_P

public static final FinderPath FINDER_PATH_COUNT_BY_G_P

FINDER_PATH_FIND_ALL

public static final FinderPath FINDER_PATH_FIND_ALL

FINDER_PATH_COUNT_ALL

public static final FinderPath FINDER_PATH_COUNT_ALL

shoppingCartPersistence

@BeanReference(type=ShoppingCartPersistence.class)
protected ShoppingCartPersistence shoppingCartPersistence

shoppingCategoryPersistence

@BeanReference(type=ShoppingCategoryPersistence.class)
protected ShoppingCategoryPersistence shoppingCategoryPersistence

shoppingCouponPersistence

@BeanReference(type=ShoppingCouponPersistence.class)
protected ShoppingCouponPersistence shoppingCouponPersistence

shoppingItemPersistence

@BeanReference(type=ShoppingItemPersistence.class)
protected ShoppingItemPersistence shoppingItemPersistence

shoppingItemFieldPersistence

@BeanReference(type=ShoppingItemFieldPersistence.class)
protected ShoppingItemFieldPersistence shoppingItemFieldPersistence

shoppingItemPricePersistence

@BeanReference(type=ShoppingItemPricePersistence.class)
protected ShoppingItemPricePersistence shoppingItemPricePersistence

shoppingOrderPersistence

@BeanReference(type=ShoppingOrderPersistence.class)
protected ShoppingOrderPersistence shoppingOrderPersistence

shoppingOrderItemPersistence

@BeanReference(type=ShoppingOrderItemPersistence.class)
protected ShoppingOrderItemPersistence shoppingOrderItemPersistence

resourcePersistence

@BeanReference(type=ResourcePersistence.class)
protected ResourcePersistence resourcePersistence

userPersistence

@BeanReference(type=UserPersistence.class)
protected UserPersistence userPersistence
Constructor Detail

ShoppingCategoryPersistenceImpl

public ShoppingCategoryPersistenceImpl()
Method Detail

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 to cache

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 to cache

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

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(Serializable primaryKey)
                        throws NoSuchModelException,
                               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 to remove
Returns:
the shopping category that was removed
Throws:
NoSuchModelException - if a shopping category with the primary key could not be found
SystemException - if a system exception occurred

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 to remove
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,
                                   boolean merge)
                            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
merge - 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.
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 NoSuchModelException,
                                         SystemException
Finds 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 to find
Returns:
the shopping category
Throws:
NoSuchModelException - 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
Finds 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 to find
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
Finds 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 to find
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
Finds 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 to find
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

findByGroupId

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

Specified by:
findByGroupId in interface ShoppingCategoryPersistence
Parameters:
groupId - the group id to search with
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
Finds 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.

Specified by:
findByGroupId in interface ShoppingCategoryPersistence
Parameters:
groupId - the group id to search with
start - the lower bound of the range of shopping categories to return
end - the upper bound of the range of shopping categories to return (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
Finds 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.

Specified by:
findByGroupId in interface ShoppingCategoryPersistence
Parameters:
groupId - the group id to search with
start - the lower bound of the range of shopping categories to return
end - the upper bound of the range of shopping categories to return (not inclusive)
orderByComparator - the comparator to order the results by
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
Finds the first shopping category in the ordered set 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.

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

findByGroupId_Last

public ShoppingCategory findByGroupId_Last(long groupId,
                                           OrderByComparator orderByComparator)
                                    throws NoSuchCategoryException,
                                           SystemException
Finds the last shopping category in the ordered set 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.

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

findByGroupId_PrevAndNext

public ShoppingCategory[] findByGroupId_PrevAndNext(long categoryId,
                                                    long groupId,
                                                    OrderByComparator orderByComparator)
                                             throws NoSuchCategoryException,
                                                    SystemException
Finds the shopping categories before and after the current shopping category in the ordered set 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.

Specified by:
findByGroupId_PrevAndNext in interface ShoppingCategoryPersistence
Parameters:
categoryId - the primary key of the current shopping category
groupId - the group id to search with
orderByComparator - the comparator to order the set by
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
Filters by the user's permissions and finds all the shopping categories where groupId = ?.

Specified by:
filterFindByGroupId in interface ShoppingCategoryPersistence
Parameters:
groupId - the group id to search with
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
Filters by the user's permissions and finds 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.

Specified by:
filterFindByGroupId in interface ShoppingCategoryPersistence
Parameters:
groupId - the group id to search with
start - the lower bound of the range of shopping categories to return
end - the upper bound of the range of shopping categories to return (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
Filters by the user's permissions and finds 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.

Specified by:
filterFindByGroupId in interface ShoppingCategoryPersistence
Parameters:
groupId - the group id to search with
start - the lower bound of the range of shopping categories to return
end - the upper bound of the range of shopping categories to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range 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
Finds all the shopping categories where groupId = ? and parentCategoryId = ?.

Specified by:
findByG_P in interface ShoppingCategoryPersistence
Parameters:
groupId - the group id to search with
parentCategoryId - the parent category id to search with
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
Finds 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.

Specified by:
findByG_P in interface ShoppingCategoryPersistence
Parameters:
groupId - the group id to search with
parentCategoryId - the parent category id to search with
start - the lower bound of the range of shopping categories to return
end - the upper bound of the range of shopping categories to return (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
Finds 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.

Specified by:
findByG_P in interface ShoppingCategoryPersistence
Parameters:
groupId - the group id to search with
parentCategoryId - the parent category id to search with
start - the lower bound of the range of shopping categories to return
end - the upper bound of the range of shopping categories to return (not inclusive)
orderByComparator - the comparator to order the results by
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
Finds the first shopping category in the ordered set 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.

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

findByG_P_Last

public ShoppingCategory findByG_P_Last(long groupId,
                                       long parentCategoryId,
                                       OrderByComparator orderByComparator)
                                throws NoSuchCategoryException,
                                       SystemException
Finds the last shopping category in the ordered set 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.

Specified by:
findByG_P_Last in interface ShoppingCategoryPersistence
Parameters:
groupId - the group id to search with
parentCategoryId - the parent category id to search with
orderByComparator - the comparator to order the set by
Returns:
the last matching shopping category
Throws:
NoSuchCategoryException - if a matching shopping category could not be found
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
Finds the shopping categories before and after the current shopping category in the ordered set 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.

Specified by:
findByG_P_PrevAndNext in interface ShoppingCategoryPersistence
Parameters:
categoryId - the primary key of the current shopping category
groupId - the group id to search with
parentCategoryId - the parent category id to search with
orderByComparator - the comparator to order the set by
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
Filters by the user's permissions and finds all the shopping categories where groupId = ? and parentCategoryId = ?.

Specified by:
filterFindByG_P in interface ShoppingCategoryPersistence
Parameters:
groupId - the group id to search with
parentCategoryId - the parent category id to search with
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
Filters by the user's permissions and finds 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.

Specified by:
filterFindByG_P in interface ShoppingCategoryPersistence
Parameters:
groupId - the group id to search with
parentCategoryId - the parent category id to search with
start - the lower bound of the range of shopping categories to return
end - the upper bound of the range of shopping categories to return (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
Filters by the user's permissions and finds 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.

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

findAll

public List<ShoppingCategory> findAll()
                               throws SystemException
Finds 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
Finds 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.

Specified by:
findAll in interface ShoppingCategoryPersistence
Parameters:
start - the lower bound of the range of shopping categories to return
end - the upper bound of the range of shopping categories to return (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
Finds 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.

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

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 to search with
Throws:
SystemException - if a system exception occurred

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 to search with
parentCategoryId - the parent category id to search with
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

countByGroupId

public int countByGroupId(long groupId)
                   throws SystemException
Counts all the shopping categories where groupId = ?.

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

filterCountByGroupId

public int filterCountByGroupId(long groupId)
                         throws SystemException
Filters by the user's permissions and counts all the shopping categories where groupId = ?.

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

countByG_P

public int countByG_P(long groupId,
                      long parentCategoryId)
               throws SystemException
Counts all the shopping categories where groupId = ? and parentCategoryId = ?.

Specified by:
countByG_P in interface ShoppingCategoryPersistence
Parameters:
groupId - the group id to search with
parentCategoryId - the parent category id to search with
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
Filters by the user's permissions and counts all the shopping categories where groupId = ? and parentCategoryId = ?.

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

countAll

public int countAll()
             throws SystemException
Counts all the 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.


Liferay 6.0.5