Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Interface ResourceTypePermission

All Superinterfaces:
BaseModel<ResourceTypePermission>, ClassedModel, Cloneable, Comparable<ResourceTypePermission>, PersistedModel, ResourceTypePermissionModel, Serializable
All Known Implementing Classes:
ResourceTypePermissionWrapper

public interface ResourceTypePermission
extends ResourceTypePermissionModel, PersistedModel

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

See Also:
ResourceTypePermissionModel, ResourceTypePermissionImpl, ResourceTypePermissionModelImpl

Method Summary
 boolean isCompanyScope()
           
 boolean isGroupScope()
           
 
Methods inherited from interface com.liferay.portal.model.ResourceTypePermissionModel
clone, compareTo, getActionIds, getCompanyId, getExpandoBridge, getGroupId, getName, getPrimaryKey, getPrimaryKeyObj, getResourceTypePermissionId, getRoleId, hashCode, isCachedModel, isEscapedModel, isNew, setActionIds, setCachedModel, setCompanyId, setExpandoBridgeAttributes, setGroupId, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setResourceTypePermissionId, setRoleId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

isCompanyScope

boolean isCompanyScope()

isGroupScope

boolean isGroupScope()

Liferay 6.1.2-ce-ga3