com.liferay.portal.model
Interface ResourcePermission
- All Superinterfaces:
- BaseModel<ResourcePermission>, java.lang.Cloneable, java.lang.Comparable<ResourcePermission>, ResourcePermissionModel, java.io.Serializable
public interface ResourcePermission
- extends ResourcePermissionModel
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface is a model that represents the ResourcePermission
table
in the database.
Customize com.liferay.portal.model.impl.ResourcePermissionImpl
and rerun the ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
ResourcePermissionModel
,
ResourcePermissionImpl
,
ResourcePermissionModelImpl
Methods inherited from interface com.liferay.portal.model.ResourcePermissionModel |
getActionIds, getCompanyId, getName, getPrimaryKey, getPrimKey, getResourcePermissionId, getRoleId, getScope, setActionIds, setCompanyId, setName, setPrimaryKey, setPrimKey, setResourcePermissionId, setRoleId, setScope, toEscapedModel |
Methods inherited from interface java.lang.Comparable |
compareTo |