com.liferay.portal.model
Interface PluginSetting
- All Superinterfaces:
- BaseModel<PluginSetting>, java.lang.Cloneable, java.lang.Comparable<PluginSetting>, PluginSettingModel, java.io.Serializable
- All Known Implementing Classes:
- PluginSettingWrapper
public interface PluginSetting
- extends PluginSettingModel
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface is a model that represents the PluginSetting table in the
database.
Customize PluginSettingImpl
and rerun the
ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
PluginSettingModel
,
PluginSettingImpl
,
PluginSettingModelImpl
- Generated:
Methods inherited from interface com.liferay.portal.model.PluginSettingModel |
clone, compareTo, getActive, getCompanyId, getExpandoBridge, getPluginId, getPluginSettingId, getPluginType, getPrimaryKey, getPrimaryKeyObj, getRoles, hashCode, isActive, isCachedModel, isEscapedModel, isNew, setActive, setCachedModel, setCompanyId, setEscapedModel, setExpandoBridgeAttributes, setNew, setPluginId, setPluginSettingId, setPluginType, setPrimaryKey, toEscapedModel, toString, toXmlString |
addRole
void addRole(java.lang.String role)
setRoles
void setRoles(java.lang.String roles)
- Specified by:
setRoles
in interface PluginSettingModel
getRolesArray
java.lang.String[] getRolesArray()
setRolesArray
void setRolesArray(java.lang.String[] rolesArray)
hasRoleWithName
boolean hasRoleWithName(java.lang.String roleName)
hasPermission
boolean hasPermission(long userId)