public final class TypeTypeRelationBoServiceImpl extends Object implements TypeTypeRelationBoService
TypeTypeRelationBo related business objects.| Constructor and Description |
|---|
TypeTypeRelationBoServiceImpl() |
public TypeTypeRelationBoServiceImpl()
public void setBusinessObjectService(BusinessObjectService businessObjectService)
businessObjectService - the BusinessObjectService value to set.public void setAttributeDefinitionService(KrmsAttributeDefinitionService attributeDefinitionService)
public KrmsAttributeDefinitionService getAttributeDefinitionService()
public TypeTypeRelation createTypeTypeRelation(TypeTypeRelation typeTypeRelation)
TypeTypeRelationBoServiceTypeTypeRelation exactly like the parameter passed in.createTypeTypeRelation in interface TypeTypeRelationBoServicetypeTypeRelation - The TypeTypeRelation to create.TypeTypeRelation exactly like the parameter passed in.public TypeTypeRelation getTypeTypeRelation(String typeTypeRelationId)
TypeTypeRelationBoServicegetTypeTypeRelation in interface TypeTypeRelationBoServicetypeTypeRelationId - to retrieve.TypeTypeRelation identified by the given id.
A null reference is returned if an invalid or non-existent id is supplied.public void updateTypeTypeRelation(TypeTypeRelation typeTypeRelation)
TypeTypeRelationBoServiceTypeTypeRelation.updateTypeTypeRelation in interface TypeTypeRelationBoServicetypeTypeRelation - The TypeTypeRelation to update.public void deleteTypeTypeRelation(String typeTypeRelationId)
TypeTypeRelationBoServiceTypeTypeRelation with the given id.deleteTypeTypeRelation in interface TypeTypeRelationBoServicetypeTypeRelationId - to delete.public List<TypeTypeRelation> findTypeTypeRelationsByFromType(String fromTypeId)
findTypeTypeRelationsByFromType in interface TypeTypeRelationBoServicepublic List<TypeTypeRelation> findTypeTypeRelationsByToType(String toTypeId)
findTypeTypeRelationsByToType in interface TypeTypeRelationBoServicepublic List<TypeTypeRelation> findTypeTypeRelationsByRelationshipType(RelationshipType relationshipType)
findTypeTypeRelationsByRelationshipType in interface TypeTypeRelationBoServicepublic List<TypeTypeRelation> findTypeTypeRelationsBySequenceNumber(Integer sequenceNumber)
findTypeTypeRelationsBySequenceNumber in interface TypeTypeRelationBoServicepublic List<TypeTypeRelation> convertBosToImmutables(Collection<TypeTypeRelationBo> typeTypeRelationBos)
public TypeTypeRelation to(TypeTypeRelationBo typeTypeRelationBo)
TypeTypeRelationBoServiceTypeTypeRelationBo to its immutable counterpart, TypeTypeRelation.to in interface TypeTypeRelationBoServicetypeTypeRelationBo - the mutable business object.TypeTypeRelation the immutable object.public TypeTypeRelationBo from(TypeTypeRelation typeTypeRelation)
TypeTypeRelationBoServiceTypeTypeRelation to its mutable TypeTypeRelationBo counterpart.from in interface TypeTypeRelationBoServicetypeTypeRelation - the immutable object.TypeTypeRelationBo the mutable TypeTypeRelationBo.Copyright © 2005–2016 The Kuali Foundation. All rights reserved.