org.kuali.student.r1.common.service.impl
Class BaseAssembler

java.lang.Object
  extended by org.kuali.student.r1.common.service.impl.BaseAssembler
Direct Known Subclasses:
StatementAssembler, StatementTreeViewAssembler

Deprecated.

@Deprecated
public class BaseAssembler
extends Object


Constructor Summary
BaseAssembler()
          Deprecated.  
 
Method Summary
static Map<String,String> toAttributeMap(List<? extends Attribute<?>> attributes)
          Deprecated.  
static
<A extends Attribute<O>,O extends AttributeOwner<A>>
List<A>
toGenericAttributes(Class<A> attributeClass, Map<String,String> attributeMap, O owner, CrudDao dao)
          Deprecated.  
static
<T extends TypeInfo,S extends Type<?>>
T
toGenericTypeInfo(Class<T> typeInfoClass, S typeEntity)
          Deprecated.  
static
<T extends TypeInfo,S extends Type<?>>
List<T>
toGenericTypeInfoList(Class<T> typeInfoClass, List<S> typeEntities)
          Deprecated.  
static List<String> toGenericTypeKeyList(List<? extends Type<?>> typeEntities)
          Deprecated.  
protected static MetaInfo toMetaInfo(MetaEntity metaEntity)
          Deprecated.  
protected static MetaInfo toMetaInfo(Meta meta, Long versionInd)
          Deprecated.  
static
<T extends RichText>
T
toRichText(Class<T> richTextClass, RichTextInfo richTextInfo)
          Deprecated.  
static RichTextInfo toRichTextInfo(RichText entity)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseAssembler

public BaseAssembler()
Deprecated. 
Method Detail

toAttributeMap

public static Map<String,String> toAttributeMap(List<? extends Attribute<?>> attributes)
Deprecated. 

toGenericAttributes

public static <A extends Attribute<O>,O extends AttributeOwner<A>> List<A> toGenericAttributes(Class<A> attributeClass,
                                                                                               Map<String,String> attributeMap,
                                                                                               O owner,
                                                                                               CrudDao dao)
                                                        throws InvalidParameterException
Deprecated. 
Throws:
InvalidParameterException

toGenericTypeInfo

public static <T extends TypeInfo,S extends Type<?>> T toGenericTypeInfo(Class<T> typeInfoClass,
                                                                         S typeEntity)
Deprecated. 
Type Parameters:
T - TypeInfo class
S - Type Class
Parameters:
typeInfoClass - the class of the resulting typeInfo object
typeEntity - the typeEntity to copy from
Returns:
a new TypeInfo

toGenericTypeInfoList

public static <T extends TypeInfo,S extends Type<?>> List<T> toGenericTypeInfoList(Class<T> typeInfoClass,
                                                                                   List<S> typeEntities)
Deprecated. 

toGenericTypeKeyList

public static List<String> toGenericTypeKeyList(List<? extends Type<?>> typeEntities)
Deprecated. 

toMetaInfo

protected static MetaInfo toMetaInfo(MetaEntity metaEntity)
Deprecated. 

toMetaInfo

protected static MetaInfo toMetaInfo(Meta meta,
                                     Long versionInd)
Deprecated. 

toRichText

public static <T extends RichText> T toRichText(Class<T> richTextClass,
                                                RichTextInfo richTextInfo)
Deprecated. 

toRichTextInfo

public static RichTextInfo toRichTextInfo(RichText entity)
Deprecated. 


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.