Package bucket.user.propertyset
Class BucketPropertySet
java.lang.Object
com.opensymphony.module.propertyset.AbstractPropertySet
bucket.user.propertyset.BucketPropertySet
- All Implemented Interfaces:
com.opensymphony.module.propertyset.PropertySet,Serializable
@Deprecated(forRemoval=true)
public class BucketPropertySet
extends com.opensymphony.module.propertyset.AbstractPropertySet
implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
since 10.1, for removal in 11.0, no replacement.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final org.apache.commons.logging.LogDeprecated, for removal: This API element is subject to removal in a future version.Fields inherited from class com.opensymphony.module.propertyset.AbstractPropertySet
schemaFields inherited from interface com.opensymphony.module.propertyset.PropertySet
BOOLEAN, DATA, DATE, DOUBLE, INT, LONG, OBJECT, PROPERTIES, STRING, TEXT, XML -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated, for removal: This API element is subject to removal in a future version.protected ObjectDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidremove()Deprecated, for removal: This API element is subject to removal in a future version.This method is BAD and shouldn't be used really.voidDeprecated, for removal: This API element is subject to removal in a future version.protected voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.booleansupportsType(int type) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class com.opensymphony.module.propertyset.AbstractPropertySet
getAsActualType, getBoolean, getData, getDate, getDouble, getInt, getKeys, getKeys, getKeys, getLong, getObject, getProperties, getSchema, getString, getXML, isSettable, setAsActualType, setBoolean, setData, setDate, setDouble, setInt, setLong, setObject, setProperties, setSchema, setString, setXML, supportsTypes, toString, type, type
-
Field Details
-
log
protected static final org.apache.commons.logging.Log logDeprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
BucketPropertySet
public BucketPropertySet()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getKeys
public Collection getKeys(String prefix, int type) throws com.opensymphony.module.propertyset.PropertyException Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getKeysin interfacecom.opensymphony.module.propertyset.PropertySet- Specified by:
getKeysin classcom.opensymphony.module.propertyset.AbstractPropertySet- Throws:
com.opensymphony.module.propertyset.PropertyException
-
getType
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getTypein interfacecom.opensymphony.module.propertyset.PropertySet- Specified by:
getTypein classcom.opensymphony.module.propertyset.AbstractPropertySet- Throws:
com.opensymphony.module.propertyset.PropertyException
-
exists
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
existsin interfacecom.opensymphony.module.propertyset.PropertySet- Specified by:
existsin classcom.opensymphony.module.propertyset.AbstractPropertySet- Throws:
com.opensymphony.module.propertyset.PropertyException
-
init
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
initin interfacecom.opensymphony.module.propertyset.PropertySet- Overrides:
initin classcom.opensymphony.module.propertyset.AbstractPropertySet
-
remove
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
removein interfacecom.opensymphony.module.propertyset.PropertySet- Specified by:
removein classcom.opensymphony.module.propertyset.AbstractPropertySet- Throws:
com.opensymphony.module.propertyset.PropertyException
-
remove
public void remove() throws com.opensymphony.module.propertyset.PropertyExceptionDeprecated, for removal: This API element is subject to removal in a future version.This method is BAD and shouldn't be used really. Try to avoid using it at all costs.It is non transactional removal (if called without a transaction) and potentially other keys could be added while trying to remove all keys.
It also executes LOTS of SQL instead of a single remove query (which would be neater).
- Throws:
com.opensymphony.module.propertyset.PropertyException
-
supportsType
public boolean supportsType(int type) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
supportsTypein interfacecom.opensymphony.module.propertyset.PropertySet- Overrides:
supportsTypein classcom.opensymphony.module.propertyset.AbstractPropertySet
-
setImpl
protected void setImpl(int type, String key, Object value) throws com.opensymphony.module.propertyset.PropertyException Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setImplin classcom.opensymphony.module.propertyset.AbstractPropertySet- Throws:
com.opensymphony.module.propertyset.PropertyException
-
get
protected Object get(int type, String key) throws com.opensymphony.module.propertyset.PropertyException Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getin classcom.opensymphony.module.propertyset.AbstractPropertySet- Throws:
com.opensymphony.module.propertyset.PropertyException
-
setText
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setTextin interfacecom.opensymphony.module.propertyset.PropertySet- Overrides:
setTextin classcom.opensymphony.module.propertyset.AbstractPropertySet
-
getText
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getTextin interfacecom.opensymphony.module.propertyset.PropertySet- Overrides:
getTextin classcom.opensymphony.module.propertyset.AbstractPropertySet
-
getByKey
public BucketPropertySetItem getByKey(String key) throws com.opensymphony.module.propertyset.PropertyException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
com.opensymphony.module.propertyset.PropertyException
-