org.kuali.student.lum.lrc.service.impl
Class LrcServiceAssembler
java.lang.Object
org.kuali.student.core.service.impl.BaseAssembler
org.kuali.student.lum.lrc.service.impl.LrcServiceAssembler
public class LrcServiceAssembler
- extends BaseAssembler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LrcServiceAssembler
public LrcServiceAssembler()
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.