Uses of Interface
com.soffid.iam.model.PrinterEntityDao
-
Packages that use PrinterEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of PrinterEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement PrinterEntityDao Modifier and Type Class Description class
PrinterEntityDaoBase
DAO Base for Entity PrinterEntityclass
PrinterEntityDaoImpl
Methods in com.soffid.iam.model that return PrinterEntityDao Modifier and Type Method Description PrinterEntityDao
AuditEntityDaoBase. getPrinterEntityDao()
Gets reference toimpressoraEntityDao
.PrinterEntityDao
HostEntityDaoBase. getPrinterEntityDao()
Gets reference toimpressoraEntityDao
.PrinterEntityDao
PrinterGroupEntityDaoBase. getPrinterEntityDao()
Gets reference toimpressoraEntityDao
.PrinterEntityDao
UserPrinterEntityDaoBase. getPrinterEntityDao()
Gets reference toimpressoraEntityDao
.Methods in com.soffid.iam.model with parameters of type PrinterEntityDao Modifier and Type Method Description void
AuditEntityDaoBase. setPrinterEntityDao(PrinterEntityDao impressoraEntityDao)
Sets reference toimpressoraEntityDao
.void
HostEntityDaoBase. setPrinterEntityDao(PrinterEntityDao impressoraEntityDao)
Sets reference toimpressoraEntityDao
.void
PrinterGroupEntityDaoBase. setPrinterEntityDao(PrinterEntityDao impressoraEntityDao)
Sets reference toimpressoraEntityDao
.void
UserPrinterEntityDaoBase. setPrinterEntityDao(PrinterEntityDao impressoraEntityDao)
Sets reference toimpressoraEntityDao
. -
Uses of PrinterEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return PrinterEntityDao Modifier and Type Method Description PrinterEntityDao
PrinterServiceBase. getPrinterEntityDao()
Gets reference toimpressoraEntityDao
.PrinterEntityDao
UserServiceBase. getPrinterEntityDao()
Gets reference toimpressoraEntityDao
.Methods in com.soffid.iam.service with parameters of type PrinterEntityDao Modifier and Type Method Description void
PrinterServiceBase. setPrinterEntityDao(PrinterEntityDao impressoraEntityDao)
Sets reference toimpressoraEntityDao
.void
UserServiceBase. setPrinterEntityDao(PrinterEntityDao impressoraEntityDao)
Sets reference toimpressoraEntityDao
.
-