Class InterestedDAO

java.lang.Object
com.maplander.backend.dao.BaseDAO
com.maplander.backend.dao.manage.CRM.InterestedDAO

public class InterestedDAO extends BaseDAO
  • Field Details

  • Constructor Details

    • InterestedDAO

      public InterestedDAO()
  • Method Details

    • load

      public static Interested load(Long id)
    • exist

      public static boolean exist(Long clientId, Long propertyId)
    • getInterested

      public static Interested getInterested(Long clientId, Long propertyId)
    • save

      public static void save(Interested interested)
    • delete

      public static void delete(Interested interested)
    • insertInterestedBQ

      public static void insertInterestedBQ(Interested interested)
    • updateInterestedBQ

      public static void updateInterestedBQ(Interested interested)
    • deleteInterestedBQ

      public static void deleteInterestedBQ(Long id)