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 InterestedInterestedDAO.getInterested(Long clientId, Long propertyId) static InterestedMethods in com.maplander.backend.dao.manage.CRM with parameters of type InterestedModifier and TypeMethodDescriptionstatic voidInterestedDAO.delete(Interested interested) static voidInterestedDAO.insertInterestedBQ(Interested interested) static voidInterestedDAO.save(Interested interested) static voidInterestedDAO.updateInterestedBQ(Interested interested) -
Uses of Interested in com.maplander.backend.utils.bquery
Methods in com.maplander.backend.utils.bquery that return InterestedModifier and TypeMethodDescriptionstatic InterestedBQueryInterested.insertInterestedBQ(Interested interested) Methods in com.maplander.backend.utils.bquery with parameters of type InterestedModifier and TypeMethodDescriptionstatic InterestedBQueryInterested.insertInterestedBQ(Interested interested) static LongBQueryInterested.updateInterestedBQ(Interested interested)