Liferay 6.2-ce-ga5

com.liferay.portal.model
Interface ResourceTypePermission

All Superinterfaces:
BaseModel<ResourceTypePermission>, ClassedModel, Cloneable, Comparable<ResourceTypePermission>, PersistedModel, ResourceTypePermissionModel, Serializable
All Known Implementing Classes:
ResourceTypePermissionBaseImpl, ResourceTypePermissionImpl, 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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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, setExpandoBridgeAttributes, 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.2-ce-ga5