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
    • getJobPropertyForPK

      public JobProperty getJobPropertyForPK(Object id)
      Return the JobProperty object for the given primary key or null if not found.
      Parameters:
      id - the JobProperty ID
      Returns:
      the JobProperty object for the given primary key or null if not found
      Since:
      24.4.0