Class ProjectIdentityCheckData

    • Constructor Detail

      • ProjectIdentityCheckData

        public ProjectIdentityCheckData()
    • Method Detail

      • getFailureTemplate

        @Nullable
        public Textbaustein getFailureTemplate()
        Returns:
        The template that is displayed when the identity token check fails.
      • getId

        public Long getId()
        Specified by:
        getId in interface de.xima.cmn.dao.interfaces.IEntity<Long>
      • getIdentityTokenTemplate

        @Length(max=1024)
        public @Length(max=1024) String getIdentityTokenTemplate()
        Returns:
        When enabled, an ID is generated based on the data of a submitted form. The form submission is rejected when a form record with the same identity token exists already. This is the template for generating the ID and may contain placeholders.
      • getUUID

        public String getUUID()
        Specified by:
        getUUID in interface IUUIDEntity
        Returns:
        UUID (Universal Unique Identifier) that identifies this type of entity. Usually is unique within a context, e.g. Mandant, Projekt, ...
      • setFailureTemplate

        public void setFailureTemplate​(Textbaustein failureTemplate)
        Parameters:
        failureTemplate - The template that is displayed when the identity token check fails.
      • setIdentityTokenTemplate

        public void setIdentityTokenTemplate​(String identityTokenTemplate)
        Parameters:
        identityTokenTemplate - When enabled, an ID is generated based on the data of a submitted form. The form submission is rejected when a form record with the same identity token exists already. This is the template for generating the ID and may contain placeholders.
      • setProject

        public void setProject​(Projekt project)
      • setUUIDObject

        public void setUUIDObject​(UUID uuid)