ProductLists

open class ProductLists

Constructors

Link copied to clipboard
open fun ProductLists(    id: Long,     listName: String,     numOfProducts: Long)
Link copied to clipboard
open fun ProductLists()
Link copied to clipboard
open fun ProductLists(listName: String, numOfProducts: Long)

Functions

Link copied to clipboard
open fun __setDaoSession(daoSession: DaoSession)
called by internal mechanisms, do not call yourself.
Link copied to clipboard
open fun addProduct(product: ListedProduct)
Link copied to clipboard
open fun delete()
Convenient call for delete.
Link copied to clipboard
open fun refresh()
Convenient call for refresh.
Link copied to clipboard
open fun resetProducts()
Resets a to-many relationship, making the next get call to query for a fresh result.
Link copied to clipboard
open fun update()
Convenient call for update.

Properties

Link copied to clipboard
open var id: Long
Link copied to clipboard
open var listName: String
Link copied to clipboard
open var numOfProducts: Long
Link copied to clipboard
open var products: List<ListedProduct>