Uses of Class
com.labs64.netlicensing.schema.context.Item
-
Packages that use Item Package Description com.labs64.netlicensing.schema com.labs64.netlicensing.schema.context com.labs64.netlicensing.schema.converter Schema converters. -
-
Uses of Item in com.labs64.netlicensing.schema
Methods in com.labs64.netlicensing.schema that return Item Modifier and Type Method Description static Item
SchemaFunction. findItemByProperty(Netlicensing.Items items, String propertyName, String propertyValue)
GetItem
by existing property value.Methods in com.labs64.netlicensing.schema with parameters of type Item Modifier and Type Method Description static List
SchemaFunction. findListByName(Item item, String listName)
-
Uses of Item in com.labs64.netlicensing.schema.context
Fields in com.labs64.netlicensing.schema.context with type parameters of type Item Modifier and Type Field Description protected List<Item>
Netlicensing.Items. item
Methods in com.labs64.netlicensing.schema.context that return Item Modifier and Type Method Description Item
ObjectFactory. createItem()
Create an instance ofItem
Methods in com.labs64.netlicensing.schema.context that return types with arguments of type Item Modifier and Type Method Description List<Item>
Netlicensing.Items. getItem()
Gets the value of the item property.Constructor parameters in com.labs64.netlicensing.schema.context with type arguments of type Item Constructor Description Items(List<Item> item, String pagenumber, String itemsnumber, String totalpages, String totalitems, String hasnext)
Fully-initialising value constructor -
Uses of Item in com.labs64.netlicensing.schema.converter
Methods in com.labs64.netlicensing.schema.converter with parameters of type Item Modifier and Type Method Description Country
ItemToCountryConverter. convert(Item source)
License
ItemToLicenseConverter. convert(Item source)
Licensee
ItemToLicenseeConverter. convert(Item source)
LicenseTemplate
ItemToLicenseTemplateConverter. convert(Item source)
LicenseTypeProperties
ItemToLicenseTypePropertiesConverter. convert(Item source)
LicensingModelProperties
ItemToLicensingModelPropertiesConverter. convert(Item source)
PaymentMethod
ItemToPaymentMethodConverter. convert(Item source)
Product
ItemToProductConverter. convert(Item source)
ProductModule
ItemToProductModuleConverter. convert(Item source)
Token
ItemToTokenConverter. convert(Item source)
Transaction
ItemToTransactionConverter. convert(Item source)
-