Package com.liferay.portal.kernel.bean
Interface BeanProperties
@ProviderType
public interface BeanProperties
- Author:
- Brian Wing Shun Chan
-
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) 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)
-
Method Details
-
copyProperties
-
deepCopyProperties
- Throws:
Exception
-
getBoolean
-
getBoolean
-
getBooleanSilent
-
getBooleanSilent
-
getByte
-
getByte
-
getByteSilent
-
getByteSilent
-
getDouble
-
getDouble
-
getDoubleSilent
-
getDoubleSilent
-
getFloat
-
getFloat
-
getFloatSilent
-
getFloatSilent
-
getInteger
-
getInteger
-
getIntegerSilent
-
getIntegerSilent
-
getLong
-
getLong
-
getLongSilent
-
getLongSilent
-
getObject
-
getObject
-
getObjectSilent
-
getObjectSilent
-
getObjectType
-
getObjectType
-
getObjectTypeSilent
-
getObjectTypeSilent
-
getShort
-
getShort
-
getShortSilent
-
getShortSilent
-
getString
-
getString
-
getStringSilent
-
getStringSilent
-
setProperties
-
setProperties
-
setProperty
-
setPropertySilent
-