Liferay 7.0-ce-b4

com.liferay.portal.model
Interface ResourceTypePermission

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

@ProviderType
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

Field Summary
static Accessor<ResourceTypePermission,Long> RESOURCE_TYPE_PERMISSION_ID_ACCESSOR
           
 
Method Summary
 boolean hasAction(ResourceAction resourceAction)
           
 boolean isCompanyScope()
           
 boolean isGroupScope()
           
 
Methods inherited from interface com.liferay.portal.model.ResourceTypePermissionModel
clone, compareTo, getActionIds, getCompanyId, getExpandoBridge, getGroupId, getMvccVersion, getName, getPrimaryKey, getPrimaryKeyObj, getResourceTypePermissionId, getRoleId, hashCode, isCachedModel, isEscapedModel, isNew, setActionIds, setCachedModel, setCompanyId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setMvccVersion, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setResourceTypePermissionId, setRoleId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

RESOURCE_TYPE_PERMISSION_ID_ACCESSOR

static final Accessor<ResourceTypePermission,Long> RESOURCE_TYPE_PERMISSION_ID_ACCESSOR
Method Detail

hasAction

boolean hasAction(ResourceAction resourceAction)

isCompanyScope

boolean isCompanyScope()

isGroupScope

boolean isGroupScope()

Liferay 7.0-ce-b4