public class UserEventConfigBean extends Object
Constructor and Description |
---|
UserEventConfigBean() |
Modifier and Type | Method and 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) |
public int getUserEventConfigId()
public void setUserEventConfigId(int id)
public int getNotifyOnUserCreated()
public void setNotifyOnUserCreated(int templateId)
public int getNotifyOnUserSignup()
public void setNotifyOnUserSignup(int templateId)
public int getNotifyOnForgotUser()
public void setNotifyOnForgotUser(int templateId)
public int getNotifyOnForgotPass()
public void setNotifyOnForgotPass(int templateId)
public int getNotifyOnCantChangePass()
public void setNotifyOnCantChangePass(int templateId)
public void setNotificationsConfigId(int configId)
public int getNotificationsConfigId()
Copyright © 2008–2022 The Plugin People. All rights reserved.