Liferay 6.0.3

Uses of Interface
com.liferay.portlet.shopping.model.ShoppingItemField

Packages that use ShoppingItemField
com.liferay.portlet.shopping.model   
com.liferay.portlet.shopping.model.impl   
com.liferay.portlet.shopping.service   
com.liferay.portlet.shopping.service.base   
com.liferay.portlet.shopping.service.http   
com.liferay.portlet.shopping.service.impl   
com.liferay.portlet.shopping.service.persistence   
com.liferay.portlet.shopping.util   
 

Uses of ShoppingItemField in com.liferay.portlet.shopping.model
 

Classes in com.liferay.portlet.shopping.model that implement ShoppingItemField
 class ShoppingItemFieldWrapper
           This class is a wrapper for ShoppingItemField.
 

Methods in com.liferay.portlet.shopping.model that return ShoppingItemField
 ShoppingItemField ShoppingItemFieldWrapper.getWrappedShoppingItemField()
           
 ShoppingItemField ShoppingItemFieldWrapper.toEscapedModel()
           
 ShoppingItemField ShoppingItemFieldModel.toEscapedModel()
           
 

Methods in com.liferay.portlet.shopping.model with parameters of type ShoppingItemField
 int ShoppingItemFieldWrapper.compareTo(ShoppingItemField shoppingItemField)
           
 int ShoppingItemFieldModel.compareTo(ShoppingItemField shoppingItemField)
           
 

Constructors in com.liferay.portlet.shopping.model with parameters of type ShoppingItemField
ShoppingItemFieldWrapper(ShoppingItemField shoppingItemField)
           
 

Uses of ShoppingItemField in com.liferay.portlet.shopping.model.impl
 

Classes in com.liferay.portlet.shopping.model.impl that implement ShoppingItemField
 class ShoppingItemFieldImpl
           
 

Methods in com.liferay.portlet.shopping.model.impl that return ShoppingItemField
 ShoppingItemField ShoppingItemFieldModelImpl.toEscapedModel()
           
 

Methods in com.liferay.portlet.shopping.model.impl with parameters of type ShoppingItemField
 int ShoppingItemFieldModelImpl.compareTo(ShoppingItemField shoppingItemField)
           
 

Uses of ShoppingItemField in com.liferay.portlet.shopping.service
 

Methods in com.liferay.portlet.shopping.service that return ShoppingItemField
 ShoppingItemField ShoppingItemFieldLocalServiceWrapper.addShoppingItemField(ShoppingItemField shoppingItemField)
           
static ShoppingItemField ShoppingItemFieldLocalServiceUtil.addShoppingItemField(ShoppingItemField shoppingItemField)
           
 ShoppingItemField ShoppingItemFieldLocalService.addShoppingItemField(ShoppingItemField shoppingItemField)
           
 ShoppingItemField ShoppingItemFieldLocalServiceWrapper.createShoppingItemField(long itemFieldId)
           
static ShoppingItemField ShoppingItemFieldLocalServiceUtil.createShoppingItemField(long itemFieldId)
           
 ShoppingItemField ShoppingItemFieldLocalService.createShoppingItemField(long itemFieldId)
           
 ShoppingItemField ShoppingItemFieldLocalServiceWrapper.getShoppingItemField(long itemFieldId)
           
static ShoppingItemField ShoppingItemFieldLocalServiceUtil.getShoppingItemField(long itemFieldId)
           
 ShoppingItemField ShoppingItemFieldLocalService.getShoppingItemField(long itemFieldId)
           
 ShoppingItemField ShoppingItemFieldLocalServiceWrapper.updateShoppingItemField(ShoppingItemField shoppingItemField)
           
static ShoppingItemField ShoppingItemFieldLocalServiceUtil.updateShoppingItemField(ShoppingItemField shoppingItemField)
           
 ShoppingItemField ShoppingItemFieldLocalService.updateShoppingItemField(ShoppingItemField shoppingItemField)
           
 ShoppingItemField ShoppingItemFieldLocalServiceWrapper.updateShoppingItemField(ShoppingItemField shoppingItemField, boolean merge)
           
static ShoppingItemField ShoppingItemFieldLocalServiceUtil.updateShoppingItemField(ShoppingItemField shoppingItemField, boolean merge)
           
 ShoppingItemField ShoppingItemFieldLocalService.updateShoppingItemField(ShoppingItemField shoppingItemField, boolean merge)
           
 

Methods in com.liferay.portlet.shopping.service that return types with arguments of type ShoppingItemField
 List<ShoppingItemField> ShoppingItemFieldLocalServiceWrapper.getItemFields(long itemId)
           
static List<ShoppingItemField> ShoppingItemFieldLocalServiceUtil.getItemFields(long itemId)
           
 List<ShoppingItemField> ShoppingItemFieldLocalService.getItemFields(long itemId)
           
 List<ShoppingItemField> ShoppingItemFieldLocalServiceWrapper.getShoppingItemFields(int start, int end)
           
static List<ShoppingItemField> ShoppingItemFieldLocalServiceUtil.getShoppingItemFields(int start, int end)
           
 List<ShoppingItemField> ShoppingItemFieldLocalService.getShoppingItemFields(int start, int end)
           
 

Methods in com.liferay.portlet.shopping.service with parameters of type ShoppingItemField
 ShoppingItemField ShoppingItemFieldLocalServiceWrapper.addShoppingItemField(ShoppingItemField shoppingItemField)
           
static ShoppingItemField ShoppingItemFieldLocalServiceUtil.addShoppingItemField(ShoppingItemField shoppingItemField)
           
 ShoppingItemField ShoppingItemFieldLocalService.addShoppingItemField(ShoppingItemField shoppingItemField)
           
 void ShoppingItemFieldLocalServiceWrapper.deleteShoppingItemField(ShoppingItemField shoppingItemField)
           
static void ShoppingItemFieldLocalServiceUtil.deleteShoppingItemField(ShoppingItemField shoppingItemField)
           
 void ShoppingItemFieldLocalService.deleteShoppingItemField(ShoppingItemField shoppingItemField)
           
 ShoppingItemField ShoppingItemFieldLocalServiceWrapper.updateShoppingItemField(ShoppingItemField shoppingItemField)
           
static ShoppingItemField ShoppingItemFieldLocalServiceUtil.updateShoppingItemField(ShoppingItemField shoppingItemField)
           
 ShoppingItemField ShoppingItemFieldLocalService.updateShoppingItemField(ShoppingItemField shoppingItemField)
           
 ShoppingItemField ShoppingItemFieldLocalServiceWrapper.updateShoppingItemField(ShoppingItemField shoppingItemField, boolean merge)
           
static ShoppingItemField ShoppingItemFieldLocalServiceUtil.updateShoppingItemField(ShoppingItemField shoppingItemField, boolean merge)
           
 ShoppingItemField ShoppingItemFieldLocalService.updateShoppingItemField(ShoppingItemField shoppingItemField, boolean merge)
           
 

Method parameters in com.liferay.portlet.shopping.service with type arguments of type ShoppingItemField
 ShoppingItem ShoppingItemLocalServiceWrapper.addItem(long userId, long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
static ShoppingItem ShoppingItemLocalServiceUtil.addItem(long userId, long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
 ShoppingItem ShoppingItemLocalService.addItem(long userId, long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
 ShoppingItem ShoppingItemServiceWrapper.addItem(long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
static ShoppingItem ShoppingItemServiceUtil.addItem(long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
 ShoppingItem ShoppingItemService.addItem(long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
 ShoppingItem ShoppingItemLocalServiceWrapper.updateItem(long userId, long itemId, long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
static ShoppingItem ShoppingItemLocalServiceUtil.updateItem(long userId, long itemId, long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
 ShoppingItem ShoppingItemLocalService.updateItem(long userId, long itemId, long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
 ShoppingItem ShoppingItemServiceWrapper.updateItem(long itemId, long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
static ShoppingItem ShoppingItemServiceUtil.updateItem(long itemId, long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
 ShoppingItem ShoppingItemService.updateItem(long itemId, long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
 

Uses of ShoppingItemField in com.liferay.portlet.shopping.service.base
 

Methods in com.liferay.portlet.shopping.service.base that return ShoppingItemField
 ShoppingItemField ShoppingItemFieldLocalServiceBaseImpl.addShoppingItemField(ShoppingItemField shoppingItemField)
           
 ShoppingItemField ShoppingItemFieldLocalServiceBaseImpl.createShoppingItemField(long itemFieldId)
           
 ShoppingItemField ShoppingItemFieldLocalServiceBaseImpl.getShoppingItemField(long itemFieldId)
           
 ShoppingItemField ShoppingItemFieldLocalServiceBaseImpl.updateShoppingItemField(ShoppingItemField shoppingItemField)
           
 ShoppingItemField ShoppingItemFieldLocalServiceBaseImpl.updateShoppingItemField(ShoppingItemField shoppingItemField, boolean merge)
           
 

Methods in com.liferay.portlet.shopping.service.base that return types with arguments of type ShoppingItemField
 List<ShoppingItemField> ShoppingItemFieldLocalServiceBaseImpl.getShoppingItemFields(int start, int end)
           
 

Methods in com.liferay.portlet.shopping.service.base with parameters of type ShoppingItemField
 ShoppingItemField ShoppingItemFieldLocalServiceBaseImpl.addShoppingItemField(ShoppingItemField shoppingItemField)
           
 void ShoppingItemFieldLocalServiceBaseImpl.deleteShoppingItemField(ShoppingItemField shoppingItemField)
           
 ShoppingItemField ShoppingItemFieldLocalServiceBaseImpl.updateShoppingItemField(ShoppingItemField shoppingItemField)
           
 ShoppingItemField ShoppingItemFieldLocalServiceBaseImpl.updateShoppingItemField(ShoppingItemField shoppingItemField, boolean merge)
           
 

Uses of ShoppingItemField in com.liferay.portlet.shopping.service.http
 

Method parameters in com.liferay.portlet.shopping.service.http with type arguments of type ShoppingItemField
static ShoppingItem ShoppingItemServiceHttp.addItem(HttpPrincipal httpPrincipal, long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
static ShoppingItem ShoppingItemServiceHttp.updateItem(HttpPrincipal httpPrincipal, long itemId, long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
 

Uses of ShoppingItemField in com.liferay.portlet.shopping.service.impl
 

Methods in com.liferay.portlet.shopping.service.impl that return types with arguments of type ShoppingItemField
 List<ShoppingItemField> ShoppingItemFieldLocalServiceImpl.getItemFields(long itemId)
           
 

Method parameters in com.liferay.portlet.shopping.service.impl with type arguments of type ShoppingItemField
 ShoppingItem ShoppingItemLocalServiceImpl.addItem(long userId, long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
 ShoppingItem ShoppingItemServiceImpl.addItem(long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
 ShoppingItem ShoppingItemLocalServiceImpl.updateItem(long userId, long itemId, long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
 ShoppingItem ShoppingItemServiceImpl.updateItem(long itemId, long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
 

Uses of ShoppingItemField in com.liferay.portlet.shopping.service.persistence
 

Methods in com.liferay.portlet.shopping.service.persistence that return ShoppingItemField
static ShoppingItemField ShoppingItemFieldUtil.create(long itemFieldId)
           
 ShoppingItemField ShoppingItemFieldPersistence.create(long itemFieldId)
           
 ShoppingItemField ShoppingItemFieldPersistenceImpl.create(long itemFieldId)
           
static ShoppingItemField ShoppingItemFieldUtil.fetchByPrimaryKey(long itemFieldId)
           
 ShoppingItemField ShoppingItemFieldPersistence.fetchByPrimaryKey(long itemFieldId)
           
 ShoppingItemField ShoppingItemFieldPersistenceImpl.fetchByPrimaryKey(long itemFieldId)
           
 ShoppingItemField ShoppingItemFieldPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
           
static ShoppingItemField ShoppingItemFieldUtil.findByItemId_First(long itemId, OrderByComparator orderByComparator)
           
 ShoppingItemField ShoppingItemFieldPersistence.findByItemId_First(long itemId, OrderByComparator orderByComparator)
           
 ShoppingItemField ShoppingItemFieldPersistenceImpl.findByItemId_First(long itemId, OrderByComparator orderByComparator)
           
static ShoppingItemField ShoppingItemFieldUtil.findByItemId_Last(long itemId, OrderByComparator orderByComparator)
           
 ShoppingItemField ShoppingItemFieldPersistence.findByItemId_Last(long itemId, OrderByComparator orderByComparator)
           
 ShoppingItemField ShoppingItemFieldPersistenceImpl.findByItemId_Last(long itemId, OrderByComparator orderByComparator)
           
static ShoppingItemField[] ShoppingItemFieldUtil.findByItemId_PrevAndNext(long itemFieldId, long itemId, OrderByComparator orderByComparator)
           
 ShoppingItemField[] ShoppingItemFieldPersistence.findByItemId_PrevAndNext(long itemFieldId, long itemId, OrderByComparator orderByComparator)
           
 ShoppingItemField[] ShoppingItemFieldPersistenceImpl.findByItemId_PrevAndNext(long itemFieldId, long itemId, OrderByComparator orderByComparator)
           
static ShoppingItemField ShoppingItemFieldUtil.findByPrimaryKey(long itemFieldId)
           
 ShoppingItemField ShoppingItemFieldPersistence.findByPrimaryKey(long itemFieldId)
           
 ShoppingItemField ShoppingItemFieldPersistenceImpl.findByPrimaryKey(long itemFieldId)
           
 ShoppingItemField ShoppingItemFieldPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
           
protected  ShoppingItemField ShoppingItemFieldPersistenceImpl.getByItemId_PrevAndNext(Session session, ShoppingItemField shoppingItemField, long itemId, OrderByComparator orderByComparator, boolean previous)
           
static ShoppingItemField ShoppingItemFieldUtil.remove(long itemFieldId)
           
 ShoppingItemField ShoppingItemFieldPersistence.remove(long itemFieldId)
           
 ShoppingItemField ShoppingItemFieldPersistenceImpl.remove(long itemFieldId)
           
 ShoppingItemField ShoppingItemFieldPersistenceImpl.remove(Serializable primaryKey)
           
static ShoppingItemField ShoppingItemFieldUtil.remove(ShoppingItemField shoppingItemField)
           
protected  ShoppingItemField ShoppingItemFieldPersistenceImpl.removeImpl(ShoppingItemField shoppingItemField)
           
protected  ShoppingItemField ShoppingItemFieldPersistenceImpl.toUnwrappedModel(ShoppingItemField shoppingItemField)
           
static ShoppingItemField ShoppingItemFieldUtil.update(ShoppingItemField shoppingItemField, boolean merge)
           
static ShoppingItemField ShoppingItemFieldUtil.update(ShoppingItemField shoppingItemField, boolean merge, ServiceContext serviceContext)
           
static ShoppingItemField ShoppingItemFieldUtil.updateImpl(ShoppingItemField shoppingItemField, boolean merge)
           
 ShoppingItemField ShoppingItemFieldPersistence.updateImpl(ShoppingItemField shoppingItemField, boolean merge)
           
 ShoppingItemField ShoppingItemFieldPersistenceImpl.updateImpl(ShoppingItemField shoppingItemField, boolean merge)
           
 

Methods in com.liferay.portlet.shopping.service.persistence that return types with arguments of type ShoppingItemField
static List<ShoppingItemField> ShoppingItemFieldUtil.findAll()
           
 List<ShoppingItemField> ShoppingItemFieldPersistence.findAll()
           
 List<ShoppingItemField> ShoppingItemFieldPersistenceImpl.findAll()
           
static List<ShoppingItemField> ShoppingItemFieldUtil.findAll(int start, int end)
           
 List<ShoppingItemField> ShoppingItemFieldPersistence.findAll(int start, int end)
           
 List<ShoppingItemField> ShoppingItemFieldPersistenceImpl.findAll(int start, int end)
           
static List<ShoppingItemField> ShoppingItemFieldUtil.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<ShoppingItemField> ShoppingItemFieldPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<ShoppingItemField> ShoppingItemFieldPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
           
static List<ShoppingItemField> ShoppingItemFieldUtil.findByItemId(long itemId)
           
 List<ShoppingItemField> ShoppingItemFieldPersistence.findByItemId(long itemId)
           
 List<ShoppingItemField> ShoppingItemFieldPersistenceImpl.findByItemId(long itemId)
           
static List<ShoppingItemField> ShoppingItemFieldUtil.findByItemId(long itemId, int start, int end)
           
 List<ShoppingItemField> ShoppingItemFieldPersistence.findByItemId(long itemId, int start, int end)
           
 List<ShoppingItemField> ShoppingItemFieldPersistenceImpl.findByItemId(long itemId, int start, int end)
           
static List<ShoppingItemField> ShoppingItemFieldUtil.findByItemId(long itemId, int start, int end, OrderByComparator orderByComparator)
           
 List<ShoppingItemField> ShoppingItemFieldPersistence.findByItemId(long itemId, int start, int end, OrderByComparator orderByComparator)
           
 List<ShoppingItemField> ShoppingItemFieldPersistenceImpl.findByItemId(long itemId, int start, int end, OrderByComparator orderByComparator)
           
static List<ShoppingItemField> ShoppingItemFieldUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<ShoppingItemField> ShoppingItemFieldUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<ShoppingItemField> ShoppingItemFieldUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.shopping.service.persistence with parameters of type ShoppingItemField
static void ShoppingItemFieldUtil.cacheResult(ShoppingItemField shoppingItemField)
           
 void ShoppingItemFieldPersistence.cacheResult(ShoppingItemField shoppingItemField)
           
 void ShoppingItemFieldPersistenceImpl.cacheResult(ShoppingItemField shoppingItemField)
           
static void ShoppingItemFieldUtil.clearCache(ShoppingItemField shoppingItemField)
           
 void ShoppingItemFieldPersistenceImpl.clearCache(ShoppingItemField shoppingItemField)
           
protected  ShoppingItemField ShoppingItemFieldPersistenceImpl.getByItemId_PrevAndNext(Session session, ShoppingItemField shoppingItemField, long itemId, OrderByComparator orderByComparator, boolean previous)
           
static ShoppingItemField ShoppingItemFieldUtil.remove(ShoppingItemField shoppingItemField)
           
protected  ShoppingItemField ShoppingItemFieldPersistenceImpl.removeImpl(ShoppingItemField shoppingItemField)
           
protected  ShoppingItemField ShoppingItemFieldPersistenceImpl.toUnwrappedModel(ShoppingItemField shoppingItemField)
           
static ShoppingItemField ShoppingItemFieldUtil.update(ShoppingItemField shoppingItemField, boolean merge)
           
static ShoppingItemField ShoppingItemFieldUtil.update(ShoppingItemField shoppingItemField, boolean merge, ServiceContext serviceContext)
           
static ShoppingItemField ShoppingItemFieldUtil.updateImpl(ShoppingItemField shoppingItemField, boolean merge)
           
 ShoppingItemField ShoppingItemFieldPersistence.updateImpl(ShoppingItemField shoppingItemField, boolean merge)
           
 ShoppingItemField ShoppingItemFieldPersistenceImpl.updateImpl(ShoppingItemField shoppingItemField, boolean merge)
           
 

Method parameters in com.liferay.portlet.shopping.service.persistence with type arguments of type ShoppingItemField
static void ShoppingItemFieldUtil.cacheResult(List<ShoppingItemField> shoppingItemFields)
           
 void ShoppingItemFieldPersistence.cacheResult(List<ShoppingItemField> shoppingItemFields)
           
 void ShoppingItemFieldPersistenceImpl.cacheResult(List<ShoppingItemField> shoppingItemFields)
           
 

Uses of ShoppingItemField in com.liferay.portlet.shopping.util
 

Methods in com.liferay.portlet.shopping.util with parameters of type ShoppingItemField
static int ShoppingUtil.getFieldsQuantitiesPos(ShoppingItem item, ShoppingItemField[] itemFields, String[] fieldsArray)
           
static boolean ShoppingUtil.isInStock(ShoppingItem item, ShoppingItemField[] itemFields, String[] fieldsArray, Integer orderedQuantity)
           
 


Liferay 6.0.3