com.liferay.portlet.social.model
Interface SocialEquitySetting

All Superinterfaces:
BaseModel<SocialEquitySetting>, java.lang.Cloneable, java.lang.Comparable<SocialEquitySetting>, java.io.Serializable, SocialEquitySettingModel
All Known Implementing Classes:
SocialEquitySettingWrapper

public interface SocialEquitySetting
extends SocialEquitySettingModel

The model interface for the SocialEquitySetting service. Represents a row in the "SocialEquitySetting" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to com.liferay.portlet.social.model.impl.SocialEquitySettingImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a social equity setting model instance should use the SocialEquitySetting interface instead.

Author:
Brian Wing Shun Chan
See Also:
SocialEquitySettingModel, com.liferay.portlet.social.model.impl.SocialEquitySettingImpl, com.liferay.portlet.social.model.impl.SocialEquitySettingModelImpl
Generated:

Method Summary
 void update(SocialEquityActionMapping equityActionMapping)
           
 
Methods inherited from interface com.liferay.portlet.social.model.SocialEquitySettingModel
clone, compareTo, getActionId, getClassName, getClassNameId, getCompanyId, getDailyLimit, getEquitySettingId, getExpandoBridge, getGroupId, getLifespan, getPrimaryKey, getPrimaryKeyObj, getType, getUniqueEntry, getValue, hashCode, isCachedModel, isEscapedModel, isNew, isUniqueEntry, setActionId, setCachedModel, setClassNameId, setCompanyId, setDailyLimit, setEquitySettingId, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setLifespan, setNew, setPrimaryKey, setType, setUniqueEntry, setValue, toEscapedModel, toString, toXmlString
 

Method Detail

update

void update(SocialEquityActionMapping equityActionMapping)