Interface DocumentTagsDAO


  • @Deprecated
    public interface DocumentTagsDAO
    Deprecated.
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.List<com.flower.docs.gui.api.model.fields.FieldDefinition> get​(java.lang.String scope, java.util.List<java.lang.String> fieldNames)
      Deprecated.
       
      void store​(java.lang.String scope, java.util.List<com.flower.docs.gui.api.model.fields.FieldDefinition> fieldDefinitions)
      Deprecated.
       
    • Method Detail

      • store

        void store​(java.lang.String scope,
                   java.util.List<com.flower.docs.gui.api.model.fields.FieldDefinition> fieldDefinitions)
            throws com.flower.docs.domain.exception.TechnicalException
        Deprecated.
        Throws:
        com.flower.docs.domain.exception.TechnicalException
      • get

        java.util.List<com.flower.docs.gui.api.model.fields.FieldDefinition> get​(java.lang.String scope,
                                                                                 java.util.List<java.lang.String> fieldNames)
                                                                          throws com.flower.docs.domain.exception.TechnicalException
        Deprecated.
        Throws:
        com.flower.docs.domain.exception.TechnicalException