Class Cconfig

All Implemented Interfaces:
ChenileEntity

@Entity public class Cconfig extends BaseJpaEntity
This entity allows modification to a config key -k in module m for a specific customAttribute or for all customAttributes if the customAtttibute value is set to GLOBAL_CUSTOMIZATION_ATTRIBUTE The whole key can be mutated or part of the key - as specified in path can be mutated
  • Field Details

    • GLOBAL_CUSTOMIZATION_ATTRIBUTE

      public static final String GLOBAL_CUSTOMIZATION_ATTRIBUTE
      Value of customAttribute for everyone. This will work for all requests.
      See Also:
    • moduleName

      public String moduleName
    • keyName

      public String keyName
    • avalue

      public String avalue
    • customAttribute

      public String customAttribute
    • path

      public String path
  • Constructor Details

    • Cconfig

      public Cconfig()