Liferay 6.0.5

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()
          Gets a copy of this shopping item field as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

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)
          Adds the shopping item field to the database.
static ShoppingItemField ShoppingItemFieldLocalServiceUtil.addShoppingItemField(ShoppingItemField shoppingItemField)
          Adds the shopping item field to the database.
 ShoppingItemField ShoppingItemFieldLocalService.addShoppingItemField(ShoppingItemField shoppingItemField)
          Adds the shopping item field to the database.
 ShoppingItemField ShoppingItemFieldLocalServiceWrapper.createShoppingItemField(long itemFieldId)
          Creates a new shopping item field with the primary key.
static ShoppingItemField ShoppingItemFieldLocalServiceUtil.createShoppingItemField(long itemFieldId)
          Creates a new shopping item field with the primary key.
 ShoppingItemField ShoppingItemFieldLocalService.createShoppingItemField(long itemFieldId)
          Creates a new shopping item field with the primary key.
 ShoppingItemField ShoppingItemFieldLocalServiceWrapper.getShoppingItemField(long itemFieldId)
          Gets the shopping item field with the primary key.
static ShoppingItemField ShoppingItemFieldLocalServiceUtil.getShoppingItemField(long itemFieldId)
          Gets the shopping item field with the primary key.
 ShoppingItemField ShoppingItemFieldLocalService.getShoppingItemField(long itemFieldId)
          Gets the shopping item field with the primary key.
 ShoppingItemField ShoppingItemFieldLocalServiceWrapper.updateShoppingItemField(ShoppingItemField shoppingItemField)
          Updates the shopping item field in the database.
static ShoppingItemField ShoppingItemFieldLocalServiceUtil.updateShoppingItemField(ShoppingItemField shoppingItemField)
          Updates the shopping item field in the database.
 ShoppingItemField ShoppingItemFieldLocalService.updateShoppingItemField(ShoppingItemField shoppingItemField)
          Updates the shopping item field in the database.
 ShoppingItemField ShoppingItemFieldLocalServiceWrapper.updateShoppingItemField(ShoppingItemField shoppingItemField, boolean merge)
          Updates the shopping item field in the database.
static ShoppingItemField ShoppingItemFieldLocalServiceUtil.updateShoppingItemField(ShoppingItemField shoppingItemField, boolean merge)
          Updates the shopping item field in the database.
 ShoppingItemField ShoppingItemFieldLocalService.updateShoppingItemField(ShoppingItemField shoppingItemField, boolean merge)
          Updates the shopping item field in the database.
 

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)
          Gets a range of all the shopping item fields.
static List<ShoppingItemField> ShoppingItemFieldLocalServiceUtil.getShoppingItemFields(int start, int end)
          Gets a range of all the shopping item fields.
 List<ShoppingItemField> ShoppingItemFieldLocalService.getShoppingItemFields(int start, int end)
          Gets a range of all the shopping item fields.
 

Methods in com.liferay.portlet.shopping.service with parameters of type ShoppingItemField
 ShoppingItemField ShoppingItemFieldLocalServiceWrapper.addShoppingItemField(ShoppingItemField shoppingItemField)
          Adds the shopping item field to the database.
static ShoppingItemField ShoppingItemFieldLocalServiceUtil.addShoppingItemField(ShoppingItemField shoppingItemField)
          Adds the shopping item field to the database.
 ShoppingItemField ShoppingItemFieldLocalService.addShoppingItemField(ShoppingItemField shoppingItemField)
          Adds the shopping item field to the database.
 void ShoppingItemFieldLocalServiceWrapper.deleteShoppingItemField(ShoppingItemField shoppingItemField)
          Deletes the shopping item field from the database.
static void ShoppingItemFieldLocalServiceUtil.deleteShoppingItemField(ShoppingItemField shoppingItemField)
          Deletes the shopping item field from the database.
 void ShoppingItemFieldLocalService.deleteShoppingItemField(ShoppingItemField shoppingItemField)
          Deletes the shopping item field from the database.
 ShoppingItemField ShoppingItemFieldLocalServiceWrapper.updateShoppingItemField(ShoppingItemField shoppingItemField)
          Updates the shopping item field in the database.
static ShoppingItemField ShoppingItemFieldLocalServiceUtil.updateShoppingItemField(ShoppingItemField shoppingItemField)
          Updates the shopping item field in the database.
 ShoppingItemField ShoppingItemFieldLocalService.updateShoppingItemField(ShoppingItemField shoppingItemField)
          Updates the shopping item field in the database.
 ShoppingItemField ShoppingItemFieldLocalServiceWrapper.updateShoppingItemField(ShoppingItemField shoppingItemField, boolean merge)
          Updates the shopping item field in the database.
static ShoppingItemField ShoppingItemFieldLocalServiceUtil.updateShoppingItemField(ShoppingItemField shoppingItemField, boolean merge)
          Updates the shopping item field in the database.
 ShoppingItemField ShoppingItemFieldLocalService.updateShoppingItemField(ShoppingItemField shoppingItemField, boolean merge)
          Updates the shopping item field in the database.
 

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)
          Adds the shopping item field to the database.
 ShoppingItemField ShoppingItemFieldLocalServiceBaseImpl.createShoppingItemField(long itemFieldId)
          Creates a new shopping item field with the primary key.
 ShoppingItemField ShoppingItemFieldLocalServiceBaseImpl.getShoppingItemField(long itemFieldId)
          Gets the shopping item field with the primary key.
 ShoppingItemField ShoppingItemFieldLocalServiceBaseImpl.updateShoppingItemField(ShoppingItemField shoppingItemField)
          Updates the shopping item field in the database.
 ShoppingItemField ShoppingItemFieldLocalServiceBaseImpl.updateShoppingItemField(ShoppingItemField shoppingItemField, boolean merge)
          Updates the shopping item field in the database.
 

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

Methods in com.liferay.portlet.shopping.service.base with parameters of type ShoppingItemField
 ShoppingItemField ShoppingItemFieldLocalServiceBaseImpl.addShoppingItemField(ShoppingItemField shoppingItemField)
          Adds the shopping item field to the database.
 void ShoppingItemFieldLocalServiceBaseImpl.deleteShoppingItemField(ShoppingItemField shoppingItemField)
          Deletes the shopping item field from the database.
 ShoppingItemField ShoppingItemFieldLocalServiceBaseImpl.updateShoppingItemField(ShoppingItemField shoppingItemField)
          Updates the shopping item field in the database.
 ShoppingItemField ShoppingItemFieldLocalServiceBaseImpl.updateShoppingItemField(ShoppingItemField shoppingItemField, boolean merge)
          Updates the shopping item field in the database.
 

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)
          Creates a new shopping item field with the primary key.
 ShoppingItemField ShoppingItemFieldPersistence.create(long itemFieldId)
          Creates a new shopping item field with the primary key.
 ShoppingItemField ShoppingItemFieldPersistenceImpl.create(long itemFieldId)
          Creates a new shopping item field with the primary key.
static ShoppingItemField ShoppingItemFieldUtil.fetchByPrimaryKey(long itemFieldId)
          Finds the shopping item field with the primary key or returns null if it could not be found.
 ShoppingItemField ShoppingItemFieldPersistence.fetchByPrimaryKey(long itemFieldId)
          Finds the shopping item field with the primary key or returns null if it could not be found.
 ShoppingItemField ShoppingItemFieldPersistenceImpl.fetchByPrimaryKey(long itemFieldId)
          Finds the shopping item field with the primary key or returns null if it could not be found.
 ShoppingItemField ShoppingItemFieldPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the shopping item field with the primary key or returns null if it could not be found.
static ShoppingItemField ShoppingItemFieldUtil.findByItemId_First(long itemId, OrderByComparator orderByComparator)
          Finds the first shopping item field in the ordered set where itemId = ?.
 ShoppingItemField ShoppingItemFieldPersistence.findByItemId_First(long itemId, OrderByComparator orderByComparator)
          Finds the first shopping item field in the ordered set where itemId = ?.
 ShoppingItemField ShoppingItemFieldPersistenceImpl.findByItemId_First(long itemId, OrderByComparator orderByComparator)
          Finds the first shopping item field in the ordered set where itemId = ?.
static ShoppingItemField ShoppingItemFieldUtil.findByItemId_Last(long itemId, OrderByComparator orderByComparator)
          Finds the last shopping item field in the ordered set where itemId = ?.
 ShoppingItemField ShoppingItemFieldPersistence.findByItemId_Last(long itemId, OrderByComparator orderByComparator)
          Finds the last shopping item field in the ordered set where itemId = ?.
 ShoppingItemField ShoppingItemFieldPersistenceImpl.findByItemId_Last(long itemId, OrderByComparator orderByComparator)
          Finds the last shopping item field in the ordered set where itemId = ?.
static ShoppingItemField[] ShoppingItemFieldUtil.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 = ?.
 ShoppingItemField[] ShoppingItemFieldPersistence.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 = ?.
 ShoppingItemField[] ShoppingItemFieldPersistenceImpl.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 ShoppingItemField ShoppingItemFieldUtil.findByPrimaryKey(long itemFieldId)
          Finds the shopping item field with the primary key or throws a NoSuchItemFieldException if it could not be found.
 ShoppingItemField ShoppingItemFieldPersistence.findByPrimaryKey(long itemFieldId)
          Finds the shopping item field with the primary key or throws a NoSuchItemFieldException if it could not be found.
 ShoppingItemField ShoppingItemFieldPersistenceImpl.findByPrimaryKey(long itemFieldId)
          Finds the shopping item field with the primary key or throws a NoSuchItemFieldException if it could not be found.
 ShoppingItemField ShoppingItemFieldPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the shopping item field with the primary key or throws a NoSuchModelException if it could not be found.
protected  ShoppingItemField ShoppingItemFieldPersistenceImpl.getByItemId_PrevAndNext(Session session, ShoppingItemField shoppingItemField, long itemId, OrderByComparator orderByComparator, boolean previous)
           
static ShoppingItemField ShoppingItemFieldUtil.remove(long itemFieldId)
          Removes the shopping item field with the primary key from the database.
 ShoppingItemField ShoppingItemFieldPersistence.remove(long itemFieldId)
          Removes the shopping item field with the primary key from the database.
 ShoppingItemField ShoppingItemFieldPersistenceImpl.remove(long itemFieldId)
          Removes the shopping item field with the primary key from the database.
 ShoppingItemField ShoppingItemFieldPersistenceImpl.remove(Serializable primaryKey)
          Removes the shopping item field with the primary key from the database.
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()
          Finds all the shopping item fields.
 List<ShoppingItemField> ShoppingItemFieldPersistence.findAll()
          Finds all the shopping item fields.
 List<ShoppingItemField> ShoppingItemFieldPersistenceImpl.findAll()
          Finds all the shopping item fields.
static List<ShoppingItemField> ShoppingItemFieldUtil.findAll(int start, int end)
          Finds a range of all the shopping item fields.
 List<ShoppingItemField> ShoppingItemFieldPersistence.findAll(int start, int end)
          Finds a range of all the shopping item fields.
 List<ShoppingItemField> ShoppingItemFieldPersistenceImpl.findAll(int start, int end)
          Finds a range of all the shopping item fields.
static List<ShoppingItemField> ShoppingItemFieldUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shopping item fields.
 List<ShoppingItemField> ShoppingItemFieldPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shopping item fields.
 List<ShoppingItemField> ShoppingItemFieldPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shopping item fields.
static List<ShoppingItemField> ShoppingItemFieldUtil.findByItemId(long itemId)
          Finds all the shopping item fields where itemId = ?.
 List<ShoppingItemField> ShoppingItemFieldPersistence.findByItemId(long itemId)
          Finds all the shopping item fields where itemId = ?.
 List<ShoppingItemField> ShoppingItemFieldPersistenceImpl.findByItemId(long itemId)
          Finds all the shopping item fields where itemId = ?.
static List<ShoppingItemField> ShoppingItemFieldUtil.findByItemId(long itemId, int start, int end)
          Finds a range of all the shopping item fields where itemId = ?.
 List<ShoppingItemField> ShoppingItemFieldPersistence.findByItemId(long itemId, int start, int end)
          Finds a range of all the shopping item fields where itemId = ?.
 List<ShoppingItemField> ShoppingItemFieldPersistenceImpl.findByItemId(long itemId, int start, int end)
          Finds a range of all the shopping item fields where itemId = ?.
static List<ShoppingItemField> ShoppingItemFieldUtil.findByItemId(long itemId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shopping item fields where itemId = ?.
 List<ShoppingItemField> ShoppingItemFieldPersistence.findByItemId(long itemId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shopping item fields where itemId = ?.
 List<ShoppingItemField> ShoppingItemFieldPersistenceImpl.findByItemId(long itemId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shopping item fields where itemId = ?.
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)
          Caches the shopping item field in the entity cache if it is enabled.
 void ShoppingItemFieldPersistence.cacheResult(ShoppingItemField shoppingItemField)
          Caches the shopping item field in the entity cache if it is enabled.
 void ShoppingItemFieldPersistenceImpl.cacheResult(ShoppingItemField shoppingItemField)
          Caches the shopping item field in the entity cache if it is enabled.
static void ShoppingItemFieldUtil.clearCache(ShoppingItemField shoppingItemField)
           
 void ShoppingItemFieldPersistenceImpl.clearCache(ShoppingItemField shoppingItemField)
          Clears the cache for the shopping item field.
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)
          Caches the shopping item fields in the entity cache if it is enabled.
 void ShoppingItemFieldPersistence.cacheResult(List<ShoppingItemField> shoppingItemFields)
          Caches the shopping item fields in the entity cache if it is enabled.
 void ShoppingItemFieldPersistenceImpl.cacheResult(List<ShoppingItemField> shoppingItemFields)
          Caches the shopping item fields in the entity cache if it is enabled.
 

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.5