@Deprecated public class BaseAssembler extends Object
Constructor and Description |
---|
BaseAssembler()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
toAttributeMap(List<? extends Attribute<?>> attributes)
Deprecated.
|
static <A extends Attribute<O>,O extends AttributeOwner<A>> |
toGenericAttributes(Class<A> attributeClass,
Map<String,String> attributeMap,
O owner,
CrudDao dao)
Deprecated.
|
static <T extends TypeInfo,S extends Type<?>> |
toGenericTypeInfo(Class<T> typeInfoClass,
S typeEntity)
Deprecated.
|
static <T extends TypeInfo,S extends Type<?>> |
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> |
toRichText(Class<T> richTextClass,
RichTextInfo richTextInfo)
Deprecated.
|
static RichTextInfo |
toRichTextInfo(RichText entity)
Deprecated.
|
public BaseAssembler()
public static Map<String,String> toAttributeMap(List<? extends Attribute<?>> attributes)
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
InvalidParameterException
public static <T extends TypeInfo,S extends Type<?>> T toGenericTypeInfo(Class<T> typeInfoClass, S typeEntity)
T
- TypeInfo classS
- Type ClasstypeInfoClass
- the class of the resulting typeInfo objecttypeEntity
- the typeEntity to copy frompublic static <T extends TypeInfo,S extends Type<?>> List<T> toGenericTypeInfoList(Class<T> typeInfoClass, List<S> typeEntities)
public static List<String> toGenericTypeKeyList(List<? extends Type<?>> typeEntities)
protected static MetaInfo toMetaInfo(MetaEntity metaEntity)
protected static MetaInfo toMetaInfo(Meta meta, Long versionInd)
public static <T extends RichText> T toRichText(Class<T> richTextClass, RichTextInfo richTextInfo)
public static RichTextInfo toRichTextInfo(RichText entity)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.