Class CardBoardDAO
java.lang.Object
com.maplander.backend.dao.BaseDAO
com.maplander.backend.dao.manage.board.CardBoardDAO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetByPhaseId(Long phaseId) static intgetLastPositionByPhaseId(Long phaseId) listAllPropertiesByBoardId(Long boardId) listAllPropertiesByPhaseId(Long phaseId) static CardBoardstatic CardBoardloadByReferenceId(Long referenceId) static CardBoardloadByReferenceIdAndBoardId(Long propertyId, Long phaseId, CardBoardTypeEnum cardBoardType) 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
-
CardBoardDAO
public CardBoardDAO()
-
-
Method Details
-
load
-
loadByReferenceIdAndBoardId
public static CardBoard loadByReferenceIdAndBoardId(Long propertyId, Long phaseId, CardBoardTypeEnum cardBoardType) -
loadByReferenceId
-
listAllPropertiesByBoardId
-
listAllPropertiesByPhaseId
-
getByPhaseId
-
getLastPositionByPhaseId
-