|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.shopping.service.persistence.ShoppingItemFieldUtil
public class ShoppingItemFieldUtil
The persistence utility for the shopping item field service.
Never modify this class directly. Modify service.xml and rerun ServiceBuilder to regnerate this class.
ShoppingItemFieldPersistence,
ShoppingItemFieldPersistenceImpl| Constructor Summary | |
|---|---|
ShoppingItemFieldUtil()
|
|
| Method Summary | |
|---|---|
static void |
cacheResult(List<ShoppingItemField> shoppingItemFields)
Caches the shopping item fields in the entity cache if it is enabled. |
static void |
cacheResult(ShoppingItemField shoppingItemField)
Caches the shopping item field in the entity cache if it is enabled. |
static void |
clearCache()
|
static void |
clearCache(ShoppingItemField shoppingItemField)
|
static int |
countAll()
Counts all the shopping item fields. |
static int |
countByItemId(long itemId)
Counts all the shopping item fields where itemId = ?. |
long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static ShoppingItemField |
create(long itemFieldId)
Creates a new shopping item field with the primary key. |
static ShoppingItemField |
fetchByPrimaryKey(long itemFieldId)
Finds the shopping item field with the primary key or returns null if it could not be found. |
static List<ShoppingItemField> |
findAll()
Finds all the shopping item fields. |
static List<ShoppingItemField> |
findAll(int start,
int end)
Finds a range of all the shopping item fields. |
static List<ShoppingItemField> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the shopping item fields. |
static ShoppingItemField |
findByItemId_First(long itemId,
OrderByComparator orderByComparator)
Finds the first shopping item field in the ordered set where itemId = ?. |
static ShoppingItemField |
findByItemId_Last(long itemId,
OrderByComparator orderByComparator)
Finds the last shopping item field in the ordered set where itemId = ?. |
static ShoppingItemField[] |
findByItemId_PrevAndNext(long itemFieldId,
long itemId,
OrderByComparator orderByComparator)
Finds the shopping item fields before and after the current shopping item field in the ordered set where itemId = ?. |
static List<ShoppingItemField> |
findByItemId(long itemId)
Finds all the shopping item fields where itemId = ?. |
static List<ShoppingItemField> |
findByItemId(long itemId,
int start,
int end)
Finds a range of all the shopping item fields where itemId = ?. |
static List<ShoppingItemField> |
findByItemId(long itemId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the shopping item fields where itemId = ?. |
static ShoppingItemField |
findByPrimaryKey(long itemFieldId)
Finds the shopping item field with the primary key or throws a NoSuchItemFieldException if it could not be found. |
static List<ShoppingItemField> |
findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<ShoppingItemField> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<ShoppingItemField> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static ShoppingItemFieldPersistence |
getPersistence()
|
static ShoppingItemField |
remove(long itemFieldId)
Removes the shopping item field with the primary key from the database. |
static ShoppingItemField |
remove(ShoppingItemField shoppingItemField)
|
static void |
removeAll()
Removes all the shopping item fields from the database. |
static void |
removeByItemId(long itemId)
Removes all the shopping item fields where itemId = ? from the database. |
void |
setPersistence(ShoppingItemFieldPersistence persistence)
|
static ShoppingItemField |
update(ShoppingItemField shoppingItemField,
boolean merge)
|
static ShoppingItemField |
update(ShoppingItemField shoppingItemField,
boolean merge,
ServiceContext serviceContext)
|
static ShoppingItemField |
updateImpl(ShoppingItemField shoppingItemField,
boolean merge)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShoppingItemFieldUtil()
| Method Detail |
|---|
public static void clearCache()
BasePersistence.clearCache()public static void clearCache(ShoppingItemField shoppingItemField)
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)
public long countWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemExceptionBasePersistence.countWithDynamicQuery(DynamicQuery)
public static List<ShoppingItemField> findWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery)
public static List<ShoppingItemField> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static List<ShoppingItemField> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static ShoppingItemField remove(ShoppingItemField shoppingItemField)
throws SystemException
SystemExceptionBasePersistence.remove(com.liferay.portal.model.BaseModel)
public static ShoppingItemField update(ShoppingItemField shoppingItemField,
boolean merge)
throws SystemException
SystemExceptionBasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
public static ShoppingItemField update(ShoppingItemField shoppingItemField,
boolean merge,
ServiceContext serviceContext)
throws SystemException
SystemExceptionBasePersistence.update(com.liferay.portal.model.BaseModel, boolean, ServiceContext)public static void cacheResult(ShoppingItemField shoppingItemField)
shoppingItemField - the shopping item field to cachepublic static void cacheResult(List<ShoppingItemField> shoppingItemFields)
shoppingItemFields - the shopping item fields to cachepublic static ShoppingItemField create(long itemFieldId)
itemFieldId - the primary key for the new shopping item field
public static ShoppingItemField remove(long itemFieldId)
throws SystemException,
NoSuchItemFieldException
itemFieldId - the primary key of the shopping item field to remove
NoSuchItemFieldException - if a shopping item field with the primary key could not be found
SystemException - if a system exception occurred
public static ShoppingItemField updateImpl(ShoppingItemField shoppingItemField,
boolean merge)
throws SystemException
SystemException
public static ShoppingItemField findByPrimaryKey(long itemFieldId)
throws SystemException,
NoSuchItemFieldException
NoSuchItemFieldException if it could not be found.
itemFieldId - the primary key of the shopping item field to find
NoSuchItemFieldException - if a shopping item field with the primary key could not be found
SystemException - if a system exception occurred
public static ShoppingItemField fetchByPrimaryKey(long itemFieldId)
throws SystemException
null if it could not be found.
itemFieldId - the primary key of the shopping item field to find
null if a shopping item field with the primary key could not be found
SystemException - if a system exception occurred
public static List<ShoppingItemField> findByItemId(long itemId)
throws SystemException
itemId - the item id to search with
SystemException - if a system exception occurred
public static List<ShoppingItemField> findByItemId(long itemId,
int start,
int end)
throws SystemException
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.
itemId - the item id to search withstart - the lower bound of the range of shopping item fields to returnend - the upper bound of the range of shopping item fields to return (not inclusive)
SystemException - if a system exception occurred
public static List<ShoppingItemField> findByItemId(long itemId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
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.
itemId - the item id to search withstart - the lower bound of the range of shopping item fields to returnend - the upper bound of the range of shopping item fields to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static ShoppingItemField findByItemId_First(long itemId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchItemFieldException
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.
itemId - the item id to search withorderByComparator - the comparator to order the set by
NoSuchItemFieldException - if a matching shopping item field could not be found
SystemException - if a system exception occurred
public static ShoppingItemField findByItemId_Last(long itemId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchItemFieldException
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.
itemId - the item id to search withorderByComparator - the comparator to order the set by
NoSuchItemFieldException - if a matching shopping item field could not be found
SystemException - if a system exception occurred
public static ShoppingItemField[] findByItemId_PrevAndNext(long itemFieldId,
long itemId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchItemFieldException
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.
itemFieldId - the primary key of the current shopping item fielditemId - the item id to search withorderByComparator - the comparator to order the set by
NoSuchItemFieldException - if a shopping item field with the primary key could not be found
SystemException - if a system exception occurred
public static List<ShoppingItemField> findAll()
throws SystemException
SystemException - if a system exception occurred
public static List<ShoppingItemField> findAll(int start,
int end)
throws SystemException
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.
start - the lower bound of the range of shopping item fields to returnend - the upper bound of the range of shopping item fields to return (not inclusive)
SystemException - if a system exception occurred
public static List<ShoppingItemField> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
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.
start - the lower bound of the range of shopping item fields to returnend - the upper bound of the range of shopping item fields to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static void removeByItemId(long itemId)
throws SystemException
itemId - the item id to search with
SystemException - if a system exception occurred
public static void removeAll()
throws SystemException
SystemException - if a system exception occurred
public static int countByItemId(long itemId)
throws SystemException
itemId - the item id to search with
SystemException - if a system exception occurred
public static int countAll()
throws SystemException
SystemException - if a system exception occurredpublic static ShoppingItemFieldPersistence getPersistence()
public void setPersistence(ShoppingItemFieldPersistence persistence)
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||