Uses of Class
lumis.service.newsletter.Model
-
Packages that use Model Package Description lumis.service.newsletter -
-
Uses of Model in lumis.service.newsletter
Methods in lumis.service.newsletter that return Model Modifier and Type Method Description Model
IModelDao. get(String modelId, ITransaction transaction)
Model
ModelDaoHib. get(String modelId, ITransaction transaction)
Methods in lumis.service.newsletter with parameters of type Model Modifier and Type Method Description void
IModelDao. addOrUpdate(Model model, ITransaction transaction)
void
ModelDaoHib. addOrUpdate(Model model, ITransaction transaction)
protected String
ModelDaoHib. getIdentifier(Model bean)
-