Interface ChargePointDao

All Superinterfaces:
net.solarnetwork.dao.GenericDao<ChargePoint,Long>

public interface ChargePointDao extends net.solarnetwork.dao.GenericDao<ChargePoint,Long>
Data Access Object API for ChargePoint entities.
Version:
1.0
Author:
matt
  • Nested Class Summary

    Nested classes/interfaces inherited from interface net.solarnetwork.dao.GenericDao

    net.solarnetwork.dao.GenericDao.EntityEventType, net.solarnetwork.dao.GenericDao.StandardSortKey
  • Field Summary

    Fields inherited from interface net.solarnetwork.dao.GenericDao

    ENTITY_EVENT_ENTITY_ID_PROPERTY, ENTITY_EVENT_ENTITY_PROPERTY, ENTITY_EVENT_TOPIC_TEMPLATE, SORT_BY_CREATED_ASCENDING, SORT_BY_CREATED_DESCENDING, SORT_BY_CREATED_ID_ASCENDING, SORT_BY_CREATED_ID_DESCENDING, SORT_BY_ID_ASCENDING, SORT_BY_ID_DESCENDING
  • Method Summary

    Modifier and Type
    Method
    Description
    Get a charge point by its unique identity.

    Methods inherited from interface net.solarnetwork.dao.GenericDao

    delete, entityEventTopic, get, getAll, getObjectType, save
  • Method Details

    • getForIdentity

      ChargePoint getForIdentity(ChargePointIdentity identity)
      Get a charge point by its unique identity.
      Parameters:
      identity - the charge point identity to look for
      Returns:
      the matching charge point, or null if not found