Class HvlEventProfileGroupProperties

java.lang.Object
tr.com.havelsan.javarch.oauth.event.starter.module.profile.properties.HvlEventProfileGroupProperties
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@ConfigurationProperties(prefix="hvl.oauth.event.profile-group") public class HvlEventProfileGroupProperties extends Object implements org.springframework.beans.factory.InitializingBean
Properties of event used for profile group operations.
  • Constructor Details

    • HvlEventProfileGroupProperties

      public HvlEventProfileGroupProperties()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
    • getActivatedProfileGroupMailTemplateCode

      public String getActivatedProfileGroupMailTemplateCode()
      Gets activated profile group mail template code.
      Returns:
      the activated profile group mail template code
    • setActivatedProfileGroupMailTemplateCode

      public void setActivatedProfileGroupMailTemplateCode(String activatedProfileGroupMailTemplateCode)
      Sets activated profile group mail template code.
      Parameters:
      activatedProfileGroupMailTemplateCode - the activated profile group mail template code
    • getDeactivatedProfileGroupMailTemplateCode

      public String getDeactivatedProfileGroupMailTemplateCode()
      Gets deactivated profile group mail template code.
      Returns:
      the deactivated profile group mail template code
    • setDeactivatedProfileGroupMailTemplateCode

      public void setDeactivatedProfileGroupMailTemplateCode(String deactivatedProfileGroupMailTemplateCode)
      Sets deactivated profile group mail template code.
      Parameters:
      deactivatedProfileGroupMailTemplateCode - the deactivated profile group mail template code
    • getUpdatedProfileGroupRolesMailTemplateCode

      public String getUpdatedProfileGroupRolesMailTemplateCode()
      Gets updated profile group roles mail template code.
      Returns:
      the updated profile group roles mail template code
    • setUpdatedProfileGroupRolesMailTemplateCode

      public void setUpdatedProfileGroupRolesMailTemplateCode(String updatedProfileGroupRolesMailTemplateCode)
      Sets updated profile group roles mail template code.
      Parameters:
      updatedProfileGroupRolesMailTemplateCode - the updated profile group roles mail template code
    • getUpdatedProfileGroupRoleGroupsMailTemplateCode

      public String getUpdatedProfileGroupRoleGroupsMailTemplateCode()
      Gets updated profile group role groups mail template code.
      Returns:
      the updated profile group role groups mail template code
    • setUpdatedProfileGroupRoleGroupsMailTemplateCode

      public void setUpdatedProfileGroupRoleGroupsMailTemplateCode(String updatedProfileGroupRoleGroupsMailTemplateCode)
      Sets updated profile group role groups mail template code.
      Parameters:
      updatedProfileGroupRoleGroupsMailTemplateCode - the updated profile group role groups mail template code
    • getTopic

      public String getTopic()
      Gets topic.
      Returns:
      the topic
    • setTopic

      public void setTopic(String topic)
      Sets topic.
      Parameters:
      topic - the topic
    • isEnabled

      public boolean isEnabled()
      Is enabled boolean.
      Returns:
      the boolean
    • setEnabled

      public void setEnabled(boolean enabled)
      Sets enabled.
      Parameters:
      enabled - the enabled