org.kuali.student.lum.lrc.service.impl
Class LrcServiceAssembler

java.lang.Object
  extended by org.kuali.student.core.service.impl.BaseAssembler
      extended by org.kuali.student.lum.lrc.service.impl.LrcServiceAssembler

public class LrcServiceAssembler
extends BaseAssembler


Constructor Summary
LrcServiceAssembler()
           
 
Method Summary
static List<ResultComponentInfo> toReListComonentInfos(List<ResultComponent> entities)
           
static void toResultComponent(ResultComponent entity, ResultComponentInfo dto, LrcDao lrcDao)
           
static ResultComponent toResultComponent(String resultComponentTypeKey, ResultComponentInfo dto, LrcDao lrcDao)
           
static ResultComponentInfo toResultComponentInfo(ResultComponent entity)
           
static ResultComponentTypeInfo toResultComponentTypeInfo(ResultComponentType entity)
           
static List<ResultComponentTypeInfo> toResultComponentTypeInfos(List<ResultComponentType> entites)
           
static ScaleInfo toScaleInfo(Scale entity)
           
 
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

LrcServiceAssembler

public LrcServiceAssembler()
Method Detail

toResultComponentInfo

public static ResultComponentInfo toResultComponentInfo(ResultComponent entity)

toReListComonentInfos

public static List<ResultComponentInfo> toReListComonentInfos(List<ResultComponent> entities)

toResultComponentTypeInfo

public static ResultComponentTypeInfo toResultComponentTypeInfo(ResultComponentType entity)

toResultComponentTypeInfos

public static List<ResultComponentTypeInfo> toResultComponentTypeInfos(List<ResultComponentType> entites)

toScaleInfo

public static ScaleInfo toScaleInfo(Scale entity)

toResultComponent

public static ResultComponent toResultComponent(String resultComponentTypeKey,
                                                ResultComponentInfo dto,
                                                LrcDao lrcDao)
                                         throws DoesNotExistException,
                                                InvalidParameterException,
                                                DataValidationErrorException
Throws:
DoesNotExistException
InvalidParameterException
DataValidationErrorException

toResultComponent

public static void toResultComponent(ResultComponent entity,
                                     ResultComponentInfo dto,
                                     LrcDao lrcDao)
                              throws DoesNotExistException,
                                     InvalidParameterException,
                                     DataValidationErrorException
Throws:
DoesNotExistException
InvalidParameterException
DataValidationErrorException


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