Uses of Class
de.xima.fc.mdl.license.LicenseDataSnapshot
-
Packages that use LicenseDataSnapshot Package Description de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.gui.bean.settings -
-
Uses of LicenseDataSnapshot in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return LicenseDataSnapshot Modifier and Type Method Description LicenseDataSnapshot
MandantDao. getLicenseDataSnapshot(IEntityContext ec, Mandant client)
-
Uses of LicenseDataSnapshot in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return LicenseDataSnapshot Modifier and Type Method Description LicenseDataSnapshot
IMandantDao. getLicenseDataSnapshot(IEntityContext ec, Mandant client)
-
Uses of LicenseDataSnapshot in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return LicenseDataSnapshot Modifier and Type Method Description LicenseDataSnapshot
LicenseBean. getClientLicenseSnapshot(LicenseFile licenseFile)
LicenseDataSnapshot
ClientBean. getLicensedataSnapshot()
Gets the licensedataSnapshotLicenseDataSnapshot
LicenseBean. getSystemLicenseSnapshot()
Methods in de.xima.fc.gui.bean.settings with parameters of type LicenseDataSnapshot Modifier and Type Method Description void
ClientBean. setLicensedataSnapshot(LicenseDataSnapshot licensedataSnapshot)
Sets the licensedataSnapshot
-