com.liferay.portal.model.impl
Class ResourcePermissionBaseImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.ResourcePermission>
      extended by com.liferay.portal.model.impl.ResourcePermissionModelImpl
          extended by com.liferay.portal.model.impl.ResourcePermissionBaseImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel<com.liferay.portal.model.ResourcePermission>, com.liferay.portal.model.ClassedModel, com.liferay.portal.model.PersistedModel, com.liferay.portal.model.ResourcePermission, com.liferay.portal.model.ResourcePermissionModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portal.model.ResourcePermission>
Direct Known Subclasses:
ResourcePermissionImpl

public abstract class ResourcePermissionBaseImpl
extends ResourcePermissionModelImpl
implements com.liferay.portal.model.ResourcePermission

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

This class exists only as a container for the default extended model level methods generated by ServiceBuilder. Helper methods and all application logic should be put in ResourcePermissionImpl.

Author:
Brian Wing Shun Chan
See Also:
ResourcePermissionImpl, ResourcePermission, Serialized Form
Generated:

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.ResourcePermissionModelImpl
ACTIONIDS_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, NAME_COLUMN_BITMASK, OWNERID_COLUMN_BITMASK, PRIMKEY_COLUMN_BITMASK, ROLEID_COLUMN_BITMASK, SCOPE_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
ResourcePermissionBaseImpl()
           
 
Method Summary
 void persist()
           
 
Methods inherited from class com.liferay.portal.model.impl.ResourcePermissionModelImpl
clone, compareTo, equals, getActionIds, getColumnBitmask, getCompanyId, getExpandoBridge, getModelClass, getModelClassName, getName, getOriginalActionIds, getOriginalCompanyId, getOriginalName, getOriginalOwnerId, getOriginalPrimKey, getOriginalRoleId, getOriginalScope, getOwnerId, getPrimaryKey, getPrimaryKeyObj, getPrimKey, getResourcePermissionId, getRoleId, getScope, hashCode, resetOriginalValues, setActionIds, setCompanyId, setExpandoBridgeAttributes, setName, setOwnerId, setPrimaryKey, setPrimaryKeyObj, setPrimKey, setResourcePermissionId, setRoleId, setScope, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.ResourcePermission
hasActionId
 
Methods inherited from interface com.liferay.portal.model.ResourcePermissionModel
clone, compareTo, getActionIds, getCompanyId, getExpandoBridge, getName, getOwnerId, getPrimaryKey, getPrimaryKeyObj, getPrimKey, getResourcePermissionId, getRoleId, getScope, hashCode, isCachedModel, isEscapedModel, isNew, setActionIds, setCachedModel, setCompanyId, setExpandoBridgeAttributes, setName, setNew, setOwnerId, setPrimaryKey, setPrimaryKeyObj, setPrimKey, setResourcePermissionId, setRoleId, setScope, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
resetOriginalValues
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

ResourcePermissionBaseImpl

public ResourcePermissionBaseImpl()
Method Detail

persist

public void persist()
             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
persist in interface com.liferay.portal.model.PersistedModel
Throws:
com.liferay.portal.kernel.exception.SystemException