Class ServiceParameterHistoryDao

java.lang.Object
com.avoka.core.dao.BaseDao
com.avoka.fc.core.dao.AbstractDao
com.avoka.fc.core.dao.ServiceParameterHistoryDao

public class ServiceParameterHistoryDao extends AbstractDao
Provides a DAO for the ServiceParameterHistory entity.
Since:
4.0.0
See Also:
  • Constructor Details

    • ServiceParameterHistoryDao

      public ServiceParameterHistoryDao()
  • Method Details

    • getServiceParameterHistoryForPK

      public ServiceParameterHistory getServiceParameterHistoryForPK(Object id)
      Gets the service parameter history for a given id.
      Parameters:
      id - the id
      Returns:
      the service parameter history for a given id
    • createServiceParameterHistory

      public void createServiceParameterHistory(ServiceParameter serviceParameter)
      Creates the service parameter history.
      Parameters:
      serviceParameter - the service parameter