public class ItemHtmlBuilder extends ItemHistoryBuilder
Modifier and Type | Class and Description |
---|---|
static interface |
ItemHtmlBuilder.FormatTRI |
Modifier and Type | Field and Description |
---|---|
protected Date |
as_of_date |
Constructor and Description |
---|
ItemHtmlBuilder() |
ItemHtmlBuilder(Date as_of_date) |
Modifier and Type | Method and Description |
---|---|
static String |
build(Date as_of_date,
List<FlattenedItemI> items) |
void |
buildLayeredHTML(FlattenedItemA.ChildCollection all_props,
int level,
StringBuffer sb,
String label,
Integer parent) |
String |
buildLayeredHTML(List<FlattenedItemI> items) |
String |
call(List<FlattenedItemI> items) |
boolean |
isBrandNew(FlattenedItemI i) |
boolean |
isNew(FlattenedItemI i) |
boolean |
isOld(FlattenedItemI i) |
void |
renderChildren(Map<String,FlattenedItemA.ChildCollection> items,
int level,
StringBuffer sb,
Integer parent) |
differBy
protected final Date as_of_date
public ItemHtmlBuilder()
public ItemHtmlBuilder(Date as_of_date)
public static String build(Date as_of_date, List<FlattenedItemI> items) throws Exception
Exception
public String call(List<FlattenedItemI> items) throws Exception
Exception
public String buildLayeredHTML(List<FlattenedItemI> items) throws Exception
Exception
public void buildLayeredHTML(FlattenedItemA.ChildCollection all_props, int level, StringBuffer sb, String label, Integer parent) throws Exception
Exception
public boolean isNew(FlattenedItemI i)
public boolean isBrandNew(FlattenedItemI i)
public boolean isOld(FlattenedItemI i)
public void renderChildren(Map<String,FlattenedItemA.ChildCollection> items, int level, StringBuffer sb, Integer parent) throws Exception
Exception
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.