C# Class EA.Iws.Domain.NotificationApplication.NotificationApplication

Datei anzeigen Open project: EnvironmentAgency/prsd-iws Class Usage Examples

Public Methods

Method Description
AddOtherWasteTypeAdditionalInformation ( string description, bool hasAnnex ) : void
AddWasteGenerationProcess ( string process, bool isDocumentAttached ) : void
ChangeUser ( System.Guid newUserId ) : void
RemoveCodeOfType ( CodeType codeType ) : void
RemoveOtherCode ( ) : void
RemoveSpecialHandlingRequirements ( ) : void
SetBaselOecdCode ( WasteCodeInfo wasteCodeInfo ) : void
SetChemicalCompostitionContinues ( IList wasteCompositions ) : void
SetCodesNotApplicable ( CodeType codeType ) : void
SetCustomsCode ( WasteCodeInfo customsCode ) : void
SetEnergy ( string energyInformation ) : void
SetEwcCodes ( IEnumerable ewcCodes ) : void
SetExportCode ( WasteCodeInfo wasteCodeInfo ) : void
SetImportCode ( WasteCodeInfo wasteCodeInfo ) : void
SetOperationCodes ( IEnumerable operationCodes ) : void
SetOptionalInformation ( string optionalInformation, bool hasAnnex ) : void
SetOtherCode ( WasteCodeInfo wasteCodeInfo ) : void
SetPackagingInfo ( IEnumerable packagingInfos ) : void
SetPhysicalCharacteristics ( IEnumerable physicalCharacteristics ) : void
SetSpecialHandlingRequirements ( string specialHandlingDetails ) : void
SetWasteAdditionalInformation ( IList wasteType ) : void
SetWasteRecoveryInformationProvider ( ProvidedBy providedBy ) : void
SetWasteType ( WasteType wasteType ) : void
SetWoodTypeDescription ( string woodTypeDescription ) : void

Protected Methods

Method Description
NotificationApplication ( ) : System

Private Methods

Method Description
ClearAllWasteData ( ) : void
ClearWasteAdditionalInformation ( ) : void
ClearWasteCompositions ( ) : void
GetWasteCodes ( CodeType codeType ) : IEnumerable
NotificationApplication ( System.Guid userId, NotificationType notificationType, UKCompetentAuthority competentAuthority, int notificationNumber ) : System
SetCode ( WasteCodeInfo code, CodeType codeType ) : void
SetCodes ( IEnumerable codes, CodeType codeType ) : void
SetHCodes ( IEnumerable yCodes ) : void
SetUnClasses ( IEnumerable unClasses ) : void
SetUnNumbers ( IEnumerable unNumbers ) : void
SetYCodes ( IEnumerable yCodes ) : void
UpdateSameChemicalCompositionType ( WasteType wasteType ) : void

Method Details

AddOtherWasteTypeAdditionalInformation() public method

public AddOtherWasteTypeAdditionalInformation ( string description, bool hasAnnex ) : void
description string
hasAnnex bool
return void

AddWasteGenerationProcess() public method

public AddWasteGenerationProcess ( string process, bool isDocumentAttached ) : void
process string
isDocumentAttached bool
return void

ChangeUser() public method

public ChangeUser ( System.Guid newUserId ) : void
newUserId System.Guid
return void

NotificationApplication() protected method

protected NotificationApplication ( ) : System
return System

RemoveCodeOfType() public method

public RemoveCodeOfType ( CodeType codeType ) : void
codeType CodeType
return void

RemoveOtherCode() public method

public RemoveOtherCode ( ) : void
return void

RemoveSpecialHandlingRequirements() public method

public RemoveSpecialHandlingRequirements ( ) : void
return void

SetBaselOecdCode() public method

public SetBaselOecdCode ( WasteCodeInfo wasteCodeInfo ) : void
wasteCodeInfo WasteCodeInfo
return void

SetChemicalCompostitionContinues() public method

public SetChemicalCompostitionContinues ( IList wasteCompositions ) : void
wasteCompositions IList
return void

SetCodesNotApplicable() public method

public SetCodesNotApplicable ( CodeType codeType ) : void
codeType CodeType
return void

SetCustomsCode() public method

public SetCustomsCode ( WasteCodeInfo customsCode ) : void
customsCode WasteCodeInfo
return void

SetEnergy() public method

public SetEnergy ( string energyInformation ) : void
energyInformation string
return void

SetEwcCodes() public method

public SetEwcCodes ( IEnumerable ewcCodes ) : void
ewcCodes IEnumerable
return void

SetExportCode() public method

public SetExportCode ( WasteCodeInfo wasteCodeInfo ) : void
wasteCodeInfo WasteCodeInfo
return void

SetImportCode() public method

public SetImportCode ( WasteCodeInfo wasteCodeInfo ) : void
wasteCodeInfo WasteCodeInfo
return void

SetOperationCodes() public method

public SetOperationCodes ( IEnumerable operationCodes ) : void
operationCodes IEnumerable
return void

SetOptionalInformation() public method

public SetOptionalInformation ( string optionalInformation, bool hasAnnex ) : void
optionalInformation string
hasAnnex bool
return void

SetOtherCode() public method

public SetOtherCode ( WasteCodeInfo wasteCodeInfo ) : void
wasteCodeInfo WasteCodeInfo
return void

SetPackagingInfo() public method

public SetPackagingInfo ( IEnumerable packagingInfos ) : void
packagingInfos IEnumerable
return void

SetPhysicalCharacteristics() public method

public SetPhysicalCharacteristics ( IEnumerable physicalCharacteristics ) : void
physicalCharacteristics IEnumerable
return void

SetSpecialHandlingRequirements() public method

public SetSpecialHandlingRequirements ( string specialHandlingDetails ) : void
specialHandlingDetails string
return void

SetWasteAdditionalInformation() public method

public SetWasteAdditionalInformation ( IList wasteType ) : void
wasteType IList
return void

SetWasteRecoveryInformationProvider() public method

public SetWasteRecoveryInformationProvider ( ProvidedBy providedBy ) : void
providedBy ProvidedBy
return void

SetWasteType() public method

public SetWasteType ( WasteType wasteType ) : void
wasteType WasteType
return void

SetWoodTypeDescription() public method

public SetWoodTypeDescription ( string woodTypeDescription ) : void
woodTypeDescription string
return void