Class UserEventConfigBean
- java.lang.Object
-
- com.javahollic.jira.emh.api.export.beans.UserEventConfigBean
-
public class UserEventConfigBean extends Object
-
-
Constructor Summary
Constructors Constructor Description UserEventConfigBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getNotificationsConfigId()
int
getNotifyOnCantChangePass()
int
getNotifyOnForgotPass()
int
getNotifyOnForgotUser()
int
getNotifyOnUserCreated()
int
getNotifyOnUserSignup()
int
getUserEventConfigId()
void
setNotificationsConfigId(int configId)
void
setNotifyOnCantChangePass(int templateId)
void
setNotifyOnForgotPass(int templateId)
void
setNotifyOnForgotUser(int templateId)
void
setNotifyOnUserCreated(int templateId)
void
setNotifyOnUserSignup(int templateId)
void
setUserEventConfigId(int id)
-
-
-
Method Detail
-
getUserEventConfigId
public int getUserEventConfigId()
-
setUserEventConfigId
public void setUserEventConfigId(int id)
-
getNotifyOnUserCreated
public int getNotifyOnUserCreated()
-
setNotifyOnUserCreated
public void setNotifyOnUserCreated(int templateId)
-
getNotifyOnUserSignup
public int getNotifyOnUserSignup()
-
setNotifyOnUserSignup
public void setNotifyOnUserSignup(int templateId)
-
getNotifyOnForgotUser
public int getNotifyOnForgotUser()
-
setNotifyOnForgotUser
public void setNotifyOnForgotUser(int templateId)
-
getNotifyOnForgotPass
public int getNotifyOnForgotPass()
-
setNotifyOnForgotPass
public void setNotifyOnForgotPass(int templateId)
-
getNotifyOnCantChangePass
public int getNotifyOnCantChangePass()
-
setNotifyOnCantChangePass
public void setNotifyOnCantChangePass(int templateId)
-
setNotificationsConfigId
public void setNotificationsConfigId(int configId)
-
getNotificationsConfigId
public int getNotificationsConfigId()
-
-