org.kuali.student.lum.lo.service.impl
Class LearningObjectiveServiceAssembler

java.lang.Object
  extended by org.kuali.student.core.service.impl.BaseAssembler
      extended by org.kuali.student.lum.lo.service.impl.LearningObjectiveServiceAssembler

public class LearningObjectiveServiceAssembler
extends BaseAssembler


Constructor Summary
LearningObjectiveServiceAssembler()
           
 
Method Summary
static Lo toLo(boolean isUpdate, LoInfo dto, CrudDao dao)
           
static Lo toLo(boolean isUpdate, Lo entity, LoInfo dto, CrudDao dao)
           
static LoCategory toLoCategory(LoCategoryInfo dto, LoDao dao)
           
static LoCategory toLoCategory(LoCategory entity, LoCategoryInfo dto, LoDao dao)
           
static LoCategoryInfo toLoCategoryInfo(LoCategory entity)
           
static List<LoCategoryInfo> toLoCategoryInfos(List<LoCategory> categories)
           
static LoCategoryType toLoCategoryType(LoCategoryType entity, LoCategoryTypeInfo dto, LoDao dao)
           
static LoCategoryTypeInfo toLoCategoryTypeInfo(LoCategoryType loCatType)
           
static List<LoCategoryTypeInfo> toLoCategoryTypeInfos(List<LoCategoryType> categoryTypes)
           
static LoInfo toLoInfo(Lo entity)
           
static List<LoInfo> toLoInfos(List<Lo> los)
           
static LoLoRelation toLoLoRelation(boolean isUpdate, LoLoRelationInfo dto, CrudDao dao)
           
static LoLoRelation toLoLoRelation(boolean isUpdate, LoLoRelation entity, LoLoRelationInfo dto, CrudDao dao)
           
static LoLoRelationInfo toLoLoRelationInfo(LoLoRelation entity)
           
static List<LoLoRelationInfo> toLoLoRelationInfos(List<LoLoRelation> llRelations)
           
static LoLoRelationTypeInfo toLoLoRelationTypeInfo(LoLoRelationType loLoRelType)
           
static List<LoLoRelationTypeInfo> toLoLoRelationTypeInfos(List<LoLoRelationType> find)
           
static LoRepositoryInfo toLoRepositoryInfo(LoRepository entity)
           
static List<LoRepositoryInfo> toLoRepositoryInfos(List<LoRepository> repositories)
           
static LoTypeInfo toLoTypeInfo(LoType entity)
           
static List<LoTypeInfo> toLoTypeInfos(List<LoType> find)
           
 
Methods inherited from class org.kuali.student.core.service.impl.BaseAssembler
toAttributeMap, toGenericAttributes, toGenericTypeInfo, toGenericTypeInfoList, toGenericTypeKeyList, toMetaInfo, toMetaInfo, toRichText, toRichTextInfo, toVersionInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LearningObjectiveServiceAssembler

public LearningObjectiveServiceAssembler()
Method Detail

toLo

public static Lo toLo(boolean isUpdate,
                      LoInfo dto,
                      CrudDao dao)
               throws InvalidParameterException,
                      DoesNotExistException,
                      VersionMismatchException
Throws:
InvalidParameterException
DoesNotExistException
VersionMismatchException

toLo

public static Lo toLo(boolean isUpdate,
                      Lo entity,
                      LoInfo dto,
                      CrudDao dao)
               throws InvalidParameterException,
                      DoesNotExistException,
                      VersionMismatchException
Throws:
InvalidParameterException
DoesNotExistException
VersionMismatchException

toLoInfo

public static LoInfo toLoInfo(Lo entity)

toLoCategory

public static LoCategory toLoCategory(LoCategoryInfo dto,
                                      LoDao dao)
                               throws InvalidParameterException,
                                      DoesNotExistException
Throws:
InvalidParameterException
DoesNotExistException

toLoCategory

public static LoCategory toLoCategory(LoCategory entity,
                                      LoCategoryInfo dto,
                                      LoDao dao)
                               throws InvalidParameterException,
                                      DoesNotExistException
Throws:
InvalidParameterException
DoesNotExistException

toLoCategoryInfo

public static LoCategoryInfo toLoCategoryInfo(LoCategory entity)

toLoRepositoryInfo

public static LoRepositoryInfo toLoRepositoryInfo(LoRepository entity)

toLoTypeInfo

public static LoTypeInfo toLoTypeInfo(LoType entity)

toLoInfos

public static List<LoInfo> toLoInfos(List<Lo> los)

toLoCategoryInfos

public static List<LoCategoryInfo> toLoCategoryInfos(List<LoCategory> categories)

toLoRepositoryInfos

public static List<LoRepositoryInfo> toLoRepositoryInfos(List<LoRepository> repositories)

toLoTypeInfos

public static List<LoTypeInfo> toLoTypeInfos(List<LoType> find)

toLoLoRelationTypeInfos

public static List<LoLoRelationTypeInfo> toLoLoRelationTypeInfos(List<LoLoRelationType> find)

toLoLoRelationTypeInfo

public static LoLoRelationTypeInfo toLoLoRelationTypeInfo(LoLoRelationType loLoRelType)

toLoLoRelation

public static LoLoRelation toLoLoRelation(boolean isUpdate,
                                          LoLoRelationInfo dto,
                                          CrudDao dao)
                                   throws DoesNotExistException,
                                          VersionMismatchException,
                                          InvalidParameterException
Throws:
DoesNotExistException
VersionMismatchException
InvalidParameterException

toLoLoRelation

public static LoLoRelation toLoLoRelation(boolean isUpdate,
                                          LoLoRelation entity,
                                          LoLoRelationInfo dto,
                                          CrudDao dao)
                                   throws DoesNotExistException,
                                          VersionMismatchException,
                                          InvalidParameterException
Throws:
DoesNotExistException
VersionMismatchException
InvalidParameterException

toLoLoRelationInfo

public static LoLoRelationInfo toLoLoRelationInfo(LoLoRelation entity)

toLoCategoryType

public static LoCategoryType toLoCategoryType(LoCategoryType entity,
                                              LoCategoryTypeInfo dto,
                                              LoDao dao)
                                       throws InvalidParameterException
Throws:
InvalidParameterException

toLoCategoryTypeInfo

public static LoCategoryTypeInfo toLoCategoryTypeInfo(LoCategoryType loCatType)

toLoCategoryTypeInfos

public static List<LoCategoryTypeInfo> toLoCategoryTypeInfos(List<LoCategoryType> categoryTypes)

toLoLoRelationInfos

public static List<LoLoRelationInfo> toLoLoRelationInfos(List<LoLoRelation> llRelations)


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.