Uses of Class
com.maplander.backend.model.manage.CRM.Interested
Packages that use Interested
-
Uses of Interested in com.maplander.backend.dao.manage.CRM
Fields in com.maplander.backend.dao.manage.CRM with type parameters of type InterestedMethods in com.maplander.backend.dao.manage.CRM that return InterestedModifier and TypeMethodDescriptionstatic Interested
InterestedDAO.getInterested
(Long clientId, Long propertyId) static Interested
Methods in com.maplander.backend.dao.manage.CRM with parameters of type InterestedModifier and TypeMethodDescriptionstatic void
InterestedDAO.delete
(Interested interested) static void
InterestedDAO.insertInterestedBQ
(Interested interested) static void
InterestedDAO.save
(Interested interested) static void
InterestedDAO.updateInterestedBQ
(Interested interested)