|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.centrasite.appl.framework.beans.standard.impl.StandardMappingUtils
public final class StandardMappingUtils
Method Summary | |
---|---|
static EmailAddress |
getEmailAddress(javax.xml.registry.infomodel.EmailAddress emailAdrress)
Gets TelephoneNumber for given JAXR
TelephoneNumber |
static InternationalString |
getInternationalString(javax.xml.registry.infomodel.InternationalString internationalString)
Gets InternationalString for given JAXR
InternationalString |
static javax.xml.registry.infomodel.EmailAddress |
getJAXREmailAddress(EmailAddress emailAdrress)
Gets JAXR EmailAddress for given EmailAddress |
static javax.xml.registry.infomodel.InternationalString |
getJAXRInternationalString(InternationalString internationalString)
Gets JAXR InternationalString for given
InternationalString |
static javax.xml.registry.infomodel.LocalizedString |
getJAXRLoclizedString(LocalizedString localizedString)
Gets JAXR LocalizedString for given
LocalizedString |
static javax.xml.registry.infomodel.PersonName |
getJAXRPersonName(PersonName personName)
Gets JAXR PersonName for given PersonName |
static javax.xml.registry.infomodel.PostalAddress |
getJAXRPostalAddress(PostalAddress postalAddress)
Gets JAXR PostalAddress for given PostalAddress |
static javax.xml.registry.infomodel.Slot |
getJAXRSlot(Slot slot)
Gets JAXR TelephoneNumber for given
TelephoneNumber |
static javax.xml.registry.infomodel.TelephoneNumber |
getJAXRTelephoneNumber(TelephoneNumber telephoneNumber)
Gets JAXR TelephoneNumber for given
TelephoneNumber |
static LocalizedString |
getLoclizedString(javax.xml.registry.infomodel.LocalizedString localizedString)
Gets LocalizedString for given JAXR
LocalizedString |
static PersonName |
getPersonName(javax.xml.registry.infomodel.PersonName personName)
Gets PersonName for given JAXR PersonName |
static PostalAddress |
getPostalAddress(javax.xml.registry.infomodel.PostalAddress postalAddress)
Gets PostalAddress for given JAXR PostalAddress |
static Slot |
getSlot(javax.xml.registry.infomodel.Slot slot)
Gets Slot for given JAXR Slot |
static TelephoneNumber |
getTelephoneNumber(javax.xml.registry.infomodel.TelephoneNumber telephoneNumber)
Gets TelephoneNumber for given JAXR
TelephoneNumber |
static java.lang.Object |
getValue(java.lang.Object value,
java.util.Locale locale)
Deprecated. |
static boolean |
isCSAFSupportType(java.lang.Object value)
Deprecated. |
static boolean |
isJAXRSupportType(java.lang.Object value)
Deprecated. |
static java.lang.Object |
toBeanValue(java.lang.Object value,
java.util.Locale locale)
Transforms a JAXR support type object to a registry bean support type object. |
static java.lang.Object |
toJAXRValue(java.lang.Object value,
java.util.Locale locale)
Transforms a registry bean support type object to a JAXR support type object Support type objects are TelephoneNumber ,
PostaAddress ... etc |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static javax.xml.registry.infomodel.EmailAddress getJAXREmailAddress(EmailAddress emailAdrress)
EmailAddress
for given EmailAddress
emailAdrress
-
public static javax.xml.registry.infomodel.PersonName getJAXRPersonName(PersonName personName)
PersonName
for given PersonName
personName
-
public static javax.xml.registry.infomodel.InternationalString getJAXRInternationalString(InternationalString internationalString)
InternationalString
for given
InternationalString
internationalString
-
public static javax.xml.registry.infomodel.LocalizedString getJAXRLoclizedString(LocalizedString localizedString)
LocalizedString
for given
LocalizedString
localizedString
-
public static javax.xml.registry.infomodel.PostalAddress getJAXRPostalAddress(PostalAddress postalAddress)
PostalAddress
for given PostalAddress
postalAddress
-
public static javax.xml.registry.infomodel.TelephoneNumber getJAXRTelephoneNumber(TelephoneNumber telephoneNumber)
TelephoneNumber
for given
TelephoneNumber
telephoneNumber
-
public static javax.xml.registry.infomodel.Slot getJAXRSlot(Slot slot)
TelephoneNumber
for given
TelephoneNumber
slot
-
public static EmailAddress getEmailAddress(javax.xml.registry.infomodel.EmailAddress emailAdrress)
TelephoneNumber
for given JAXR
TelephoneNumber
emailAdrress
-
public static PersonName getPersonName(javax.xml.registry.infomodel.PersonName personName)
PersonName
for given JAXR PersonName
personName
-
public static InternationalString getInternationalString(javax.xml.registry.infomodel.InternationalString internationalString)
InternationalString
for given JAXR
InternationalString
internationalString
-
public static LocalizedString getLoclizedString(javax.xml.registry.infomodel.LocalizedString localizedString)
LocalizedString
for given JAXR
LocalizedString
localizedString
-
public static PostalAddress getPostalAddress(javax.xml.registry.infomodel.PostalAddress postalAddress)
PostalAddress
for given JAXR PostalAddress
postalAddress
-
public static TelephoneNumber getTelephoneNumber(javax.xml.registry.infomodel.TelephoneNumber telephoneNumber)
TelephoneNumber
for given JAXR
TelephoneNumber
telephoneNumber
-
public static Slot getSlot(javax.xml.registry.infomodel.Slot slot)
Slot
for given JAXR Slot
slot
-
@Deprecated public static java.lang.Object getValue(java.lang.Object value, java.util.Locale locale) throws CSAppFrameworkException
value
- locale
-
CSAppFrameworkException
public static java.lang.Object toBeanValue(java.lang.Object value, java.util.Locale locale) throws CSAppFrameworkException
TelephoneNumber
,
PostaAddress
... etc
value
- locale
-
CSAppFrameworkException
public static java.lang.Object toJAXRValue(java.lang.Object value, java.util.Locale locale) throws CSAppFrameworkException
TelephoneNumber
,
PostaAddress
... etc
value
- locale
-
CSAppFrameworkException
@Deprecated public static boolean isJAXRSupportType(java.lang.Object value)
TelephoneNumber
, PostaAddress
... etc)
This method is @Deprecated, use SupportType's method isJAXRSupportType()
value
-
@Deprecated public static boolean isCSAFSupportType(java.lang.Object value)
TelephoneNumber
, PostaAddress
... etc)
This method is @Deprecated, use SupportType's method isCSAFSupportType()
value
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |