Interface ShortViewService.TemplateAndSupplementalData
-
- Enclosing interface:
- ShortViewService
public static interface ShortViewService.TemplateAndSupplementalDataThe information associated with a particular short view.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>getSupplementalData()The results of any custom data getters were associated with this individual in this short view context.StringgetTemplateName()The name of the template to be used in the short view.
-
-
-
Method Detail
-
getTemplateName
String getTemplateName()
The name of the template to be used in the short view. Either the custom view assigned to the individual and context, or the default view. Never empty or null, but it might refer to a template that can't be located.
-
-