public interface TypeTypeRelationBoService
TypeTypeRelationBo related business objects.TypeTypeRelation createTypeTypeRelation(TypeTypeRelation typeTypeRelation)
TypeTypeRelation exactly like the parameter passed in.typeTypeRelation - The TypeTypeRelation to create.TypeTypeRelation exactly like the parameter passed in.IllegalArgumentException - if the TypeTypeRelation is null.IllegalStateException - if the TypeTypeRelation already exists in the system.TypeTypeRelation getTypeTypeRelation(String typeTypeRelationId)
typeTypeRelationId - to retrieve.TypeTypeRelation identified by the given id.
A null reference is returned if an invalid or non-existent id is supplied.void updateTypeTypeRelation(TypeTypeRelation typeTypeRelation)
TypeTypeRelation.typeTypeRelation - The TypeTypeRelation to update.IllegalArgumentException - if the TypeTypeRelation is null.IllegalStateException - if the TypeTypeRelation does not exists in the system.void deleteTypeTypeRelation(String typeTypeRelationId)
TypeTypeRelation with the given id.typeTypeRelationId - to delete.IllegalArgumentException - if the TypeTypeRelation is null.IllegalStateException - if the TypeTypeRelation does not exists in the systemList<TypeTypeRelation> findTypeTypeRelationsByFromType(String fromTypeId)
List<TypeTypeRelation> findTypeTypeRelationsByToType(String toTypeId)
List<TypeTypeRelation> findTypeTypeRelationsByRelationshipType(RelationshipType relationshipType)
List<TypeTypeRelation> findTypeTypeRelationsBySequenceNumber(Integer sequenceNumber)
TypeTypeRelation to(TypeTypeRelationBo typeTypeRelationBo)
TypeTypeRelationBo to its immutable counterpart, TypeTypeRelation.typeTypeRelationBo - the mutable business object.TypeTypeRelation the immutable object.TypeTypeRelationBo from(TypeTypeRelation typeTypeRelation)
TypeTypeRelation to its mutable TypeTypeRelationBo counterpart.typeTypeRelation - the immutable object.TypeTypeRelationBo the mutable TypeTypeRelationBo.Copyright © 2005–2016 The Kuali Foundation. All rights reserved.