|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ISpieler in de.hattrickorganizer.gui.keepertool |
---|
Constructors in de.hattrickorganizer.gui.keepertool with parameters of type ISpieler | |
---|---|
PlayerItem(ISpieler spieler)
Creates a new PlayerItem object. |
Uses of ISpieler in de.hattrickorganizer.gui.model |
---|
Methods in de.hattrickorganizer.gui.model that return ISpieler | |
---|---|
ISpieler |
SpielerCBItem.getSpieler()
TODO Missing Method Documentation |
Methods in de.hattrickorganizer.gui.model with parameters of type ISpieler | |
---|---|
void |
SpielerCBItem.setSpieler(ISpieler spieler)
TODO Missing Method Documentation |
void |
SpielerCBItem.setValues(java.lang.String text,
float poswert,
ISpieler spieler)
TODO Missing Method Documentation |
Constructors in de.hattrickorganizer.gui.model with parameters of type ISpieler | |
---|---|
SpielerCBItem(java.lang.String text,
float poswert,
ISpieler spieler)
Creates a new SpielerCBItem object. |
Uses of ISpieler in de.hattrickorganizer.gui.pluginWrapper |
---|
Methods in de.hattrickorganizer.gui.pluginWrapper with parameters of type ISpieler | |
---|---|
IHOTableEntry |
GUIPluginWrapper.createPlayerTableEntry(ISpieler player,
int positionid,
byte taktic,
float positionvalue,
boolean showTrikot,
boolean showWeatherwarning)
TODO Missing Method Documentation |
ISpielerComboboxItem |
GUIPluginWrapper.createSpielerComboboxItem(java.lang.String text,
float posvalue,
ISpieler player)
TODO Missing Method Documentation |
Uses of ISpieler in de.hattrickorganizer.gui.templates |
---|
Methods in de.hattrickorganizer.gui.templates that return ISpieler | |
---|---|
ISpieler |
SpielerLabelEntry.getSpieler()
TODO Missing Method Documentation |
Methods in de.hattrickorganizer.gui.templates with parameters of type ISpieler | |
---|---|
static java.awt.Color |
ColorLabelEntry.getForegroundForSpieler(ISpieler spieler)
|
void |
SpielerLabelEntry.updateComponent(ISpieler spieler,
SpielerPosition positionAktuell,
float positionsbewertung)
Aktualisierung des Entrys |
Constructors in de.hattrickorganizer.gui.templates with parameters of type ISpieler | |
---|---|
SpielerLabelEntry(ISpieler spieler,
SpielerPosition positionAktuell,
float positionsbewertung,
boolean showTrikot,
boolean showWetterwarnung)
Label für den Spielernamen (je nach Status) |
Uses of ISpieler in de.hattrickorganizer.logik |
---|
Methods in de.hattrickorganizer.logik with parameters of type ISpieler | |
---|---|
ITrainingPerPlayer |
TrainingsManager.calculateFullTrainingForPlayer(ISpieler inputSpieler,
java.util.Vector inputTrainings,
java.sql.Timestamp timestamp)
liefert die komplette Trainings in jedem skill eines Spielers calculates TRaining for given Player for each skill |
ITrainingPerPlayer |
TrainingsManager.calculateWeeklyTrainingForPlayer(ISpieler inputSpieler,
ITrainingWeek train)
|
ITrainingPerPlayer |
TrainingsManager.calculateWeeklyTrainingForPlayer(ISpieler inputSpieler,
ITrainingWeek train,
java.sql.Timestamp timestamp)
liefert die komplette Trainings in jedem skill eines Spielers calculates Training for given Player for each skill |
IEPVData |
EPV.getEPVData(ISpieler spieler)
TODO Missing Method Documentation |
ITrainingPerPlayer |
TrainingsManager.getTrainingPerPlayer(ISpieler player)
returns a ITrainingPerPlayer instance for a specific player |
Constructors in de.hattrickorganizer.logik with parameters of type ISpieler | |
---|---|
FutureTrainingManager(ISpieler p,
java.util.List trainings,
int cotrainer,
int keeper,
int trainerLvl)
Calculates the effects of the future trainings for the provided player |
Uses of ISpieler in de.hattrickorganizer.model |
---|
Classes in de.hattrickorganizer.model that implement ISpieler | |
---|---|
class |
Spieler
DOCUMENT ME! |
Methods in de.hattrickorganizer.model that return ISpieler | |
---|---|
ISpieler |
HOMiniModel.createPlayer(IPlayerData data)
|
ISpieler |
AufstellungOld.getPlayerByPositionID(int positionsid)
TODO Missing Method Documentation |
ISpieler |
Aufstellung.getPlayerByPositionID(int positionsid)
TODO Missing Method Documentation |
ISpieler |
TrainingPerPlayer.getSpieler()
Getter for property spieler. |
ISpieler |
HOMiniModel.getSpieler(int id)
Gibt den Spieler mit der ID zurück |
ISpieler |
HOMiniModel.getSpielerAtDate(int spielerid,
java.sql.Timestamp time)
Fetches players data to a given time |
ISpieler |
HOMiniModel.getTrainer()
Gibt den Trainer zurück |
Methods in de.hattrickorganizer.model with parameters of type ISpieler | |
---|---|
void |
Spieler.calcFullSubskills(ISpieler old,
int coTrainer,
int twTrainer,
int trainerlevel,
int intensitaet,
int staminaTrainingPart,
java.sql.Timestamp hrftimestamp)
Berechnet die Subskills Wird beim Speichern des HRFs in der Datenbank aufgerufen direkt bevor die Spieler gespeichert werden. |
void |
Spieler.calcIncrementalSubskills(ISpieler old,
int coTrainer,
int twTrainer,
int trainerlevel,
int intensitaet,
int staminaTrainingPart,
int hrfID)
Berechnet die Subskills Wird beim Speichern des HRFs in der Datenbank aufgerufen direkt bevor die Spieler gespeichert werden. |
protected boolean |
Spieler.check4SkillUp(int skill,
ISpieler oldPlayer)
pr�ft ob Skillup vorliegt |
void |
Spieler.copySubSkills(ISpieler old)
Copy old player offset status |
IFutureTrainingManager |
HOMiniModel.getFutureTrainingManager(ISpieler p,
java.util.List trainings,
int cotrainer,
int keeper,
int trainerLvl)
|
void |
AufstellungOld.setSpieler(int position,
byte taktic,
ISpieler player)
|
void |
TrainingPerPlayer.setSpieler(ISpieler spieler)
Setter for property spieler. |
Constructors in de.hattrickorganizer.model with parameters of type ISpieler | |
---|---|
EPVData(ISpieler s)
Creates a new EPVData object. |
|
TrainingPerPlayer(ISpieler player)
Creates a new TrainingPerPlayer object initialized with a specific player |
Uses of ISpieler in de.hattrickorganizer.prediction |
---|
Methods in de.hattrickorganizer.prediction with parameters of type ISpieler | |
---|---|
static float |
RatingPredictionManager.calcPlayerStrength(ISpieler spieler,
int skillType)
|
static float |
RatingPredictionManager.calcPlayerStrength(ISpieler spieler,
int skillType,
boolean useForm)
|
Uses of ISpieler in de.hattrickorganizer.tools |
---|
Methods in de.hattrickorganizer.tools that return ISpieler | |
---|---|
ISpieler |
HelperWrapper.createSpielerFromText(java.lang.String text)
TODO Missing Method Documentation |
Methods in de.hattrickorganizer.tools with parameters of type ISpieler | |
---|---|
void |
HelperWrapper.addTempSpieler(ISpieler spieler)
TODO Missing Method Documentation |
static boolean |
PlayerHelper.check4SkillUp(int skill,
ISpieler oldPlayer,
ISpieler currentPlayer)
check Skillup |
Uses of ISpieler in plugins |
---|
Methods in plugins that return ISpieler | |
---|---|
ISpieler |
IHOMiniModel.createPlayer(IPlayerData data)
Creates a ISpieler instance for external use |
ISpieler |
IHelper.createSpielerFromText(java.lang.String text)
Parse a text ( from HT-playerpage ) and create an ISpieler from it. |
ISpieler |
ILineUp.getPlayerByPositionID(int positionsid)
gets a Player for given Position |
ISpieler |
ITrainingPerPlayer.getSpieler()
Getter for property spieler. |
ISpieler |
ISpielerComboboxItem.getSpieler()
TODO Missing Method Documentation |
ISpieler |
IHOMiniModel.getSpieler(int id)
Returns the player with the id |
ISpieler |
IHOMiniModel.getSpielerAtDate(int spielerid,
java.sql.Timestamp time)
Fetches players data to a given time |
ISpieler |
IHOMiniModel.getTrainer()
Returns the Coach |
Methods in plugins with parameters of type ISpieler | |
---|---|
void |
IHelper.addTempSpieler(ISpieler spieler)
Add a player to HO! temporary |
IHOTableEntry |
IGUI.createPlayerTableEntry(ISpieler player,
int positionid,
byte taktic,
float positionvalue,
boolean showTrikot,
boolean showWeatherwarning)
Returns a IHOTableEntry for a player. |
ISpielerComboboxItem |
IGUI.createSpielerComboboxItem(java.lang.String text,
float posvalue,
ISpieler player)
Returns a Item for a JCombobox with the addPlayerComboboxRenderer() set. |
IEPVData |
IEPV.getEPVData(ISpieler spieler)
DOCUMENT ME! |
IFutureTrainingManager |
IHOMiniModel.getFutureTrainingManager(ISpieler p,
java.util.List trainings,
int cotrainer,
int keeper,
int trainerLvl)
gets IFutureTrainingManager |
ITrainingPerPlayer |
ITrainingsManager.getTrainingPerPlayer(ISpieler player)
returns a ITrainingPerPlayer instance for a specific player |
void |
ISpielerComboboxItem.setValues(java.lang.String text,
float poswert,
ISpieler spieler)
DOCUMENT ME! |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |