|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.r1.common.service.impl.BaseAssembler
@Deprecated public class BaseAssembler
Constructor Summary | |
---|---|
BaseAssembler()
Deprecated. |
Method Summary | ||
---|---|---|
static Map<String,String> |
toAttributeMap(List<? extends Attribute<?>> attributes)
Deprecated. |
|
static
|
toGenericAttributes(Class<A> attributeClass,
Map<String,String> attributeMap,
O owner,
CrudDao dao)
Deprecated. |
|
static
|
toGenericTypeInfo(Class<T> typeInfoClass,
S typeEntity)
Deprecated. |
|
static
|
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
|
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 |
---|
public BaseAssembler()
Method Detail |
---|
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 from
public 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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |