Class DomainProcessInfoDAO


  • @ApplicationScoped
    public class DomainProcessInfoDAO
    extends Object
    The type Domain process info dao.
    • Constructor Detail

      • DomainProcessInfoDAO

        public DomainProcessInfoDAO()
    • Method Detail

      • findByDomainRefs

        public DomainProcessInfo findByDomainRefs​(String domainRefKey,
                                                  String domainRefId)
        Find by domain refs domain process info.
        Parameters:
        domainRefKey - the domain ref key
        domainRefId - the domain ref id
        Returns:
        the domain process info
      • selectForUpdate

        public DomainProcessInfo selectForUpdate​(String domainRefKey,
                                                 String domainRefId)
        Select for update domain process info.
        Parameters:
        domainRefKey - the domain ref key
        domainRefId - the domain ref id
        Returns:
        the domain process info
      • update

        public DomainProcessInfo update​(DomainProcessInfo toUpdate)
        Update domain process info.
        Parameters:
        toUpdate - the to update
        Returns:
        the domain process info
      • addStageFlag

        public DomainProcessInfo addStageFlag​(String domainRefKey,
                                              String domainRefId,
                                              String flagName,
                                              Date date,
                                              String info)
        Add stage flag domain process info.
        Parameters:
        domainRefKey - the domain ref key
        domainRefId - the domain ref id
        flagName - the flag name
        date - the date
        info - the info
        Returns:
        the domain process info