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 orderByComparator)
|
ShoppingItemField |
findByItemId_First(long itemId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
ShoppingItemField |
findByItemId_Last(long itemId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
ShoppingItemField[] |
findByItemId_PrevAndNext(long itemFieldId,
long itemId,
com.liferay.portal.kernel.util.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,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
ShoppingItemField |
findByPrimaryKey(long itemFieldId)
|
ShoppingItemField |
remove(long itemFieldId)
|
void |
removeAll()
|
void |
removeByItemId(long itemId)
|
ShoppingItemField |
update(ShoppingItemField shoppingItemField)
Deprecated. Use BasePersistence.update(com.liferay.portal.model.BaseModel, boolean) . |
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 |
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.SystemException,
NoSuchItemFieldException
- Throws:
com.liferay.portal.SystemException
NoSuchItemFieldException
update
ShoppingItemField update(ShoppingItemField shoppingItemField)
throws com.liferay.portal.SystemException
- Deprecated. Use
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
.
- Throws:
com.liferay.portal.SystemException
updateImpl
ShoppingItemField updateImpl(ShoppingItemField shoppingItemField,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByPrimaryKey
ShoppingItemField findByPrimaryKey(long itemFieldId)
throws com.liferay.portal.SystemException,
NoSuchItemFieldException
- Throws:
com.liferay.portal.SystemException
NoSuchItemFieldException
fetchByPrimaryKey
ShoppingItemField fetchByPrimaryKey(long itemFieldId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByItemId
java.util.List<ShoppingItemField> findByItemId(long itemId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByItemId
java.util.List<ShoppingItemField> findByItemId(long itemId,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByItemId
java.util.List<ShoppingItemField> findByItemId(long itemId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByItemId_First
ShoppingItemField findByItemId_First(long itemId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchItemFieldException
- Throws:
com.liferay.portal.SystemException
NoSuchItemFieldException
findByItemId_Last
ShoppingItemField findByItemId_Last(long itemId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchItemFieldException
- Throws:
com.liferay.portal.SystemException
NoSuchItemFieldException
findByItemId_PrevAndNext
ShoppingItemField[] findByItemId_PrevAndNext(long itemFieldId,
long itemId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchItemFieldException
- Throws:
com.liferay.portal.SystemException
NoSuchItemFieldException
findAll
java.util.List<ShoppingItemField> findAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
java.util.List<ShoppingItemField> findAll(int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
java.util.List<ShoppingItemField> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByItemId
void removeByItemId(long itemId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeAll
void removeAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByItemId
int countByItemId(long itemId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countAll
int countAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException