Class ProjectFormTagDao

    • Constructor Detail

      • ProjectFormTagDao

        public ProjectFormTagDao()
    • Method Detail

      • getProjectFormTagForPK

        public ProjectFormTag getProjectFormTagForPK​(Object projectFormTagId)
        Return the project form tag with the specified ID
        Parameters:
        projectFormTagId - the OID of the project form tag (required)
        Returns:
        the matching project form tag, or null if not found
      • getProjectTagForName

        public ProjectFormTag getProjectTagForName​(Long projectId,
                                                   String projectFormTagName)
        Return the project form tag for the specified project and name. Only tags of type ProjectFormTag.TYPE_PROJECT will be searched.
        Parameters:
        projectId - the project ID (required)
        projectFormTagName - the name of the project form tag (required)
        Returns:
        the project form tag for the specified project and name
      • getVersionTagForName

        public ProjectFormTag getVersionTagForName​(Long formDesignVersionId,
                                                   String projectFormTagName)
        Return the project form tag for the specified form design version and name. Only tags of type ProjectFormTag.TYPE_FORM_DESIGN_VERSION will be searched.
        Parameters:
        formDesignVersionId - the form design version ID (required)
        projectFormTagName - the name of the project form tag (required)
        Returns:
        the project form tag for the specified form design version and name