Class RolePropertyConfigPresenter
- All Implemented Interfaces:
Presenter<RolePropertyConfigView>,PresenterLifeCicleAware<RolePropertyConfigView>,ConfigPresenter<RolePropertyConfigView>,WritableConfigPresenter<RolePropertyConfigView>,Serializable
@Component
@Scope("prototype")
@MenuContext(@Entry(menu="CENTRAL_CONFIG_MENU",displayName="Propriedades do usu\u00e1rio",path="Cadastro/Usu\u00e1rios"))
@ConfigInfo(type=SYSTEM)
public class RolePropertyConfigPresenter
extends AbstractPresenter<RolePropertyConfigView>
implements WritableConfigPresenter<RolePropertyConfigView>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetView()voidvoidsetConfigService(ConfigService configService) voidsetUsuarioService(UsuarioService usuarioService) voidMethods inherited from class AbstractPresenter
closeAllowed, getEventBus, handlePresenterAttach, handlePresenterClose, handlePresenterDetach, setEventBusMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Presenter
getEventBus
-
Constructor Details
-
RolePropertyConfigPresenter
public RolePropertyConfigPresenter()
-
-
Method Details
-
setUsuarioService
-
setConfigService
-
setView
-
getView
- Specified by:
getViewin interfacePresenter<RolePropertyConfigView>
-
saveConfig
public void saveConfig()- Specified by:
saveConfigin interfaceWritableConfigPresenter<RolePropertyConfigView>
-
cancelChanges
public void cancelChanges()- Specified by:
cancelChangesin interfaceWritableConfigPresenter<RolePropertyConfigView>
-