Package com.liferay.portal.bean
Class BeanPropertiesImpl
Object
com.liferay.portal.bean.BeanPropertiesImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.bean.BeanProperties
public class BeanPropertiesImpl
extends Object
implements com.liferay.portal.kernel.bean.BeanProperties
- Author:
- Brian Wing Shun Chan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
copyProperties
(Object source, Object target) <T> T
deepCopyProperties
(Object source) boolean
getBoolean
(Object bean, String param) boolean
getBoolean
(Object bean, String param, boolean defaultValue) boolean
getBooleanSilent
(Object bean, String param) boolean
getBooleanSilent
(Object bean, String param, boolean defaultValue) byte
byte
byte
getByteSilent
(Object bean, String param) byte
getByteSilent
(Object bean, String param, byte defaultValue) protected Date
double
double
double
getDoubleSilent
(Object bean, String param) double
getDoubleSilent
(Object bean, String param, double defaultValue) float
float
float
getFloatSilent
(Object bean, String param) float
getFloatSilent
(Object bean, String param, float defaultValue) int
getInteger
(Object bean, String param) int
getInteger
(Object bean, String param, int defaultValue) int
getIntegerSilent
(Object bean, String param) int
getIntegerSilent
(Object bean, String param, int defaultValue) long
long
long
getLongSilent
(Object bean, String param) long
getLongSilent
(Object bean, String param, long defaultValue) getObjectSilent
(Object bean, String param) getObjectSilent
(Object bean, String param, Object defaultValue) Class<?>
getObjectType
(Object bean, String param) Class<?>
getObjectType
(Object bean, String param, Class<?> defaultValue) Class<?>
getObjectTypeSilent
(Object bean, String param) Class<?>
getObjectTypeSilent
(Object bean, String param, Class<?> defaultValue) short
short
short
getShortSilent
(Object bean, String param) short
getShortSilent
(Object bean, String param, short defaultValue) getStringSilent
(Object bean, String param) getStringSilent
(Object bean, String param, String defaultValue) void
setProperties
(Object bean, javax.servlet.http.HttpServletRequest httpServletRequest) void
setProperties
(Object bean, javax.servlet.http.HttpServletRequest httpServletRequest, String[] ignoreProperties) void
setProperty
(Object bean, String param, Object value) void
setPropertySilent
(Object bean, String param, Object value)
-
Constructor Details
-
BeanPropertiesImpl
public BeanPropertiesImpl()
-
-
Method Details
-
copyProperties
- Specified by:
copyProperties
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
deepCopyProperties
- Specified by:
deepCopyProperties
in interfacecom.liferay.portal.kernel.bean.BeanProperties
- Throws:
Exception
-
getBoolean
- Specified by:
getBoolean
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getBoolean
- Specified by:
getBoolean
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getBooleanSilent
- Specified by:
getBooleanSilent
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getBooleanSilent
- Specified by:
getBooleanSilent
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getByte
- Specified by:
getByte
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getByte
- Specified by:
getByte
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getByteSilent
- Specified by:
getByteSilent
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getByteSilent
- Specified by:
getByteSilent
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getDouble
- Specified by:
getDouble
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getDouble
- Specified by:
getDouble
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getDoubleSilent
- Specified by:
getDoubleSilent
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getDoubleSilent
- Specified by:
getDoubleSilent
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getFloat
- Specified by:
getFloat
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getFloat
- Specified by:
getFloat
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getFloatSilent
- Specified by:
getFloatSilent
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getFloatSilent
- Specified by:
getFloatSilent
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getInteger
- Specified by:
getInteger
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getInteger
- Specified by:
getInteger
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getIntegerSilent
- Specified by:
getIntegerSilent
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getIntegerSilent
- Specified by:
getIntegerSilent
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getLong
- Specified by:
getLong
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getLong
- Specified by:
getLong
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getLongSilent
- Specified by:
getLongSilent
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getLongSilent
- Specified by:
getLongSilent
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getObject
- Specified by:
getObject
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getObject
- Specified by:
getObject
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getObjectSilent
- Specified by:
getObjectSilent
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getObjectSilent
- Specified by:
getObjectSilent
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getObjectType
- Specified by:
getObjectType
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getObjectType
- Specified by:
getObjectType
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getObjectTypeSilent
- Specified by:
getObjectTypeSilent
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getObjectTypeSilent
- Specified by:
getObjectTypeSilent
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getShort
- Specified by:
getShort
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getShort
- Specified by:
getShort
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getShortSilent
- Specified by:
getShortSilent
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getShortSilent
- Specified by:
getShortSilent
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getString
- Specified by:
getString
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getString
- Specified by:
getString
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getStringSilent
- Specified by:
getStringSilent
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getStringSilent
- Specified by:
getStringSilent
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
setProperties
- Specified by:
setProperties
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
setProperties
public void setProperties(Object bean, javax.servlet.http.HttpServletRequest httpServletRequest, String[] ignoreProperties) - Specified by:
setProperties
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
setProperty
- Specified by:
setProperty
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
setPropertySilent
- Specified by:
setPropertySilent
in interfacecom.liferay.portal.kernel.bean.BeanProperties
-
getDate
-