Liferay 6.0.3

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

This interface is a model that represents the ResourcePermission table in the database.

Customize ResourcePermissionImpl and rerun the ServiceBuilder to generate the new methods.

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.3