|
Betty v1.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchristophedelory.betty.EntityToString
public class EntityToString
EJB string representations.
Field Summary | |
---|---|
static EntityToString |
SINGLETON
A ready-to-use instance of this class. |
Constructor Summary | |
---|---|
EntityToString()
|
Method Summary | |
---|---|
String |
toEntityString(DbEntity dbEntity,
Locale locale)
Returns a string representation of the specified EJB object. |
String |
toString(LocalBet dbEntity,
Locale locale)
Returns a string representation of the specified EJB object. |
String |
toString(LocalChampionship dbEntity,
Locale locale)
Returns a string representation of the specified EJB object. |
String |
toString(LocalEvent dbEntity,
Locale locale)
Returns a string representation of the specified EJB object. |
String |
toString(LocalLocation dbEntity,
Locale locale)
Returns a string representation of the specified EJB object. |
String |
toString(LocalMetadata dbEntity,
Locale locale)
Returns a string representation of the specified EJB object. |
String |
toString(LocalModel dbEntity,
Locale locale)
Returns a string representation of the specified EJB object. |
String |
toString(LocalPhase dbEntity,
Locale locale)
Returns a string representation of the specified EJB object. |
String |
toString(LocalPlayer dbEntity,
Locale locale)
Returns a string representation of the specified EJB object. |
String |
toString(LocalPlayerScore dbEntity,
Locale locale)
Returns a string representation of the specified EJB object. |
String |
toString(LocalProperty dbEntity,
Locale locale)
Returns a string representation of the specified EJB object. |
String |
toString(LocalResource dbEntity,
Locale locale)
Returns a string representation of the specified EJB object. |
String |
toString(LocalUser dbEntity,
Locale locale)
Returns a string representation of the specified EJB object. |
String |
toString(LocalUserRole dbEntity,
Locale locale)
Returns a string representation of the specified EJB object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final EntityToString SINGLETON
Constructor Detail |
---|
public EntityToString()
Method Detail |
---|
public String toEntityString(DbEntity dbEntity, Locale locale)
dbEntity
- the input EJB object. Shall not be null
.locale
- the target locale. May be null
.
null
.
NullPointerException
- if dbEntity
is null
.
EJBException
- if any exception occured during the execution of this method.public String toString(LocalBet dbEntity, Locale locale)
dbEntity
- the input EJB object. Shall not be null
.locale
- the target locale. May be null
.
null
.
NullPointerException
- if dbEntity
is null
.
EJBException
- if any exception occured during the execution of this method.public String toString(LocalPlayerScore dbEntity, Locale locale)
dbEntity
- the input EJB object. Shall not be null
.locale
- the target locale. May be null
.
null
.
NullPointerException
- if dbEntity
is null
.
EJBException
- if any exception occured during the execution of this method.public String toString(LocalChampionship dbEntity, Locale locale)
dbEntity
- the input EJB object. Shall not be null
.locale
- the target locale. May be null
.
null
.
NullPointerException
- if dbEntity
is null
.
EJBException
- if any exception occured during the execution of this method.public String toString(LocalPhase dbEntity, Locale locale)
dbEntity
- the input EJB object. Shall not be null
.locale
- the target locale. May be null
.
null
.
NullPointerException
- if dbEntity
is null
.
EJBException
- if any exception occured during the execution of this method.public String toString(LocalEvent dbEntity, Locale locale)
dbEntity
- the input EJB object. Shall not be null
.locale
- the target locale. May be null
.
null
.
NullPointerException
- if dbEntity
is null
.
EJBException
- if any exception occured during the execution of this method.public String toString(LocalLocation dbEntity, Locale locale)
dbEntity
- the input EJB object. Shall not be null
.locale
- the target locale. May be null
.
null
.
NullPointerException
- if dbEntity
is null
.
EJBException
- if any exception occured during the execution of this method.public String toString(LocalPlayer dbEntity, Locale locale)
dbEntity
- the input EJB object. Shall not be null
.locale
- the target locale. May be null
.
null
.
NullPointerException
- if dbEntity
is null
.
EJBException
- if any exception occured during the execution of this method.public String toString(LocalUser dbEntity, Locale locale)
dbEntity
- the input EJB object. Shall not be null
.locale
- the target locale. May be null
.
null
.
NullPointerException
- if dbEntity
is null
.
EJBException
- if any exception occured during the execution of this method.public String toString(LocalUserRole dbEntity, Locale locale)
dbEntity
- the input EJB object. Shall not be null
.locale
- the target locale. May be null
.
null
.
NullPointerException
- if dbEntity
is null
.
EJBException
- if any exception occured during the execution of this method.public String toString(LocalModel dbEntity, Locale locale)
dbEntity
- the input EJB object. Shall not be null
.locale
- the target locale. May be null
.
null
.
NullPointerException
- if dbEntity
is null
.
EJBException
- if any exception occured during the execution of this method.public String toString(LocalResource dbEntity, Locale locale)
dbEntity
- the input EJB object. Shall not be null
.locale
- the target locale. May be null
.
null
.
NullPointerException
- if dbEntity
is null
.
EJBException
- if any exception occured during the execution of this method.public String toString(LocalProperty dbEntity, Locale locale)
dbEntity
- the input EJB object. Shall not be null
.locale
- the target locale. May be null
.
null
.
NullPointerException
- if dbEntity
is null
.
EJBException
- if any exception occured during the execution of this method.public String toString(LocalMetadata dbEntity, Locale locale)
dbEntity
- the input EJB object. Shall not be null
.locale
- the target locale. May be null
.
null
.
NullPointerException
- if dbEntity
is null
.
EJBException
- if any exception occured during the execution of this method.
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |