Liferay 6.1.2-ce-ga3

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

Packages that use ShoppingItemField
com.liferay.portlet.shopping.model   
com.liferay.portlet.shopping.service   
com.liferay.portlet.shopping.service.persistence   
 

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.getWrappedModel()
           
 ShoppingItemField ShoppingItemFieldWrapper.getWrappedShoppingItemField()
          Deprecated. Renamed to ShoppingItemFieldWrapper.getWrappedModel()
 ShoppingItemField ShoppingItemFieldWrapper.toEscapedModel()
           
 ShoppingItemField ShoppingItemFieldModel.toEscapedModel()
           
 ShoppingItemField ShoppingItemFieldWrapper.toUnescapedModel()
           
 ShoppingItemField ShoppingItemFieldModel.toUnescapedModel()
           
 

Methods in com.liferay.portlet.shopping.model that return types with arguments of type ShoppingItemField
 CacheModel<ShoppingItemField> ShoppingItemFieldWrapper.toCacheModel()
           
 CacheModel<ShoppingItemField> ShoppingItemFieldModel.toCacheModel()
           
 

Methods in com.liferay.portlet.shopping.model with parameters of type ShoppingItemField
 int ShoppingItemFieldWrapper.compareTo(ShoppingItemField shoppingItemField)
           
 int ShoppingItemFieldModel.compareTo(ShoppingItemField shoppingItemField)
           
static ShoppingItemFieldSoap ShoppingItemFieldSoap.toSoapModel(ShoppingItemField model)
           
static ShoppingItemFieldSoap[] ShoppingItemFieldSoap.toSoapModels(ShoppingItemField[] models)
           
static ShoppingItemFieldSoap[][] ShoppingItemFieldSoap.toSoapModels(ShoppingItemField[][] models)
           
 

Method parameters in com.liferay.portlet.shopping.model with type arguments of type ShoppingItemField
static ShoppingItemFieldSoap[] ShoppingItemFieldSoap.toSoapModels(List<ShoppingItemField> models)
           
 

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

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

Methods in com.liferay.portlet.shopping.service that return ShoppingItemField
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.addShoppingItemField(ShoppingItemField shoppingItemField)
          Adds the shopping item field to the database.
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.createShoppingItemField(long itemFieldId)
          Creates a new shopping item field with the primary key.
static ShoppingItemField ShoppingItemFieldLocalServiceUtil.deleteShoppingItemField(long itemFieldId)
          Deletes the shopping item field with the primary key from the database.
 ShoppingItemField ShoppingItemFieldLocalService.deleteShoppingItemField(long itemFieldId)
          Deletes the shopping item field with the primary key from the database.
 ShoppingItemField ShoppingItemFieldLocalServiceWrapper.deleteShoppingItemField(long itemFieldId)
          Deletes the shopping item field with the primary key from the database.
static ShoppingItemField ShoppingItemFieldLocalServiceUtil.deleteShoppingItemField(ShoppingItemField shoppingItemField)
          Deletes the shopping item field from the database.
 ShoppingItemField ShoppingItemFieldLocalService.deleteShoppingItemField(ShoppingItemField shoppingItemField)
          Deletes the shopping item field from the database.
 ShoppingItemField ShoppingItemFieldLocalServiceWrapper.deleteShoppingItemField(ShoppingItemField shoppingItemField)
          Deletes the shopping item field from the database.
static ShoppingItemField ShoppingItemFieldLocalServiceUtil.fetchShoppingItemField(long itemFieldId)
           
 ShoppingItemField ShoppingItemFieldLocalService.fetchShoppingItemField(long itemFieldId)
           
 ShoppingItemField ShoppingItemFieldLocalServiceWrapper.fetchShoppingItemField(long itemFieldId)
           
static ShoppingItemField ShoppingItemFieldLocalServiceUtil.getShoppingItemField(long itemFieldId)
          Returns the shopping item field with the primary key.
 ShoppingItemField ShoppingItemFieldLocalService.getShoppingItemField(long itemFieldId)
          Returns the shopping item field with the primary key.
 ShoppingItemField ShoppingItemFieldLocalServiceWrapper.getShoppingItemField(long itemFieldId)
          Returns the shopping item field with the primary key.
static ShoppingItemField ShoppingItemFieldLocalServiceUtil.updateShoppingItemField(ShoppingItemField shoppingItemField)
          Updates the shopping item field in the database or adds it if it does not yet exist.
 ShoppingItemField ShoppingItemFieldLocalService.updateShoppingItemField(ShoppingItemField shoppingItemField)
          Updates the shopping item field in the database or adds it if it does not yet exist.
 ShoppingItemField ShoppingItemFieldLocalServiceWrapper.updateShoppingItemField(ShoppingItemField shoppingItemField)
          Updates the shopping item field in the database or adds it if it does not yet exist.
static ShoppingItemField ShoppingItemFieldLocalServiceUtil.updateShoppingItemField(ShoppingItemField shoppingItemField, boolean merge)
          Updates the shopping item field in the database or adds it if it does not yet exist.
 ShoppingItemField ShoppingItemFieldLocalService.updateShoppingItemField(ShoppingItemField shoppingItemField, boolean merge)
          Updates the shopping item field in the database or adds it if it does not yet exist.
 ShoppingItemField ShoppingItemFieldLocalServiceWrapper.updateShoppingItemField(ShoppingItemField shoppingItemField, boolean merge)
          Updates the shopping item field in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portlet.shopping.service with parameters of type ShoppingItemField
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.addShoppingItemField(ShoppingItemField shoppingItemField)
          Adds the shopping item field to the database.
static ShoppingItemField ShoppingItemFieldLocalServiceUtil.deleteShoppingItemField(ShoppingItemField shoppingItemField)
          Deletes the shopping item field from the database.
 ShoppingItemField ShoppingItemFieldLocalService.deleteShoppingItemField(ShoppingItemField shoppingItemField)
          Deletes the shopping item field from the database.
 ShoppingItemField ShoppingItemFieldLocalServiceWrapper.deleteShoppingItemField(ShoppingItemField shoppingItemField)
          Deletes the shopping item field from the database.
static ShoppingItemField ShoppingItemFieldLocalServiceUtil.updateShoppingItemField(ShoppingItemField shoppingItemField)
          Updates the shopping item field in the database or adds it if it does not yet exist.
 ShoppingItemField ShoppingItemFieldLocalService.updateShoppingItemField(ShoppingItemField shoppingItemField)
          Updates the shopping item field in the database or adds it if it does not yet exist.
 ShoppingItemField ShoppingItemFieldLocalServiceWrapper.updateShoppingItemField(ShoppingItemField shoppingItemField)
          Updates the shopping item field in the database or adds it if it does not yet exist.
static ShoppingItemField ShoppingItemFieldLocalServiceUtil.updateShoppingItemField(ShoppingItemField shoppingItemField, boolean merge)
          Updates the shopping item field in the database or adds it if it does not yet exist.
 ShoppingItemField ShoppingItemFieldLocalService.updateShoppingItemField(ShoppingItemField shoppingItemField, boolean merge)
          Updates the shopping item field in the database or adds it if it does not yet exist.
 ShoppingItemField ShoppingItemFieldLocalServiceWrapper.updateShoppingItemField(ShoppingItemField shoppingItemField, boolean merge)
          Updates the shopping item field in the database or adds it if it does not yet exist.
 

Method parameters in com.liferay.portlet.shopping.service with type arguments of type ShoppingItemField
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 smallImageFile, boolean mediumImage, String mediumImageURL, File mediumImageFile, boolean largeImage, String largeImageURL, File largeImageFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
 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 smallImageFile, boolean mediumImage, String mediumImageURL, File mediumImageFile, boolean largeImage, String largeImageURL, File largeImageFile, 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 smallImageFile, boolean mediumImage, String mediumImageURL, File mediumImageFile, boolean largeImage, String largeImageURL, File largeImageFile, 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)
           
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 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 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 smallImageFile, boolean mediumImage, String mediumImageURL, File mediumImageFile, boolean largeImage, String largeImageURL, File largeImageFile, 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 smallImageFile, boolean mediumImage, String mediumImageURL, File mediumImageFile, boolean largeImage, String largeImageURL, File largeImageFile, 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 smallImageFile, boolean mediumImage, String mediumImageURL, File mediumImageFile, boolean largeImage, String largeImageURL, File largeImageFile, 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)
           
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 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)
           
 

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.
static ShoppingItemField ShoppingItemFieldUtil.fetchByItemId_First(long itemId, OrderByComparator orderByComparator)
          Returns the first shopping item field in the ordered set where itemId = ?.
 ShoppingItemField ShoppingItemFieldPersistence.fetchByItemId_First(long itemId, OrderByComparator orderByComparator)
          Returns the first shopping item field in the ordered set where itemId = ?.
static ShoppingItemField ShoppingItemFieldUtil.fetchByItemId_Last(long itemId, OrderByComparator orderByComparator)
          Returns the last shopping item field in the ordered set where itemId = ?.
 ShoppingItemField ShoppingItemFieldPersistence.fetchByItemId_Last(long itemId, OrderByComparator orderByComparator)
          Returns the last shopping item field in the ordered set where itemId = ?.
static ShoppingItemField ShoppingItemFieldUtil.fetchByPrimaryKey(long itemFieldId)
          Returns the shopping item field with the primary key or returns null if it could not be found.
 ShoppingItemField ShoppingItemFieldPersistence.fetchByPrimaryKey(long itemFieldId)
          Returns 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)
          Returns the first shopping item field in the ordered set where itemId = ?.
 ShoppingItemField ShoppingItemFieldPersistence.findByItemId_First(long itemId, OrderByComparator orderByComparator)
          Returns the first shopping item field in the ordered set where itemId = ?.
static ShoppingItemField ShoppingItemFieldUtil.findByItemId_Last(long itemId, OrderByComparator orderByComparator)
          Returns the last shopping item field in the ordered set where itemId = ?.
 ShoppingItemField ShoppingItemFieldPersistence.findByItemId_Last(long itemId, OrderByComparator orderByComparator)
          Returns the last shopping item field in the ordered set where itemId = ?.
static ShoppingItemField[] ShoppingItemFieldUtil.findByItemId_PrevAndNext(long itemFieldId, long itemId, OrderByComparator orderByComparator)
          Returns 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)
          Returns the shopping item fields before and after the current shopping item field in the ordered set where itemId = ?.
static ShoppingItemField ShoppingItemFieldUtil.findByPrimaryKey(long itemFieldId)
          Returns the shopping item field with the primary key or throws a NoSuchItemFieldException if it could not be found.
 ShoppingItemField ShoppingItemFieldPersistence.findByPrimaryKey(long itemFieldId)
          Returns the shopping item field with the primary key or throws a NoSuchItemFieldException if it could not be found.
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.
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)
           
 

Methods in com.liferay.portlet.shopping.service.persistence that return types with arguments of type ShoppingItemField
static List<ShoppingItemField> ShoppingItemFieldUtil.findAll()
          Returns all the shopping item fields.
 List<ShoppingItemField> ShoppingItemFieldPersistence.findAll()
          Returns all the shopping item fields.
static List<ShoppingItemField> ShoppingItemFieldUtil.findAll(int start, int end)
          Returns a range of all the shopping item fields.
 List<ShoppingItemField> ShoppingItemFieldPersistence.findAll(int start, int end)
          Returns a range of all the shopping item fields.
static List<ShoppingItemField> ShoppingItemFieldUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping item fields.
 List<ShoppingItemField> ShoppingItemFieldPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping item fields.
static List<ShoppingItemField> ShoppingItemFieldUtil.findByItemId(long itemId)
          Returns all the shopping item fields where itemId = ?.
 List<ShoppingItemField> ShoppingItemFieldPersistence.findByItemId(long itemId)
          Returns all the shopping item fields where itemId = ?.
static List<ShoppingItemField> ShoppingItemFieldUtil.findByItemId(long itemId, int start, int end)
          Returns a range of all the shopping item fields where itemId = ?.
 List<ShoppingItemField> ShoppingItemFieldPersistence.findByItemId(long itemId, int start, int end)
          Returns a range of all the shopping item fields where itemId = ?.
static List<ShoppingItemField> ShoppingItemFieldUtil.findByItemId(long itemId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping item fields where itemId = ?.
 List<ShoppingItemField> ShoppingItemFieldPersistence.findByItemId(long itemId, int start, int end, OrderByComparator orderByComparator)
          Returns 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.
static void ShoppingItemFieldUtil.clearCache(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)
           
 

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.
 


Liferay 6.1.2-ce-ga3