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, OrderByComparator orderByComparator)
           
 ShoppingItemField findByItemId_First(long itemId, OrderByComparator orderByComparator)
           
 ShoppingItemField findByItemId_Last(long itemId, OrderByComparator orderByComparator)
           
 ShoppingItemField[] findByItemId_PrevAndNext(long itemFieldId, long itemId, OrderByComparator orderByComparator)
           
 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, OrderByComparator orderByComparator)
           
 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, clearCache, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, remove, setDataSource, 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 SystemException,
                                NoSuchItemFieldException
Throws:
SystemException
NoSuchItemFieldException

updateImpl

ShoppingItemField updateImpl(ShoppingItemField shoppingItemField,
                             boolean merge)
                             throws SystemException
Throws:
SystemException

findByPrimaryKey

ShoppingItemField findByPrimaryKey(long itemFieldId)
                                   throws SystemException,
                                          NoSuchItemFieldException
Throws:
SystemException
NoSuchItemFieldException

fetchByPrimaryKey

ShoppingItemField fetchByPrimaryKey(long itemFieldId)
                                    throws SystemException
Throws:
SystemException

findByItemId

java.util.List<ShoppingItemField> findByItemId(long itemId)
                                               throws SystemException
Throws:
SystemException

findByItemId

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

findByItemId

java.util.List<ShoppingItemField> findByItemId(long itemId,
                                               int start,
                                               int end,
                                               OrderByComparator orderByComparator)
                                               throws SystemException
Throws:
SystemException

findByItemId_First

ShoppingItemField findByItemId_First(long itemId,
                                     OrderByComparator orderByComparator)
                                     throws SystemException,
                                            NoSuchItemFieldException
Throws:
SystemException
NoSuchItemFieldException

findByItemId_Last

ShoppingItemField findByItemId_Last(long itemId,
                                    OrderByComparator orderByComparator)
                                    throws SystemException,
                                           NoSuchItemFieldException
Throws:
SystemException
NoSuchItemFieldException

findByItemId_PrevAndNext

ShoppingItemField[] findByItemId_PrevAndNext(long itemFieldId,
                                             long itemId,
                                             OrderByComparator orderByComparator)
                                             throws SystemException,
                                                    NoSuchItemFieldException
Throws:
SystemException
NoSuchItemFieldException

findAll

java.util.List<ShoppingItemField> findAll()
                                          throws SystemException
Throws:
SystemException

findAll

java.util.List<ShoppingItemField> findAll(int start,
                                          int end)
                                          throws SystemException
Throws:
SystemException

findAll

java.util.List<ShoppingItemField> findAll(int start,
                                          int end,
                                          OrderByComparator orderByComparator)
                                          throws SystemException
Throws:
SystemException

removeByItemId

void removeByItemId(long itemId)
                    throws SystemException
Throws:
SystemException

removeAll

void removeAll()
               throws SystemException
Throws:
SystemException

countByItemId

int countByItemId(long itemId)
                  throws SystemException
Throws:
SystemException

countAll

int countAll()
             throws SystemException
Throws:
SystemException