Package com.zerog.ia.auto.project
Class MaintenanceDefinition
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.MaintenanceDefinition
-
- All Implemented Interfaces:
Referenceable
public final class MaintenanceDefinition extends ProjectObject
-
-
Constructor Summary
Constructors Constructor Description MaintenanceDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getAddFeaturesEnabled()
Enable Add features for the productboolean
getFirstTimeAddFeaturesPopulationDone()
Determines whether the convenience option of auto-population of panels for Add features have already been done.boolean
getFirstTimeMaintModeAutoPopulateDone()
Determines whether the convenience option of auto-population of panels have already been done.boolean
getFirstTimeRemoveFeaturesPopulationDone()
Determines whether the convenience option of auto-population of panels for Remove features have already been done.boolean
getFirstTimeRepairProductPopulationDone()
Determines whether the convenience option of auto-population of panels for Repair features have already been done.boolean
getMaintModeSupportEnabled()
Enable Maintenance Mode for the installerboolean
getRemoveFeaturesEnabled()
Enable Remove features for the productboolean
getRepairInstallsEnabled()
Enable Repair Installation for the productMaintenenceModeRuntimePanelSettings
getRuntimePanelSettings()
runtime panel settings for Maintenence Mode Panelboolean
getUninstProductEnabled()
Enable Uninstall Product for the productvoid
setAddFeaturesEnabled(boolean AddFeaturesEnabled)
Enable Add features for the productvoid
setFirstTimeAddFeaturesPopulationDone(boolean FirstTimeAddFeaturesPopulationDone)
Determines whether the convenience option of auto-population of panels for Add features have already been done.void
setFirstTimeMaintModeAutoPopulateDone(boolean FirstTimeMaintModeAutoPopulateDone)
Determines whether the convenience option of auto-population of panels have already been done.void
setFirstTimeRemoveFeaturesPopulationDone(boolean FirstTimeRemoveFeaturesPopulationDone)
Determines whether the convenience option of auto-population of panels for Remove features have already been done.void
setFirstTimeRepairProductPopulationDone(boolean FirstTimeRepairProductPopulationDone)
Determines whether the convenience option of auto-population of panels for Repair features have already been done.void
setMaintModeSupportEnabled(boolean MaintModeSupportEnabled)
Enable Maintenance Mode for the installervoid
setRemoveFeaturesEnabled(boolean RemoveFeaturesEnabled)
Enable Remove features for the productvoid
setRepairInstallsEnabled(boolean RepairInstallsEnabled)
Enable Repair Installation for the productvoid
setRuntimePanelSettings(MaintenenceModeRuntimePanelSettings RuntimePanelSettings)
runtime panel settings for Maintenence Mode Panelvoid
setUninstProductEnabled(boolean UninstProductEnabled)
Enable Uninstall Product for the product-
Methods inherited from class com.zerog.ia.auto.project.ProjectObject
equals, getReferenceID, hashCode, setReferenceID
-
-
-
-
Method Detail
-
getMaintModeSupportEnabled
public boolean getMaintModeSupportEnabled()
Enable Maintenance Mode for the installer
-
setMaintModeSupportEnabled
public void setMaintModeSupportEnabled(boolean MaintModeSupportEnabled)
Enable Maintenance Mode for the installer
-
getAddFeaturesEnabled
public boolean getAddFeaturesEnabled()
Enable Add features for the product
-
setAddFeaturesEnabled
public void setAddFeaturesEnabled(boolean AddFeaturesEnabled)
Enable Add features for the product
-
getRemoveFeaturesEnabled
public boolean getRemoveFeaturesEnabled()
Enable Remove features for the product
-
setRemoveFeaturesEnabled
public void setRemoveFeaturesEnabled(boolean RemoveFeaturesEnabled)
Enable Remove features for the product
-
getRepairInstallsEnabled
public boolean getRepairInstallsEnabled()
Enable Repair Installation for the product
-
setRepairInstallsEnabled
public void setRepairInstallsEnabled(boolean RepairInstallsEnabled)
Enable Repair Installation for the product
-
getUninstProductEnabled
public boolean getUninstProductEnabled()
Enable Uninstall Product for the product
-
setUninstProductEnabled
public void setUninstProductEnabled(boolean UninstProductEnabled)
Enable Uninstall Product for the product
-
getFirstTimeMaintModeAutoPopulateDone
public boolean getFirstTimeMaintModeAutoPopulateDone()
Determines whether the convenience option of auto-population of panels have already been done. DO NOT SET THIS FLAG IF YOU ARE NOT SURE
-
setFirstTimeMaintModeAutoPopulateDone
public void setFirstTimeMaintModeAutoPopulateDone(boolean FirstTimeMaintModeAutoPopulateDone)
Determines whether the convenience option of auto-population of panels have already been done. DO NOT SET THIS FLAG IF YOU ARE NOT SURE
-
getFirstTimeAddFeaturesPopulationDone
public boolean getFirstTimeAddFeaturesPopulationDone()
Determines whether the convenience option of auto-population of panels for Add features have already been done. DO NOT SET THIS FLAG IF YOU ARE NOT SURE
-
setFirstTimeAddFeaturesPopulationDone
public void setFirstTimeAddFeaturesPopulationDone(boolean FirstTimeAddFeaturesPopulationDone)
Determines whether the convenience option of auto-population of panels for Add features have already been done. DO NOT SET THIS FLAG IF YOU ARE NOT SURE
-
getFirstTimeRemoveFeaturesPopulationDone
public boolean getFirstTimeRemoveFeaturesPopulationDone()
Determines whether the convenience option of auto-population of panels for Remove features have already been done. DO NOT SET THIS FLAG IF YOU ARE NOT SURE
-
setFirstTimeRemoveFeaturesPopulationDone
public void setFirstTimeRemoveFeaturesPopulationDone(boolean FirstTimeRemoveFeaturesPopulationDone)
Determines whether the convenience option of auto-population of panels for Remove features have already been done. DO NOT SET THIS FLAG IF YOU ARE NOT SURE
-
getFirstTimeRepairProductPopulationDone
public boolean getFirstTimeRepairProductPopulationDone()
Determines whether the convenience option of auto-population of panels for Repair features have already been done. DO NOT SET THIS FLAG IF YOU ARE NOT SURE
-
setFirstTimeRepairProductPopulationDone
public void setFirstTimeRepairProductPopulationDone(boolean FirstTimeRepairProductPopulationDone)
Determines whether the convenience option of auto-population of panels for Repair features have already been done. DO NOT SET THIS FLAG IF YOU ARE NOT SURE
-
getRuntimePanelSettings
public MaintenenceModeRuntimePanelSettings getRuntimePanelSettings()
runtime panel settings for Maintenence Mode Panel
-
setRuntimePanelSettings
public void setRuntimePanelSettings(MaintenenceModeRuntimePanelSettings RuntimePanelSettings)
runtime panel settings for Maintenence Mode Panel
-
-