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 Details

    • BeanPropertiesImpl

      public BeanPropertiesImpl()
  • Method Details

    • copyProperties

      public void copyProperties(Object source, Object target)
      Specified by:
      copyProperties in interface com.liferay.portal.kernel.bean.BeanProperties
    • deepCopyProperties

      public <T> T deepCopyProperties(Object source) throws Exception
      Specified by:
      deepCopyProperties in interface com.liferay.portal.kernel.bean.BeanProperties
      Throws:
      Exception
    • getBoolean

      public boolean getBoolean(Object bean, String param)
      Specified by:
      getBoolean in interface com.liferay.portal.kernel.bean.BeanProperties
    • getBoolean

      public boolean getBoolean(Object bean, String param, boolean defaultValue)
      Specified by:
      getBoolean in interface com.liferay.portal.kernel.bean.BeanProperties
    • getBooleanSilent

      public boolean getBooleanSilent(Object bean, String param)
      Specified by:
      getBooleanSilent in interface com.liferay.portal.kernel.bean.BeanProperties
    • getBooleanSilent

      public boolean getBooleanSilent(Object bean, String param, boolean defaultValue)
      Specified by:
      getBooleanSilent in interface com.liferay.portal.kernel.bean.BeanProperties
    • getByte

      public byte getByte(Object bean, String param)
      Specified by:
      getByte in interface com.liferay.portal.kernel.bean.BeanProperties
    • getByte

      public byte getByte(Object bean, String param, byte defaultValue)
      Specified by:
      getByte in interface com.liferay.portal.kernel.bean.BeanProperties
    • getByteSilent

      public byte getByteSilent(Object bean, String param)
      Specified by:
      getByteSilent in interface com.liferay.portal.kernel.bean.BeanProperties
    • getByteSilent

      public byte getByteSilent(Object bean, String param, byte defaultValue)
      Specified by:
      getByteSilent in interface com.liferay.portal.kernel.bean.BeanProperties
    • getDouble

      public double getDouble(Object bean, String param)
      Specified by:
      getDouble in interface com.liferay.portal.kernel.bean.BeanProperties
    • getDouble

      public double getDouble(Object bean, String param, double defaultValue)
      Specified by:
      getDouble in interface com.liferay.portal.kernel.bean.BeanProperties
    • getDoubleSilent

      public double getDoubleSilent(Object bean, String param)
      Specified by:
      getDoubleSilent in interface com.liferay.portal.kernel.bean.BeanProperties
    • getDoubleSilent

      public double getDoubleSilent(Object bean, String param, double defaultValue)
      Specified by:
      getDoubleSilent in interface com.liferay.portal.kernel.bean.BeanProperties
    • getFloat

      public float getFloat(Object bean, String param)
      Specified by:
      getFloat in interface com.liferay.portal.kernel.bean.BeanProperties
    • getFloat

      public float getFloat(Object bean, String param, float defaultValue)
      Specified by:
      getFloat in interface com.liferay.portal.kernel.bean.BeanProperties
    • getFloatSilent

      public float getFloatSilent(Object bean, String param)
      Specified by:
      getFloatSilent in interface com.liferay.portal.kernel.bean.BeanProperties
    • getFloatSilent

      public float getFloatSilent(Object bean, String param, float defaultValue)
      Specified by:
      getFloatSilent in interface com.liferay.portal.kernel.bean.BeanProperties
    • getInteger

      public int getInteger(Object bean, String param)
      Specified by:
      getInteger in interface com.liferay.portal.kernel.bean.BeanProperties
    • getInteger

      public int getInteger(Object bean, String param, int defaultValue)
      Specified by:
      getInteger in interface com.liferay.portal.kernel.bean.BeanProperties
    • getIntegerSilent

      public int getIntegerSilent(Object bean, String param)
      Specified by:
      getIntegerSilent in interface com.liferay.portal.kernel.bean.BeanProperties
    • getIntegerSilent

      public int getIntegerSilent(Object bean, String param, int defaultValue)
      Specified by:
      getIntegerSilent in interface com.liferay.portal.kernel.bean.BeanProperties
    • getLong

      public long getLong(Object bean, String param)
      Specified by:
      getLong in interface com.liferay.portal.kernel.bean.BeanProperties
    • getLong

      public long getLong(Object bean, String param, long defaultValue)
      Specified by:
      getLong in interface com.liferay.portal.kernel.bean.BeanProperties
    • getLongSilent

      public long getLongSilent(Object bean, String param)
      Specified by:
      getLongSilent in interface com.liferay.portal.kernel.bean.BeanProperties
    • getLongSilent

      public long getLongSilent(Object bean, String param, long defaultValue)
      Specified by:
      getLongSilent in interface com.liferay.portal.kernel.bean.BeanProperties
    • getObject

      public Object getObject(Object bean, String param)
      Specified by:
      getObject in interface com.liferay.portal.kernel.bean.BeanProperties
    • getObject

      public Object getObject(Object bean, String param, Object defaultValue)
      Specified by:
      getObject in interface com.liferay.portal.kernel.bean.BeanProperties
    • getObjectSilent

      public Object getObjectSilent(Object bean, String param)
      Specified by:
      getObjectSilent in interface com.liferay.portal.kernel.bean.BeanProperties
    • getObjectSilent

      public Object getObjectSilent(Object bean, String param, Object defaultValue)
      Specified by:
      getObjectSilent in interface com.liferay.portal.kernel.bean.BeanProperties
    • getObjectType

      public Class<?> getObjectType(Object bean, String param)
      Specified by:
      getObjectType in interface com.liferay.portal.kernel.bean.BeanProperties
    • getObjectType

      public Class<?> getObjectType(Object bean, String param, Class<?> defaultValue)
      Specified by:
      getObjectType in interface com.liferay.portal.kernel.bean.BeanProperties
    • getObjectTypeSilent

      public Class<?> getObjectTypeSilent(Object bean, String param)
      Specified by:
      getObjectTypeSilent in interface com.liferay.portal.kernel.bean.BeanProperties
    • getObjectTypeSilent

      public Class<?> getObjectTypeSilent(Object bean, String param, Class<?> defaultValue)
      Specified by:
      getObjectTypeSilent in interface com.liferay.portal.kernel.bean.BeanProperties
    • getShort

      public short getShort(Object bean, String param)
      Specified by:
      getShort in interface com.liferay.portal.kernel.bean.BeanProperties
    • getShort

      public short getShort(Object bean, String param, short defaultValue)
      Specified by:
      getShort in interface com.liferay.portal.kernel.bean.BeanProperties
    • getShortSilent

      public short getShortSilent(Object bean, String param)
      Specified by:
      getShortSilent in interface com.liferay.portal.kernel.bean.BeanProperties
    • getShortSilent

      public short getShortSilent(Object bean, String param, short defaultValue)
      Specified by:
      getShortSilent in interface com.liferay.portal.kernel.bean.BeanProperties
    • getString

      public String getString(Object bean, String param)
      Specified by:
      getString in interface com.liferay.portal.kernel.bean.BeanProperties
    • getString

      public String getString(Object bean, String param, String defaultValue)
      Specified by:
      getString in interface com.liferay.portal.kernel.bean.BeanProperties
    • getStringSilent

      public String getStringSilent(Object bean, String param)
      Specified by:
      getStringSilent in interface com.liferay.portal.kernel.bean.BeanProperties
    • getStringSilent

      public String getStringSilent(Object bean, String param, String defaultValue)
      Specified by:
      getStringSilent in interface com.liferay.portal.kernel.bean.BeanProperties
    • setProperties

      public void setProperties(Object bean, javax.servlet.http.HttpServletRequest httpServletRequest)
      Specified by:
      setProperties in interface com.liferay.portal.kernel.bean.BeanProperties
    • setProperties

      public void setProperties(Object bean, javax.servlet.http.HttpServletRequest httpServletRequest, String[] ignoreProperties)
      Specified by:
      setProperties in interface com.liferay.portal.kernel.bean.BeanProperties
    • setProperty

      public void setProperty(Object bean, String param, Object value)
      Specified by:
      setProperty in interface com.liferay.portal.kernel.bean.BeanProperties
    • setPropertySilent

      public void setPropertySilent(Object bean, String param, Object value)
      Specified by:
      setPropertySilent in interface com.liferay.portal.kernel.bean.BeanProperties
    • getDate

      protected Date getDate(String param, javax.servlet.http.HttpServletRequest httpServletRequest)