com.evolveum.midpoint.web.controller.resource
Class ResourceSynchronizationController

java.lang.Object
  extended by com.evolveum.midpoint.web.controller.util.WizardPage
      extended by com.evolveum.midpoint.web.controller.resource.ResourceSynchronizationController
All Implemented Interfaces:
java.io.Serializable

@Controller(value="resourceSynchronization")
@Scope(value="session")
public class ResourceSynchronizationController
extends WizardPage

Author:
lazyman
See Also:
Serialized Form

Constructor Summary
ResourceSynchronizationController()
           
 
Method Summary
 void cleanController()
           
 java.lang.String finish()
           
 java.lang.String getConfirmation()
           
 java.lang.String getCorrelation()
           
 java.lang.String getFinishPage()
           
 int getPoolingInterval()
           
 boolean isEnabled()
           
 void setConfirmation(java.lang.String confirmation)
           
 void setCorrelation(java.lang.String correlation)
           
 void setEnabled(boolean enabled)
           
 void setPoolingInterval(int poolingInterval)
           
 
Methods inherited from class com.evolveum.midpoint.web.controller.util.WizardPage
back, cancel, getCancelPage, getPageUrl, isShowCancel, isShowFinish, next
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceSynchronizationController

public ResourceSynchronizationController()
Method Detail

getFinishPage

public java.lang.String getFinishPage()
Overrides:
getFinishPage in class WizardPage

isEnabled

public boolean isEnabled()

setEnabled

public void setEnabled(boolean enabled)

getPoolingInterval

public int getPoolingInterval()

setPoolingInterval

public void setPoolingInterval(int poolingInterval)

getCorrelation

public java.lang.String getCorrelation()

setCorrelation

public void setCorrelation(java.lang.String correlation)

getConfirmation

public java.lang.String getConfirmation()

setConfirmation

public void setConfirmation(java.lang.String confirmation)

cleanController

public void cleanController()
Specified by:
cleanController in class WizardPage

finish

public java.lang.String finish()
Overrides:
finish in class WizardPage


Copyright © 2012 evolveum. All Rights Reserved.