Class InterestedDAO
java.lang.Object
com.maplander.backend.dao.BaseDAO
com.maplander.backend.dao.manage.CRM.InterestedDAO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
delete
(Interested interested) static void
static boolean
static Interested
getInterested
(Long clientId, Long propertyId) static void
insertInterestedBQ
(Interested interested) static Interested
static void
save
(Interested interested) static void
updateInterestedBQ
(Interested interested) Methods inherited from class com.maplander.backend.dao.BaseDAO
buildCollectionResponse, delete, delete, deleteMany, deleteMany, deleteManyNow, getOfy, list, load, load, load, queryDefault, save, saveMany, saveManyNow
-
Field Details
-
clazz
-
-
Constructor Details
-
InterestedDAO
public InterestedDAO()
-
-
Method Details
-
load
-
exist
-
getInterested
-
save
-
delete
-
insertInterestedBQ
-
updateInterestedBQ
-
deleteInterestedBQ
-