Class ConfigNotificationPresenter
- All Implemented Interfaces:
Presenter<ConfigNotificationView>,PresenterLifeCicleAware<ConfigNotificationView>,Serializable
@Component
@Scope("prototype")
public class ConfigNotificationPresenter
extends AbstractPresenter<ConfigNotificationView>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionScheduleConfigNotificationMetadatabooleangetView()voidsetConfiguracaoNotificacao(ScheduleConfigNotificationMetadata metadata) voidsetControleNotificacao(boolean ativo) voidvoidvoidsetUsuarios(Set<String> usuarios) voidMethods inherited from class AbstractPresenter
closeAllowed, getEventBus, handlePresenterAttach, handlePresenterClose, handlePresenterDetach, setEventBus
-
Constructor Details
-
ConfigNotificationPresenter
public ConfigNotificationPresenter()
-
-
Method Details
-
getView
-
setView
-
getControleNotificacao
public boolean getControleNotificacao() -
setControleNotificacao
public void setControleNotificacao(boolean ativo) -
setConfiguracaoNotificacao
public void setConfiguracaoNotificacao(ScheduleConfigNotificationMetadata metadata) -
getConfiguracaoNotificacao
public ScheduleConfigNotificationMetadata getConfiguracaoNotificacao() -
getEmails
-
getGrupos
-
getUsuarios
-
setUsuarios
-
setGrupos
-
setEmails
-