Class JobPropertyDao


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

      • JobPropertyDao

        public JobPropertyDao()
    • Method Detail

      • 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