Uses of Interface
com.labs64.netlicensing.domain.entity.BaseEntity
Packages that use BaseEntity
Package
Description
Classes in this package represent various NetLicensing objects.
-
Uses of BaseEntity in com.labs64.netlicensing.domain.entity
Subinterfaces of BaseEntity in com.labs64.netlicensing.domain.entityModifier and TypeInterfaceDescriptioninterface
interface
Country entity used internally by NetLicensing.interface
License entity used internally by NetLicensing.interface
Licensee entity used internally by NetLicensing.interface
License template entity used internally by NetLicensing.interface
interface
PaymentMethod entity used internally by NetLicensing.interface
NetLicensing Product entity.interface
Product module entity used internally by NetLicensing.interface
Token entity used internally by NetLicensing.interface
Transaction entity used internally by NetLicensing. -
Uses of BaseEntity in com.labs64.netlicensing.domain.entity.impl
Classes in com.labs64.netlicensing.domain.entity.impl that implement BaseEntityModifier and TypeClassDescriptionclass
Default implementation ofBaseEntity
.class
class
Default implementation ofCountry
.class
Default implementation ofLicensee
.class
Default implementation ofLicense
.class
Default implementation ofLicenseTemplate
.class
Default implementation ofProduct
.class
Default implementation ofPaymentMethod
.class
Default implementation ofProduct
.class
Default implementation ofProductModule
.class
Default implementation ofToken
.class
Default implementation ofTransaction
. -
Uses of BaseEntity in com.labs64.netlicensing.util
Methods in com.labs64.netlicensing.util with parameters of type BaseEntity