Project

General

Profile

« Previous | Next » 

Revision b606df4d

Added by Andreas Müller almost 11 years ago

first version of abbreviated title cache generation for references : #1551

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/strategy/cache/reference/IReferenceBaseCacheStrategy.java
24 24
	 * Returns a short version of the reference, suitable for citation (e.g. ${authorname}, ${year})
25 25
	 * @return
26 26
	 */
27
	public String getCitation(T referenceBase);
27
	public String getCitation(T reference);
28
	
29
	/**
30
	 * Returns the abbreviated title cache which is a title cache which uses the {@link Reference#getAbbrevTitle() abbrev title}
31
	 * @return
32
	 */
33
	public String getAbbrevTitleCache(T reference);
34
	
28 35

  
29 36
}

Also available in: Unified diff