Subversion Repositories eFlore/Applications.coel

Rev

Rev 242 | Rev 748 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 242 Rev 306
Line 58... Line 58...
58
	}
58
	}
59
	public void setActionInfo(String a) {
59
	public void setActionInfo(String a) {
60
		this.set("truk_action", a);
60
		this.set("truk_action", a);
61
	}
61
	}
62
	public void setActionInfo(String type, Object valeur) {
62
	public void setActionInfo(String type, Object valeur) {
63
		ajouterChaineDenormaliseAvecType("truk_action", type, valeur);
63
		remplacerTypeDansChaineDenormalise("truk_action", type, valeur);
64
	}
64
	}
Line 65... Line 65...
65
	
65
	
66
	// PUBLICATION
66
	// PUBLICATION
67
	public String getPublication() {
67
	public String getPublication() {
Line 77... Line 77...
77
	}
77
	}
78
	public void setCollectionAutre(String ca) {
78
	public void setCollectionAutre(String ca) {
79
		this.set("collection_autre", ca);
79
		this.set("collection_autre", ca);
80
	}
80
	}
81
	public void setCollectionAutre(String type, Object valeur) {
81
	public void setCollectionAutre(String type, Object valeur) {
82
		ajouterChaineDenormaliseAvecType("collection_autre", type, valeur);
82
		remplacerTypeDansChaineDenormalise("collection_autre", type, valeur);
83
	}
83
	}
Line 84... Line 84...
84
	
84
	
85
	// ACTION FUTURE
85
	// ACTION FUTURE
86
	public String getActionFuture() {
86
	public String getActionFuture() {
Line 113... Line 113...
113
	}
113
	}
114
	public void setRechercheProvenance(String rp) {
114
	public void setRechercheProvenance(String rp) {
115
		this.set("truk_recherche_provenance", rp);
115
		this.set("truk_recherche_provenance", rp);
116
	}
116
	}
117
	public void setRechercheProvenance(String type, Object valeur) {
117
	public void setRechercheProvenance(String type, Object valeur) {
118
		ajouterChaineDenormaliseAvecType("truk_recherche_provenance", type, valeur);
118
		remplacerTypeDansChaineDenormalise("truk_recherche_provenance", type, valeur);
119
	}
119
	}
Line 120... Line 120...
120
	
120
	
121
	// RECHERCHE TYPE
121
	// RECHERCHE TYPE
122
	public String getRechercheType() {
122
	public String getRechercheType() {
123
		return renvoyerValeurCorrecte("truk_recherche_type");
123
		return renvoyerValeurCorrecte("truk_recherche_type");
124
	}
124
	}
125
	public void setRechercheType(String rt) {
125
	public void setRechercheType(String rt) {
126
		this.set("truk_recherche_type", rt);
126
		this.set("truk_recherche_type", rt);
127
	}
127
	}
128
	public void setRechercheType(String type, Object valeur) {
128
	public void setRechercheType(String type, Object valeur) {
129
		ajouterChaineDenormaliseAvecType("truk_recherche_type", type, valeur);
129
		remplacerTypeDansChaineDenormalise("truk_recherche_type", type, valeur);
Line 130... Line 130...
130
	}
130
	}
131
	
131
	
132
	// ACCES SANS MOTIF
132
	// ACCES SANS MOTIF