CodeBeamer 5.4.0.1-RC API

Package com.intland.codebeamer.persistence.dto.base

Interface Summary
BaseDto All DTO classes must extend this marker interface.
IndexableDto All DTO classes that can be indexed for searching should implement this.
ProjectAwareDto All DTO classes with project property must implement this.
ReadOnlyDto A marker interface to identify read-only Dtos, that don't allow to change their attributes.
ReferableDto All DTO classes that can be linked through URLs and interwiki references should implement this.
ReferenceAccessor<T> The generic interface of a Reference Accessor that allows to resolve references from objects that are not instances of @{link ReferenceHolderDto}
ReferenceHolderDto The interface of a Dto that holds a reference to another object.
RemovableDto All DTO classes that support the remove operation must implement this.
VersionedReferableDto All DTO classes that are both ReferableDto and versioned should implement this.
WriteControlledDto All DTO classes with a boolean writable flag must implement this.
 

Class Summary
AbstractCommentDto Each comment DTO must extend this.
AbstractReferenceDto Each DTO that represents reference between two entities in the system or between one entity and an external URL, must extend this.
DescribeableDto All named DTO classes with description property must extend this.
DescribeableDto.DescriptionComparator A special Comparator to compare/sort DescribeableDto by description
EntityAwareDto TODO
IdentifiableDto All DTO classes with id property must extend this.
IdentifiableDto.IdComparator A special Comparator implementation to compare two IdentifiableDtos by id
IdentifiableFieldValueDto This class represents a field value of an IdentifiableDto.
NamedDto All DTO classes with name property must extend this.
NamedDto.NameComparator A special Comparator implementation to compare two NamedDtos by name
ReadOnlyNamedDto A special NamedDto that doesn't allow to change it's attributes All attempts to invoke a property setter method will throw an UnsupportedOperationException
ReferableDto.DescriptionComparator A special Comparator implementation to compare two ReferableDtos by short description
ReferenceDto A ReferenceDto represents a reference to a ReferableDto.
 

Enum Summary
LicenseKind  
UserLicenseType The available combinations of UserType and LicenseKind
UserType The fixed enumeration of different user types regarding licensing
 


CodeBeamer 5.4.0.1-RC API

Copyright © 2006-2009 Intland Software. All rights reserved.