|
SAP NetWeaver 7.40 SP 06 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMutableMultiLanguagedProperty
A mutable multi language property of a resource object. Copyright (c) SAP AG 2002-2004
| Method Summary | |
|---|---|
void |
deleteValue(String languageTag)
Removes a language specific value of this property |
void |
markAsTranslated()
marks all languages as up-to-date |
void |
markAsTranslated(String languageTag)
marks this language as up-to-date |
void |
setBooleanValue(String languageTag,
boolean value)
Sets the property value if the type ist PropertyType.BOOLEAN |
void |
setDateValue(String languageTag,
Date value)
Sets the property value if the type ist PropertyType.DATE |
void |
setDateValueFromLong(String languageTag,
long value)
Sets the property value if the type ist PropertyType.DATE |
void |
setDefaultLanguage(String languageTag)
Specifies the default language. |
void |
setIntValue(String languageTag,
int value)
Sets the property value if the type ist PropertyType.INTEGER |
void |
setLongIntValue(String languageTag,
long value)
Sets the property value if the type ist PropertyType.LONG |
void |
setStringValue(String languageTag,
String value)
Sets the property value if the type ist PropertyType.STRING |
| Methods inherited from interface com.sapportals.wcm.repository.IMutableProperty |
|---|
addValue, removeAttribute, removeValue, setAttribute, setAttributes, setBooleanValue, setDateValue, setDateValueFromLong, setIntValue, setLongIntValue, setStringValue, setValue, setValues |
| Methods inherited from interface com.sapportals.wcm.repository.IMultiLanguagedProperty |
|---|
getBooleanValue, getClone, getDateValue, getIntValue, getLanguageTags, getLanguageTagsNeedingTranslation, getLastSetLanguageTag, getLongIntValue, getStringValue, getValueAsString, needsTranslation |
| Methods inherited from interface com.sapportals.wcm.repository.IProperty |
|---|
getAttribute, getAttributes, getBooleanValue, getDateValue, getDescription, getDescription, getIntValue, getLongIntValue, getMutable, getPropertyDef, getPropertyName, getStringValue, getType, getValue, getValueAsString, getValues, isMultivalued |
| Method Detail |
|---|
void setIntValue(String languageTag,
int value)
throws ResourceException
ResourceException
void setDateValue(String languageTag,
Date value)
throws ResourceException
ResourceException
void setDateValueFromLong(String languageTag,
long value)
throws ResourceException
ResourceException
void setStringValue(String languageTag,
String value)
throws ResourceException
ResourceException
void setLongIntValue(String languageTag,
long value)
throws ResourceException
ResourceException
void setBooleanValue(String languageTag,
boolean value)
throws ResourceException
ResourceException
void deleteValue(String languageTag)
throws ResourceException
ResourceException
void markAsTranslated(String languageTag)
throws ResourceException
ResourceException
void markAsTranslated()
throws ResourceException
ResourceException
void setDefaultLanguage(String languageTag)
throws ResourceException
IMultiLanguagedProperty.
languageTag - the default language
ResourceExceptionIMultiLanguagedProperty| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.40 SP 06 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||