Class JobPropertyDao

java.lang.Object
com.avoka.core.dao.BaseDao
com.avoka.fc.core.dao.JobPropertyDao

public class JobPropertyDao extends BaseDao
Provides a DAO for the JobProperty entity
Since:
4.0.0
  • Constructor Details

    • JobPropertyDao

      public JobPropertyDao()
  • Method Details

    • getPropertiesForJob

      public List<JobProperty> getPropertiesForJob(Object jobId)
      Return the list of properties for the job with the given ID, sorted by name.
      Parameters:
      jobId - the OID of the job (required)
      Returns:
      the list of matching job properties