|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ShoppingCategoryPersistence
Method Summary | |
---|---|
int |
countAll()
|
int |
countByG_P(long groupId,
long parentCategoryId)
|
int |
countByGroupId(long groupId)
|
ShoppingCategory |
create(long categoryId)
|
ShoppingCategory |
fetchByPrimaryKey(long categoryId)
|
java.util.List<ShoppingCategory> |
findAll()
|
java.util.List<ShoppingCategory> |
findAll(int begin,
int end)
|
java.util.List<ShoppingCategory> |
findAll(int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
ShoppingCategory |
findByG_P_First(long groupId,
long parentCategoryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
ShoppingCategory |
findByG_P_Last(long groupId,
long parentCategoryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
ShoppingCategory[] |
findByG_P_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<ShoppingCategory> |
findByG_P(long groupId,
long parentCategoryId)
|
java.util.List<ShoppingCategory> |
findByG_P(long groupId,
long parentCategoryId,
int begin,
int end)
|
java.util.List<ShoppingCategory> |
findByG_P(long groupId,
long parentCategoryId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
ShoppingCategory |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
ShoppingCategory |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
ShoppingCategory[] |
findByGroupId_PrevAndNext(long categoryId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<ShoppingCategory> |
findByGroupId(long groupId)
|
java.util.List<ShoppingCategory> |
findByGroupId(long groupId,
int begin,
int end)
|
java.util.List<ShoppingCategory> |
findByGroupId(long groupId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
ShoppingCategory |
findByPrimaryKey(long categoryId)
|
java.util.List<ShoppingCategory> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List<ShoppingCategory> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
ShoppingCategory |
remove(long categoryId)
|
ShoppingCategory |
remove(ShoppingCategory shoppingCategory)
|
void |
removeAll()
|
void |
removeByG_P(long groupId,
long parentCategoryId)
|
void |
removeByGroupId(long groupId)
|
ShoppingCategory |
update(ShoppingCategory shoppingCategory)
Deprecated. Use update(ShoppingCategory shoppingCategory, boolean merge) . |
ShoppingCategory |
update(ShoppingCategory shoppingCategory,
boolean merge)
Add, update, or merge, the entity. |
ShoppingCategory |
updateImpl(ShoppingCategory shoppingCategory,
boolean merge)
|
Method Detail |
---|
ShoppingCategory create(long categoryId)
ShoppingCategory remove(long categoryId) throws com.liferay.portal.SystemException, NoSuchCategoryException
com.liferay.portal.SystemException
NoSuchCategoryException
ShoppingCategory remove(ShoppingCategory shoppingCategory) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
ShoppingCategory update(ShoppingCategory shoppingCategory) throws com.liferay.portal.SystemException
update(ShoppingCategory shoppingCategory, boolean merge)
.
com.liferay.portal.SystemException
ShoppingCategory update(ShoppingCategory shoppingCategory, boolean merge) throws com.liferay.portal.SystemException
shoppingCategory
- the entity to add, update, or mergemerge
- boolean value for whether to merge the entity. The
default value is false. Setting merge to true is more
expensive and should only be true when shoppingCategory is
transient. See LEP-5473 for a detailed discussion of this
method.
com.liferay.portal.SystemException
ShoppingCategory updateImpl(ShoppingCategory shoppingCategory, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
ShoppingCategory findByPrimaryKey(long categoryId) throws com.liferay.portal.SystemException, NoSuchCategoryException
com.liferay.portal.SystemException
NoSuchCategoryException
ShoppingCategory fetchByPrimaryKey(long categoryId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ShoppingCategory> findByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ShoppingCategory> findByGroupId(long groupId, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ShoppingCategory> findByGroupId(long groupId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
ShoppingCategory findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchCategoryException
com.liferay.portal.SystemException
NoSuchCategoryException
ShoppingCategory findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchCategoryException
com.liferay.portal.SystemException
NoSuchCategoryException
ShoppingCategory[] findByGroupId_PrevAndNext(long categoryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchCategoryException
com.liferay.portal.SystemException
NoSuchCategoryException
java.util.List<ShoppingCategory> findByG_P(long groupId, long parentCategoryId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ShoppingCategory> findByG_P(long groupId, long parentCategoryId, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ShoppingCategory> findByG_P(long groupId, long parentCategoryId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
ShoppingCategory findByG_P_First(long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchCategoryException
com.liferay.portal.SystemException
NoSuchCategoryException
ShoppingCategory findByG_P_Last(long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchCategoryException
com.liferay.portal.SystemException
NoSuchCategoryException
ShoppingCategory[] findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchCategoryException
com.liferay.portal.SystemException
NoSuchCategoryException
java.util.List<ShoppingCategory> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ShoppingCategory> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ShoppingCategory> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ShoppingCategory> findAll(int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ShoppingCategory> findAll(int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByG_P(long groupId, long parentCategoryId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByG_P(long groupId, long parentCategoryId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |