public abstract class BaseIndividualTemplateModel extends BaseTemplateModel
| Modifier and Type | Field and Description |
|---|---|
protected Individual |
individual |
protected LoginStatusBean |
loginStatusBean |
protected GroupedPropertyList |
propertyList |
protected VitroRequest |
vreq |
| Constructor and Description |
|---|
BaseIndividualTemplateModel(Individual individual,
VitroRequest vreq) |
| Modifier and Type | Method and Description |
|---|---|
String |
controlPanelUrl() |
String |
getImageUrl() |
String |
getLocalName() |
Collection<String> |
getMostSpecificTypes() |
String |
getName() |
NameStatementTemplateModel |
getNameStatement() |
String |
getProfileUrl() |
GroupedPropertyList |
getPropertyList() |
String |
getRdfUrl() |
boolean |
getShowAdminPanel() |
String |
getThumbUrl() |
String |
getUri() |
boolean |
isEditable()
This page is editable if the user is authorized to add a data property or
an object property to the Individual being shown.
|
protected boolean |
isVClass(String vClassUri) |
String |
selfEditingId() |
cleanMapValuesForDisplay, cleanTextForDisplay, cleanURIForDisplay, getUrl, getUrl, getUrl, simpleScriptStripperprotected final Individual individual
protected final LoginStatusBean loginStatusBean
protected final VitroRequest vreq
protected GroupedPropertyList propertyList
public BaseIndividualTemplateModel(Individual individual, VitroRequest vreq)
protected boolean isVClass(String vClassUri)
public String getProfileUrl()
public String getImageUrl()
public String getThumbUrl()
public String getRdfUrl()
public GroupedPropertyList getPropertyList()
public boolean isEditable()
public boolean getShowAdminPanel()
public NameStatementTemplateModel getNameStatement()
public String getName()
public Collection<String> getMostSpecificTypes()
public String getUri()
public String getLocalName()
public String selfEditingId()
public String controlPanelUrl()
Copyright © 2016. All rights reserved.