Liferay 6.0.5

com.liferay.portal.model
Interface ResourcePermission

All Superinterfaces:
BaseModel<ResourcePermission>, Cloneable, Comparable<ResourcePermission>, ResourcePermissionModel, Serializable
All Known Implementing Classes:
ResourcePermissionImpl, ResourcePermissionWrapper

public interface ResourcePermission
extends ResourcePermissionModel

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

Never modify this interface directly. Add methods to ResourcePermissionImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a resource permission model instance should use the ResourcePermission interface instead.

See Also:
ResourcePermissionModel, ResourcePermissionImpl, ResourcePermissionModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 
Methods inherited from interface com.liferay.portal.model.ResourcePermissionModel
clone, compareTo, getActionIds, getCompanyId, getExpandoBridge, getName, getPrimaryKey, getPrimaryKeyObj, getPrimKey, getResourcePermissionId, getRoleId, getScope, hashCode, isCachedModel, isEscapedModel, isNew, setActionIds, setCachedModel, setCompanyId, setEscapedModel, setExpandoBridgeAttributes, setName, setNew, setPrimaryKey, setPrimKey, setResourcePermissionId, setRoleId, setScope, toEscapedModel, toString, toXmlString
 


Liferay 6.0.5