is.idega.idegaweb.golf.entity
Interface TournamentGroup

All Superinterfaces:
java.lang.Comparable<com.idega.data.IDOEntity>, javax.ejb.EJBLocalObject, com.idega.data.genericentity.Group, com.idega.data.IDOEntity, com.idega.data.IDOLegacyEntity, com.idega.data.MetaDataCapable
All Known Implementing Classes:
TournamentGroupBMPBean

public interface TournamentGroup
extends Group


Field Summary
 
Fields inherited from interface com.idega.data.IDOLegacyEntity
STATE_DELETED, STATE_IN_SYNCH_WITH_DATASTORE, STATE_NEW, STATE_NEW_AND_NOT_IN_SYNCH_WITH_DATASTORE, STATE_NOT_IN_SYNCH_WITH_DATASTORE
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getExtraInfo()
           
 char getGender()
           
 java.lang.String getGenderString()
           
 java.lang.String getGroupType()
           
 int getMaxAge()
           
 float getMaxHandicap()
           
 int getMinAge()
           
 float getMinHandicap()
           
 java.lang.String getName()
           
 int getRegistrationFee(int p0)
           
 int getRegistrationFee(Tournament p0)
           
 TeeColor getTeeColor()
           
 int getTeeColorID()
           
 java.util.List getTournamentGroupsForUnion(int p0)
           
 java.util.List getTournamentGroupsForUnion(Union p0)
           
 Union getUnion()
           
 int getUnionID()
           
 boolean isValid()
           
 void setDefaultValues()
           
 void setDescription(java.lang.String p0)
           
 void setExtraInfo(java.lang.String p0)
           
 void setGender(java.lang.String p0)
           
 void setGroupType(java.lang.String p0)
           
 void setMaxAge(int p0)
           
 void setMaxHandicap(float p0)
           
 void setMinAge(int p0)
           
 void setMinHandicap(float p0)
           
 void setName(java.lang.String p0)
           
 void setTeeColor(int p0)
           
 void setTeeColor(TeeColor p0)
           
 void setUnion(Union p0)
           
 void setUnionID(int p0)
           
 void setValid(boolean valid)
           
 
Methods inherited from interface com.idega.data.genericentity.Group
addGroup, addMember, getAllGroupsContainingMember, getAllGroupsContainingThis, getGroupTypeValue
 
Methods inherited from interface com.idega.data.IDOLegacyEntity
addMetaData, addMetaData, addTo, addTo, addTo, addTo, addTo, addTo, addTo, addTreeRelationShip, clear, columnsHaveChanged, constructArray, delete, delete, deleteMetaData, deleteMultiple, deleteMultiple, empty, fillColumn, findAll, findAll, findAll, findAllByColumn, findAllByColumn, findAllByColumn, findAllByColumn, findAllByColumn, findAllByColumn, findAllByColumnDescendingOrdered, findAllByColumnDescendingOrdered, findAllByColumnEquals, findAllByColumnEquals, findAllByColumnEquals, findAllByColumnEquals, findAllByColumnEqualsOrdered, findAllByColumnEqualsOrdered, findAllByColumnEqualsOrdered, findAllByColumnOrdered, findAllByColumnOrdered, findAllByColumnOrdered, findAllByColumnOrdered, findAllDescendingOrdered, findAllOrdered, findAssociated, findAssociatedOrdered, findByPrimaryKey, findRelated, findRelated, findRelatedIDs, findRelatedIDs, findReverseRelated, freeConnection, freeConnection, getBlobColumnValue, getBooleanColumnValue, getCharColumnValue, getColumn, getColumnNames, getColumnOutputStream, getColumnValue, getConnection, getConnection, getDatasource, getDoubleColumnValue, getEditableColumnNames, getEmptyBlob, getEntityName, getEntityState, getFloatColumnValue, getID, getIDColumnName, getIDInteger, getIfEditable, getIfInsertStartData, getIfNullable, getIfUnique, getIfVisible, getInputStreamColumnValue, getIntColumnValue, getIntegerColumnValue, getIntTableValue, getLobColumnName, getLongName, getMaxColumnValue, getMaxColumnValue, getMaxLength, getMetaDataDelete, getMetaDataIds, getMetaDataInsert, getMetaDataUpdate, getNameOfMiddleTable, getNumberOfRecords, getNumberOfRecords, getNumberOfRecords, getNumberOfRecords, getNumberOfRecords, getNumberOfRecordsRelated, getNumberOfRecordsReverseRelated, getPrimaryKeyValue, getRelationShipClass, getRelationShipType, getStorageClassName, getStorageClassType, getStringColumnValue, getTableName, getVisibleColumnNames, hasBeenSetNull, hasLobColumn, hasMetaDataRelationship, insert, insert, insertMetaData, isInSynchWithDatastore, isNull, isPrimaryKey, metaDataHasChanged, metaDataHasChanged, removeFrom, removeFrom, removeFrom, removeFrom, removeFrom, removeFromColumn, removeMetaData, reverseRemoveFrom, setColumn, setColumn, setColumn, setColumn, setColumn, setColumn, setColumn, setColumn, setDatasource, setEntityState, setID, setID, setLongName, setMaxLength, setNullable, setRelationShipClassName, setRelationShipType, setStorageClassName, setStorageClassType, setStringColumn, setToInsertStartData, setUnique, setVisible, toString, update, update, updateMetaData
 
Methods inherited from interface com.idega.data.IDOEntity
decode, decode, getEntityDefinition, store
 
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface com.idega.data.MetaDataCapable
getMetaData, getMetaDataAttributes, getMetaDataTypes, renameMetaData, renameMetaData, setMetaData, setMetaData, setMetaDataAttributes
 

Method Detail

getDescription

java.lang.String getDescription()
Specified by:
getDescription in interface com.idega.data.genericentity.Group

getExtraInfo

java.lang.String getExtraInfo()
Specified by:
getExtraInfo in interface com.idega.data.genericentity.Group

getGender

char getGender()

getGenderString

java.lang.String getGenderString()

getGroupType

java.lang.String getGroupType()
Specified by:
getGroupType in interface com.idega.data.genericentity.Group

getMaxAge

int getMaxAge()

getMaxHandicap

float getMaxHandicap()

getMinAge

int getMinAge()

getMinHandicap

float getMinHandicap()

getName

java.lang.String getName()
Specified by:
getName in interface com.idega.data.genericentity.Group
Specified by:
getName in interface com.idega.data.IDOLegacyEntity

getRegistrationFee

int getRegistrationFee(Tournament p0)

getRegistrationFee

int getRegistrationFee(int p0)

getTeeColor

TeeColor getTeeColor()

getTeeColorID

int getTeeColorID()

getTournamentGroupsForUnion

java.util.List getTournamentGroupsForUnion(int p0)
                                           throws java.lang.Exception
Throws:
java.lang.Exception

getTournamentGroupsForUnion

java.util.List getTournamentGroupsForUnion(Union p0)
                                           throws java.lang.Exception
Throws:
java.lang.Exception

getUnion

Union getUnion()

getUnionID

int getUnionID()

setDefaultValues

void setDefaultValues()
Specified by:
setDefaultValues in interface com.idega.data.genericentity.Group
Specified by:
setDefaultValues in interface com.idega.data.IDOLegacyEntity

setDescription

void setDescription(java.lang.String p0)
Specified by:
setDescription in interface com.idega.data.genericentity.Group

setExtraInfo

void setExtraInfo(java.lang.String p0)
Specified by:
setExtraInfo in interface com.idega.data.genericentity.Group

setGender

void setGender(java.lang.String p0)

setGroupType

void setGroupType(java.lang.String p0)
Specified by:
setGroupType in interface com.idega.data.genericentity.Group

setMaxAge

void setMaxAge(int p0)

setMaxHandicap

void setMaxHandicap(float p0)

setMinAge

void setMinAge(int p0)

setMinHandicap

void setMinHandicap(float p0)

setName

void setName(java.lang.String p0)
Specified by:
setName in interface com.idega.data.genericentity.Group
Specified by:
setName in interface com.idega.data.IDOLegacyEntity

setTeeColor

void setTeeColor(TeeColor p0)

setTeeColor

void setTeeColor(int p0)

setUnion

void setUnion(Union p0)

setUnionID

void setUnionID(int p0)

isValid

boolean isValid()

setValid

void setValid(boolean valid)


Copyright © 2000-2014 idega software. All Rights Reserved.