Project

General

Profile

« Previous | Next » 

Revision 236ab161

Added by Andreas Müller almost 9 years ago

Rename remaining occurrences of xxxAuthorTeam #4968

Rename remaining occurrences of combinationAuthorTeam and
basionymAuthorTeam in code and other files

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/name/BotanicalName.java
114 114
	 * 			<i>this</i> botanical taxon name if its rank is species aggregate or lower
115 115
	 * @param	infraSpecificEpithet  the string for the second epithet of
116 116
	 * 			<i>this</i> botanical taxon name if its rank is lower than species
117
	 * @param	combinationAuthorTeam  the author or the team who published <i>this</i> botanical taxon name
117
	 * @param	combinationAuthorship  the author or the team who published <i>this</i> botanical taxon name
118 118
	 * @param	nomenclaturalReference  the nomenclatural reference where <i>this</i> botanical taxon name was published
119 119
	 * @param	nomenclMicroRef  the string with the details for precise location within the nomenclatural reference
120 120
	 * @param	homotypicalGroup  the homotypical group to which <i>this</i> botanical taxon name belongs
......
125 125
	 * @see 	eu.etaxonomy.cdm.strategy.cache.name.INonViralNameCacheStrategy
126 126
	 * @see 	eu.etaxonomy.cdm.strategy.cache.common.IIdentifiableEntityCacheStrategy
127 127
	 */
128
	protected BotanicalName(Rank rank, String genusOrUninomial, String infraGenericEpithet, String specificEpithet, String infraSpecificEpithet, TeamOrPersonBase combinationAuthorTeam, INomenclaturalReference nomenclaturalReference, String nomenclMicroRef, HomotypicalGroup homotypicalGroup) {
129
		super(rank, genusOrUninomial, infraGenericEpithet, specificEpithet, infraSpecificEpithet, combinationAuthorTeam, nomenclaturalReference, nomenclMicroRef, homotypicalGroup);
128
	protected BotanicalName(Rank rank, String genusOrUninomial, String infraGenericEpithet, String specificEpithet, String infraSpecificEpithet, TeamOrPersonBase combinationAuthorship, INomenclaturalReference nomenclaturalReference, String nomenclMicroRef, HomotypicalGroup homotypicalGroup) {
129
		super(rank, genusOrUninomial, infraGenericEpithet, specificEpithet, infraSpecificEpithet, combinationAuthorship, nomenclaturalReference, nomenclMicroRef, homotypicalGroup);
130 130
		this.cacheStrategy = BotanicNameDefaultCacheStrategy.NewInstance();
131 131
	}
132 132

  
......
186 186
	 * 			<i>this</i> botanical taxon name if its rank is species aggregate or lower
187 187
	 * @param	infraSpecificEpithet  the string for the second epithet of
188 188
	 * 			<i>this</i> botanical taxon name if its rank is lower than species
189
	 * @param	combinationAuthorTeam  the author or the team who published <i>this</i> botanical taxon name
189
	 * @param	combinationAuthorship  the author or the team who published <i>this</i> botanical taxon name
190 190
	 * @param	nomenclaturalReference  the nomenclatural reference where <i>this</i> botanical taxon name was published
191 191
	 * @param	nomenclMicroRef  the string with the details for precise location within the nomenclatural reference
192 192
	 * @param	homotypicalGroup  the homotypical group to which <i>this</i> botanical taxon name belongs
......
195 195
	 * @see		ZoologicalName#ZoologicalName(Rank, String, String, String, String, TeamOrPersonBase, INomenclaturalReference, String, HomotypicalGroup)
196 196
	 * @see 	eu.etaxonomy.cdm.strategy.cache.name.BotanicNameDefaultCacheStrategy
197 197
	 */
198
	public static  BotanicalName NewInstance(Rank rank, String genusOrUninomial, String infraGenericEpithet, String specificEpithet, String infraSpecificEpithet, TeamOrPersonBase combinationAuthorTeam, INomenclaturalReference nomenclaturalReference, String nomenclMicroRef, HomotypicalGroup homotypicalGroup) {
199
		return new BotanicalName(rank, genusOrUninomial, infraGenericEpithet, specificEpithet, infraSpecificEpithet, combinationAuthorTeam, nomenclaturalReference, nomenclMicroRef, homotypicalGroup);
198
	public static  BotanicalName NewInstance(Rank rank, String genusOrUninomial, String infraGenericEpithet, String specificEpithet, String infraSpecificEpithet, TeamOrPersonBase combinationAuthorship, INomenclaturalReference nomenclaturalReference, String nomenclMicroRef, HomotypicalGroup homotypicalGroup) {
199
		return new BotanicalName(rank, genusOrUninomial, infraGenericEpithet, specificEpithet, infraSpecificEpithet, combinationAuthorship, nomenclaturalReference, nomenclMicroRef, homotypicalGroup);
200 200
	}
201 201

  
202 202
	/**

Also available in: Unified diff