Class CertCampaignDto
- java.lang.Object
 - 
- com.evolveum.midpoint.web.component.util.Selectable
 - 
- com.evolveum.midpoint.web.page.admin.certification.dto.CertCampaignDto
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class CertCampaignDto extends Selectable
- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringF_CAMPAIGN_ENDstatic StringF_CAMPAIGN_STARTstatic StringF_CURRENT_STATEstatic StringF_DESCRIPTIONstatic StringF_ESCALATION_LEVEL_INFOstatic StringF_ITERATIONstatic StringF_NAMEstatic StringF_NUMBER_OF_STAGESstatic StringF_OWNER_NAMEstatic StringF_STAGE_DEADLINEstatic StringF_STAGE_START- 
Fields inherited from class com.evolveum.midpoint.web.component.util.Selectable
F_SELECTED 
 - 
 
- 
Constructor Summary
Constructors Constructor Description CertCampaignDto(AccessCertificationCampaignType campaign, PageBase page, Task task, OperationResult result) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCampaignEnd()StringgetCampaignStart()intgetCurrentStageNumber()StringgetCurrentState()StringgetDescription()StringgetEscalationLevelInfo()StringgetHandlerUri()IntegergetIteration()StringgetName()intgetNumberOfStages()StringgetOwnerName()StringgetStageDeadline()StringgetStageEnd()StringgetStageStart()AccessCertificationCampaignStateTypegetState()static StringresolveOwnerName(ObjectReferenceType ownerRef, PageBase page, Task task, OperationResult result)- 
Methods inherited from class com.evolveum.midpoint.web.component.util.Selectable
getValue, isSelected, setSelected 
 - 
 
 - 
 
- 
- 
Field Detail
- 
F_NAME
public static final String F_NAME
- See Also:
 - Constant Field Values
 
 
- 
F_DESCRIPTION
public static final String F_DESCRIPTION
- See Also:
 - Constant Field Values
 
 
- 
F_OWNER_NAME
public static final String F_OWNER_NAME
- See Also:
 - Constant Field Values
 
 
- 
F_CURRENT_STATE
public static final String F_CURRENT_STATE
- See Also:
 - Constant Field Values
 
 
- 
F_ITERATION
public static final String F_ITERATION
- See Also:
 - Constant Field Values
 
 
- 
F_NUMBER_OF_STAGES
public static final String F_NUMBER_OF_STAGES
- See Also:
 - Constant Field Values
 
 
- 
F_CAMPAIGN_START
public static final String F_CAMPAIGN_START
- See Also:
 - Constant Field Values
 
 
- 
F_CAMPAIGN_END
public static final String F_CAMPAIGN_END
- See Also:
 - Constant Field Values
 
 
- 
F_STAGE_START
public static final String F_STAGE_START
- See Also:
 - Constant Field Values
 
 
- 
F_STAGE_DEADLINE
public static final String F_STAGE_DEADLINE
- See Also:
 - Constant Field Values
 
 
- 
F_ESCALATION_LEVEL_INFO
public static final String F_ESCALATION_LEVEL_INFO
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Constructor Detail
- 
CertCampaignDto
public CertCampaignDto(AccessCertificationCampaignType campaign, PageBase page, Task task, OperationResult result)
 
 - 
 
- 
Method Detail
- 
getOwnerName
public String getOwnerName()
 
- 
resolveOwnerName
public static String resolveOwnerName(ObjectReferenceType ownerRef, PageBase page, Task task, OperationResult result)
 
- 
getName
public String getName()
 
- 
getDescription
public String getDescription()
 
- 
getCurrentState
public String getCurrentState()
 
- 
getIteration
public Integer getIteration()
 
- 
getNumberOfStages
public int getNumberOfStages()
 
- 
getCampaignStart
public String getCampaignStart()
 
- 
getCampaignEnd
public String getCampaignEnd()
 
- 
getStageStart
public String getStageStart()
 
- 
getStageDeadline
public String getStageDeadline()
 
- 
getStageEnd
public String getStageEnd()
 
- 
getState
public AccessCertificationCampaignStateType getState()
 
- 
getCurrentStageNumber
public int getCurrentStageNumber()
 
- 
getHandlerUri
public String getHandlerUri()
 
- 
getEscalationLevelInfo
public String getEscalationLevelInfo()
 
 - 
 
 -