Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Interface ResourceBlockPermission

All Superinterfaces:
BaseModel<ResourceBlockPermission>, ClassedModel, Cloneable, Comparable<ResourceBlockPermission>, PermissionedModel, PersistedModel, ResourceBlockPermissionModel, Serializable
All Known Implementing Classes:
ResourceBlockPermissionBaseImpl, ResourceBlockPermissionImpl, ResourceBlockPermissionWrapper

public interface ResourceBlockPermission
extends ResourceBlockPermissionModel, PermissionedModel

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

See Also:
ResourceBlockPermissionModel, ResourceBlockPermissionImpl, ResourceBlockPermissionModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 
Methods inherited from interface com.liferay.portal.model.ResourceBlockPermissionModel
clone, compareTo, getActionIds, getExpandoBridge, getPrimaryKey, getPrimaryKeyObj, getResourceBlockId, getResourceBlockPermissionId, getRoleId, hashCode, isCachedModel, isEscapedModel, isNew, setActionIds, setCachedModel, setExpandoBridgeAttributes, setNew, setPrimaryKey, setPrimaryKeyObj, setResourceBlockId, setResourceBlockPermissionId, 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.PermissionedModel
getResourceBlockId, setResourceBlockId
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.1.2-ce-ga3