Liferay 6.0.5

com.liferay.portlet.social.model
Interface SocialEquitySetting

All Superinterfaces:
BaseModel<SocialEquitySetting>, Cloneable, Comparable<SocialEquitySetting>, Serializable, SocialEquitySettingModel
All Known Implementing Classes:
SocialEquitySettingImpl, 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 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.

See Also:
SocialEquitySettingModel, SocialEquitySettingImpl, SocialEquitySettingModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is 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)

Liferay 6.0.5