| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModifiableLocalized
An interface representing a modifiable localized instance.
Method Summary | |
---|---|
boolean | confirmRemoveDescription(java.util.Locale aLocale)
Indicates if the description for the specified locale may be removed. |
boolean | confirmRemoveDescriptions()
Indicates if the all descriptions may be removed. |
boolean | confirmRemoveDescriptions(java.util.Collection<java.util.Locale> aCollection)
Indicates if the descriptions for the specified locales may be removed. |
boolean | confirmRemoveTitle(java.util.Locale aLocale)
Indicates if the title for the specified locale may be removed. |
boolean | confirmRemoveTitles()
Indicates if all titles may be removed. |
boolean | confirmRemoveTitles(java.util.Collection<java.util.Locale> aCollection)
Indicates if the titles for the specified locales may be removed. |
boolean | confirmRetainDescriptions(java.util.Collection aCollection)
Indicates if the specified descriptions may be retained. |
boolean | confirmRetainTitles(java.util.Collection<java.util.Locale> aCollection)
Indicates if the specified titles may be retained. |
boolean | confirmSetAll(Localized aLocalized)
Indicates if the specified titles and descriptions may be retained. |
boolean | confirmSetDescription(java.util.Locale aLocale,
java.lang.String aDescription)
Indicates if the specified description may be set. |
boolean | confirmSetDescriptions(Localized aLocalized)
Indicates if the specified descriptions may be set. |
boolean | confirmSetTitle(java.util.Locale aLocale,
java.lang.String aTitle)
Indicates if the specified title may be set. |
boolean | confirmSetTitles(Localized aLocalized)
Indicates if the specified titles may be set. |
java.lang.String | removeDescription(java.util.Locale aLocale)
Removes the description for the given locale. |
boolean | removeDescriptions()
Removes all descriptions. |
boolean | removeDescriptions(java.util.Collection<java.util.Locale> aCollection)
Removes all descriptions for the Locales specified in the collection. |
java.lang.String | removeTitle(java.util.Locale aLocale)
Removes the title for the given locale. |
boolean | removeTitles()
Removes all titles. |
boolean | removeTitles(java.util.Collection<java.util.Locale> aCollection)
Removes all titles for the Locales specified in the collection. |
boolean | retainDescriptions(java.util.Collection<java.util.Locale> aCollection)
Retains descriptions for the Locales specified in the collection. |
boolean | retainTitles(java.util.Collection<java.util.Locale> aCollection)
Retains titles for the Locales specified in the collection. |
boolean | setAll(Localized aLocalized)
Sets all titles and descriptions found in the specified Localized instance. |
java.lang.String | setDescription(java.util.Locale aLocale,
java.lang.String aDescription)
Sets the description for the given locale. |
boolean | setDescriptions(Localized aLocalized)
Sets the descriptions specified with the Localized. |
java.lang.String | setTitle(java.util.Locale aLocale,
java.lang.String aTitle)
Sets the title for the given locale. |
boolean | setTitles(Localized aLocalized)
Sets the titles specified with the Localized. |
Methods inherited from interface com.ibm.portal.Localized |
---|
getDescription, getLocales, getTitle |
Method Detail |
---|
java.lang.String setTitle(java.util.Locale aLocale, java.lang.String aTitle) throws CannotModifyPropertyException
null
null
is
returned
boolean setTitles(Localized aLocalized) throws CannotModifyPropertyException
true
if this Localized was changed
as a result of this call
java.lang.String setDescription(java.util.Locale aLocale, java.lang.String aDescription) throws CannotModifyPropertyException
null
null
is
returned
boolean setDescriptions(Localized aLocalized) throws CannotModifyPropertyException
true
if this Localized was changed
as a result of this call
java.lang.String removeTitle(java.util.Locale aLocale) throws CannotModifyPropertyException
null
null
is
returned
boolean removeTitles(java.util.Collection<java.util.Locale> aCollection) throws CannotModifyPropertyException
true
if this Localized was changed
as a result of this call
boolean removeTitles() throws CannotModifyPropertyException
true
if this Localized was changed
as a result of this call
java.lang.String removeDescription(java.util.Locale aLocale) throws CannotModifyPropertyException
null
null
is
returned
boolean removeDescriptions(java.util.Collection<java.util.Locale> aCollection) throws CannotModifyPropertyException
true
if this Localized was changed
as a result of this call
boolean removeDescriptions() throws CannotModifyPropertyException
true
if this Localized was changed
as a result of this call
boolean retainTitles(java.util.Collection<java.util.Locale> aCollection) throws CannotModifyPropertyException
true
if this Localized was changed
as a result of this call
boolean retainDescriptions(java.util.Collection<java.util.Locale> aCollection) throws CannotModifyPropertyException
true
if this Localized was changed
as a result of this call
boolean setAll(Localized aLocalized) throws CannotModifyPropertyException
true
if this Localized was changed
as a result of this call
boolean confirmSetTitle(java.util.Locale aLocale, java.lang.String aTitle)
null
true
if setting the specified title for the
specified locale can be performed, false
otherwiseboolean confirmSetTitles(Localized aLocalized)
null
true
if the specified titles may be set,
false
otherwiseboolean confirmSetDescription(java.util.Locale aLocale, java.lang.String aDescription)
null
true
if setting the specified description for the
specified locale can be performed, false
otherwiseboolean confirmSetDescriptions(Localized aLocalized)
null
true
if the specified descriptions may be set,
false
otherwiseboolean confirmRemoveTitle(java.util.Locale aLocale)
null
true
if the specified title for the specified
locale may be removed, false
otherwiseboolean confirmRemoveTitles(java.util.Collection<java.util.Locale> aCollection)
null
true
if the specified titles may be remvoed,
false
otherwiseboolean confirmRemoveTitles()
true
if all titles may be removed,
false
otherwiseboolean confirmRemoveDescription(java.util.Locale aLocale)
null
true
if the description for the specified locale
may be removed, false
otherwiseboolean confirmRemoveDescriptions(java.util.Collection<java.util.Locale> aCollection)
null
true
if the specified descriptions may be removed,
false
otherwiseboolean confirmRemoveDescriptions()
true
if all descriptions may be removed,
false
otherwiseboolean confirmRetainTitles(java.util.Collection<java.util.Locale> aCollection)
true
if the specified titles may be retained,
false
otherwiseboolean confirmRetainDescriptions(java.util.Collection aCollection)
true
if the specified descriptions may be
retained, false
otherwiseboolean confirmSetAll(Localized aLocalized)
null
true
if the specified titles and descriptions may
be set, false
otherwise
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |