com.liferay.portlet.shopping.service.persistence
Interface ShoppingItemFieldPersistence

All Superinterfaces:
BasePersistence<ShoppingItemField>

public interface ShoppingItemFieldPersistence
extends BasePersistence<ShoppingItemField>

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Author:
Brian Wing Shun Chan
See Also:
ShoppingItemFieldPersistenceImpl, ShoppingItemFieldUtil
Generated:

Method Summary
 void cacheResult(java.util.List<ShoppingItemField> shoppingItemFields)
           
 void cacheResult(ShoppingItemField shoppingItemField)
           
 int countAll()
           
 int countByItemId(long itemId)
           
 ShoppingItemField create(long itemFieldId)
           
 ShoppingItemField fetchByPrimaryKey(long itemFieldId)
           
 java.util.List<ShoppingItemField> findAll()
           
 java.util.List<ShoppingItemField> findAll(int start, int end)
           
 java.util.List<ShoppingItemField> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 ShoppingItemField findByItemId_First(long itemId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 ShoppingItemField findByItemId_Last(long itemId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 ShoppingItemField[] findByItemId_PrevAndNext(long itemFieldId, long itemId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<ShoppingItemField> findByItemId(long itemId)
           
 java.util.List<ShoppingItemField> findByItemId(long itemId, int start, int end)
           
 java.util.List<ShoppingItemField> findByItemId(long itemId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 ShoppingItemField findByPrimaryKey(long itemFieldId)
           
 ShoppingItemField remove(long itemFieldId)
           
 void removeAll()
           
 void removeByItemId(long itemId)
           
 ShoppingItemField updateImpl(ShoppingItemField shoppingItemField, boolean merge)
           
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
clearCache, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, getListeners, registerListener, remove, remove, unregisterListener, update
 

Method Detail

cacheResult

void cacheResult(ShoppingItemField shoppingItemField)

cacheResult

void cacheResult(java.util.List<ShoppingItemField> shoppingItemFields)

create

ShoppingItemField create(long itemFieldId)

remove

ShoppingItemField remove(long itemFieldId)
                         throws com.liferay.portal.kernel.exception.SystemException,
                                NoSuchItemFieldException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchItemFieldException

updateImpl

ShoppingItemField updateImpl(ShoppingItemField shoppingItemField,
                             boolean merge)
                             throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByPrimaryKey

ShoppingItemField findByPrimaryKey(long itemFieldId)
                                   throws com.liferay.portal.kernel.exception.SystemException,
                                          NoSuchItemFieldException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchItemFieldException

fetchByPrimaryKey

ShoppingItemField fetchByPrimaryKey(long itemFieldId)
                                    throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByItemId

java.util.List<ShoppingItemField> findByItemId(long itemId)
                                               throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByItemId

java.util.List<ShoppingItemField> findByItemId(long itemId,
                                               int start,
                                               int end)
                                               throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByItemId

java.util.List<ShoppingItemField> findByItemId(long itemId,
                                               int start,
                                               int end,
                                               com.liferay.portal.kernel.util.OrderByComparator obc)
                                               throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByItemId_First

ShoppingItemField findByItemId_First(long itemId,
                                     com.liferay.portal.kernel.util.OrderByComparator obc)
                                     throws com.liferay.portal.kernel.exception.SystemException,
                                            NoSuchItemFieldException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchItemFieldException

findByItemId_Last

ShoppingItemField findByItemId_Last(long itemId,
                                    com.liferay.portal.kernel.util.OrderByComparator obc)
                                    throws com.liferay.portal.kernel.exception.SystemException,
                                           NoSuchItemFieldException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchItemFieldException

findByItemId_PrevAndNext

ShoppingItemField[] findByItemId_PrevAndNext(long itemFieldId,
                                             long itemId,
                                             com.liferay.portal.kernel.util.OrderByComparator obc)
                                             throws com.liferay.portal.kernel.exception.SystemException,
                                                    NoSuchItemFieldException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchItemFieldException

findAll

java.util.List<ShoppingItemField> findAll()
                                          throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findAll

java.util.List<ShoppingItemField> findAll(int start,
                                          int end)
                                          throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findAll

java.util.List<ShoppingItemField> findAll(int start,
                                          int end,
                                          com.liferay.portal.kernel.util.OrderByComparator obc)
                                          throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByItemId

void removeByItemId(long itemId)
                    throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

removeAll

void removeAll()
               throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByItemId

int countByItemId(long itemId)
                  throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countAll

int countAll()
             throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException