|
Liferay 6.1.0-ce-ga1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PluginSetting
The extended model interface for the PluginSetting service. Represents a row in the "PluginSetting" database table, with each column mapped to a property of this class.
PluginSettingModel,
PluginSettingImpl,
PluginSettingModelImpl| Method Summary | |
|---|---|
void |
addRole(String role)
Adds a role to the list of roles. |
String[] |
getRolesArray()
Returns an array of required roles of the plugin. |
boolean |
hasPermission(long userId)
Returns true if the user has permission to use this plugin |
boolean |
hasRoleWithName(String roleName)
Returns true if the plugin has a role with the specified
name. |
void |
setRoles(String roles)
Sets a string of ordered comma delimited plugin IDs. |
void |
setRolesArray(String[] rolesArray)
Sets an array of required roles of the plugin. |
| 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, setExpandoBridgeAttributes, setNew, setPluginId, setPluginSettingId, setPluginType, setPrimaryKey, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toXmlString |
| Methods inherited from interface com.liferay.portal.model.BaseModel |
|---|
resetOriginalValues |
| Methods inherited from interface com.liferay.portal.model.ClassedModel |
|---|
getModelClass, getModelClassName |
| Methods inherited from interface com.liferay.portal.model.PersistedModel |
|---|
persist |
| Method Detail |
|---|
void addRole(String role)
void setRoles(String roles)
setRoles in interface PluginSettingModelroles - the roles of this plugin settingString[] getRolesArray()
void setRolesArray(String[] rolesArray)
boolean hasRoleWithName(String roleName)
true if the plugin has a role with the specified
name.
true if the plugin has a role with the specified
nameboolean hasPermission(long userId)
true if the user has permission to use this plugin
true if the user has permission to use this plugin
|
Liferay 6.1.0-ce-ga1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||