Uses of Class
com.projectdarkstar.tools.dtc.exceptions.DTCInvalidDataException

Packages that use DTCInvalidDataException
com.projectdarkstar.tools.dtc.data   
 

Uses of DTCInvalidDataException in com.projectdarkstar.tools.dtc.data
 

Methods in com.projectdarkstar.tools.dtc.data that throw DTCInvalidDataException
protected  void AbstractDTO.checkBlank(String key)
          Checks if the given attribute is blank or null.
protected  void AbstractDTO.checkNull(String key)
          Checks if the given attribute is null.
protected  void AbstractDTO.updateAttribute(String attribute, Object value)
          Schedules update of the attribute with the name attribute by loading the given value into the updatedAttributes map.
 void SystemProbeDTO.updateClassName(String className)
           
 void SystemProbeDTO.updateClassPath(String classPath)
           
 void TestExecutionResultClientDataTupleDTO.updateClient(ClientAppConfigDTO client)
           
 void ClientAppConfigDTO.updateClientApp(ClientAppDTO clientApp)
           
 void TestSpecDTO.updateClientAppConfigs(List<ClientAppConfigDTO> clientAppConfigs)
           
 void TestExecutionResultDTO.updateClientData(List<TestExecutionResultClientDataDTO> clientData)
           
 void TestExecutionResultClientDataTupleDTO.updateClientData(TestExecutionResultClientDataDTO clientData)
           
 void TestExecutionResultDTO.updateClientLogs(List<TestExecutionResultClientLogDTO> clientLogs)
           
 void TestExecutionResultDTO.updateClientResources(List<HardwareResourceDTO> clientResources)
           
 void TestSpecDTO.updateClientResources(List<HardwareResourceFamilyDTO> clientResources)
           
 void ClientAppDTO.updateConfigs(List<ClientAppConfigDTO> configs)
           
 void ServerAppDTO.updateConfigs(List<ServerAppConfigDTO> configs)
           
 void TestQueueDTO.updateCurrentlyRunning(TestExecutionResultDTO currentlyRunning)
           
 void TestSuiteDTO.updateDarkstarPkg(PkgLibraryDTO darkstarPkg)
           
 void TestExecutionResultProbeLogDTO.updateData(List<TestExecutionResultProbeDataDTO> data)
           
 void TestExecutionDTO.updateDateFinished(Date dateFinished)
           
 void TestQueueDTO.updateDateQueued(Date dateQueued)
           
 void TestQueueDTO.updateDateStarted(Date dateStarted)
           
 void TestExecutionDTO.updateDateStarted(Date dateStarted)
           
 void ClientAppDTO.updateDescription(String description)
           
 void HardwareResourceFamilyDTO.updateDescription(String description)
           
 void TestSuiteDTO.updateDescription(String description)
           
 void TestSpecDTO.updateDescription(String description)
           
 void ServerAppDTO.updateDescription(String description)
           
 void PropertyDTO.updateDescription(String description)
           
 void HardwareResourceDTO.updateEnabled(Boolean enabled)
           
 void TestQueueDTO.updateExecution(TestExecutionDTO execution)
           
 void TestExecutionTagDTO.updateExecutions(List<TestExecutionDTO> executions)
           
 void HardwareResourceDTO.updateFamilies(List<HardwareResourceFamilyDTO> families)
           
 void PkgLibraryDTO.updateFile(byte[] file)
           
 void HardwareResourceDTO.updateHostname(String hostname)
           
 void PkgLibraryTagDTO.updateLibraries(List<PkgLibraryDTO> libraries)
           
 void HardwareResourceDTO.updateLockedAt(Date lockedAt)
           
 void HardwareResourceDTO.updateLockedBy(String lockedBy)
           
 void LogFileDTO.updateLog(String log)
           
 void TestExecutionResultClientLogDTO.updateLogFile(LogFileDTO logFile)
           
 void TestExecutionResultServerLogDTO.updateLogFile(LogFileDTO logFile)
           
 void TestExecutionResultProbeLogDTO.updateLogFile(LogFileDTO logFile)
           
 void TestSpecDTO.updateMaxClient(Long maxClients)
           
 void HardwareResourceFamilyDTO.updateMembers(List<HardwareResourceDTO> members)
           
 void HardwareResourceFamilyDTO.updateMemory(String memory)
           
 void SystemProbeDTO.updateMetric(String metric)
           
 void SystemProbeDTO.updateName(String name)
           
 void ClientAppDTO.updateName(String name)
           
 void HardwareResourceFamilyDTO.updateName(String name)
           
 void TestSuiteDTO.updateName(String name)
           
 void TestSpecDTO.updateName(String name)
           
 void ClientAppConfigDTO.updateName(String name)
           
 void ServerAppConfigDTO.updateName(String name)
           
 void ServerAppDTO.updateName(String name)
           
 void PkgLibraryDTO.updateName(String name)
           
 void TestExecutionDTO.updateName(String name)
           
 void TestExecutionResultClientDataTupleDTO.updateNumClients(Long numClients)
           
 void TestExecutionDTO.updateOriginalTestSuiteDarkstarPkg(PkgLibraryDTO originalTestSuiteDarkstarPkg)
           
 void HardwareResourceFamilyDTO.updateOs(String os)
           
 void TestExecutionResultDTO.updateParentExecution(TestExecutionDTO parentExecution)
           
 void TestExecutionResultProbeDataDTO.updateParentProbe(TestExecutionResultProbeLogDTO parentProbe)
           
 void TestExecutionResultClientLogDTO.updateParentResult(TestExecutionResultDTO parentResult)
           
 void TestExecutionResultServerLogDTO.updateParentResult(TestExecutionResultDTO parentResult)
           
 void TestExecutionResultClientDataDTO.updateParentResult(TestExecutionResultDTO parentResult)
           
 void TestExecutionResultProbeLogDTO.updateParentResult(TestExecutionResultDTO parentResult)
           
 void ClientAppConfigDTO.updatePath(String path)
           
 void TestExecutionResultDTO.updateProbeLogs(List<TestExecutionResultProbeLogDTO> probeLogs)
           
 void SystemProbeDTO.updateProperties(List<PropertyDTO> properties)
           
 void TestExecutionResultClientLogDTO.updateProperties(List<PropertyDTO> properties)
           
 void TestSpecDTO.updateProperties(List<PropertyDTO> properties)
           
 void ClientAppConfigDTO.updateProperties(List<PropertyDTO> properties)
           
 void TestExecutionResultDTO.updateProperties(List<PropertyDTO> properties)
           
 void TestExecutionResultProbeLogDTO.updateProperties(List<PropertyDTO> properties)
           
 void PropertyDTO.updateProperty(String property)
           
 void ClientAppConfigDTO.updatePropertyMethod(ClientAppConfigTypeDTO propertyMethod)
           
 void SystemProbeDTO.updateRequiredPkg(PkgLibraryDTO requiredPkg)
           
 void ClientAppDTO.updateRequiredPkg(PkgLibraryDTO requiredPkg)
           
 void ServerAppDTO.updateRequiredPkg(PkgLibraryDTO requiredPkg)
           
 void TestExecutionResultClientLogDTO.updateResource(HardwareResourceDTO resource)
           
 void TestExecutionResultServerLogDTO.updateResource(HardwareResourceDTO resource)
           
 void TestExecutionResultProbeLogDTO.updateResource(HardwareResourceDTO resource)
           
 void TestExecutionResultDTO.updateResult(TestExecutionResultValueDTO result)
           
 void TestExecutionDTO.updateResults(List<TestExecutionResultDTO> results)
           
 void TestExecutionResultDTO.updateResultSummary(LogFileDTO resultSummary)
           
 void TestSpecDTO.updateServerAppConfig(ServerAppConfigDTO serverAppConfig)
           
 void TestExecutionResultDTO.updateServerLogs(List<TestExecutionResultServerLogDTO> serverLogs)
           
 void TestExecutionResultDTO.updateServerResources(List<HardwareResourceDTO> serverResources)
           
 void TestSpecDTO.updateServerResources(List<HardwareResourceFamilyDTO> serverResources)
           
 void TestQueueDTO.updateStatus(TestQueueStatusDTO status)
           
 void HardwareResourceFamilyDTO.updateSystem(String system)
           
 void TestSpecDTO.updateSystemProbes(List<SystemProbeDTO> systemProbes)
           
 void TestExecutionTagDTO.updateTag(String tag)
           
 void SystemProbeTagDTO.updateTag(String tag)
           
 void PkgLibraryTagDTO.updateTag(String tag)
           
 void PkgLibraryDTO.updateTags(List<PkgLibraryTagDTO> tags)
           
 void SystemProbeDTO.updateTags(List<SystemProbeTagDTO> tags)
           
 void TestSpecDTO.updateTestRunner(String testRunner)
           
 void TestSuiteDTO.updateTestSpecs(List<TestSpecDTO> testSpecs)
           
 void TestSpecDTO.updateTimeLimit(Long timeLimit)
           
 void TestExecutionResultClientDataDTO.updateTimestamp(Date timestamp)
           
 void TestExecutionResultProbeDataDTO.updateTimestamp(Date timestamp)
           
 void SystemProbeDTO.updateUnits(String units)
           
 void TestExecutionResultProbeDataDTO.updateValue(Long value)
           
 void PropertyDTO.updateValue(String value)
           
 void TestExecutionResultClientDataDTO.updateValues(List<TestExecutionResultClientDataTupleDTO> values)
           
 void TestExecutionTagDTO.validate()
           
 void SystemProbeDTO.validate()
           
 void TestExecutionResultClientLogDTO.validate()
           
 void ClientAppDTO.validate()
           
 void HardwareResourceFamilyDTO.validate()
           
 void TestSuiteDTO.validate()
           
 void TestQueueDTO.validate()
           
 void HardwareResourceDTO.validate()
           
 void TestSpecDTO.validate()
           
 void TestExecutionResultServerLogDTO.validate()
           
 void TestExecutionResultClientDataDTO.validate()
           
 void ClientAppConfigDTO.validate()
           
 void ServerAppConfigDTO.validate()
           
abstract  void AbstractDTO.validate()
          Validates that each attribute and pending updated attribute (from the updatedAttributes Map) has a valid value in the context of the particular object.
 void ServerAppDTO.validate()
           
 void TestExecutionResultProbeDataDTO.validate()
           
 void LogFileDTO.validate()
           
 void TestExecutionResultClientDataTupleDTO.validate()
           
 void PkgLibraryDTO.validate()
           
 void SystemProbeTagDTO.validate()
           
 void TestExecutionDTO.validate()
           
 void TestExecutionResultDTO.validate()
           
 void PkgLibraryTagDTO.validate()
           
 void PropertyDTO.validate()
           
 void TestExecutionResultProbeLogDTO.validate()
           
protected  Object AbstractDTO.valueToValidate(String key)
          Returns the value to validate for a particular attribute.
 



Copyright © 2013. All Rights Reserved.