Liferay 6.2-ce-ga5

com.liferay.portal.model
Class ResourceBlockWrapper

java.lang.Object
  extended by com.liferay.portal.model.ResourceBlockWrapper
All Implemented Interfaces:
BaseModel<ResourceBlock>, ClassedModel, ModelWrapper<ResourceBlock>, PermissionedModel, PersistedModel, ResourceBlock, ResourceBlockModel, Serializable, Cloneable, Comparable<ResourceBlock>

@ProviderType
public class ResourceBlockWrapper
extends Object
implements ResourceBlock, ModelWrapper<ResourceBlock>

This class is a wrapper for ResourceBlock.

See Also:
ResourceBlock, Serialized Form

Constructor Summary
ResourceBlockWrapper(ResourceBlock resourceBlock)
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(ResourceBlock resourceBlock)
           
 boolean equals(Object obj)
           
 long getCompanyId()
          Returns the company ID of this resource block.
 ExpandoBridge getExpandoBridge()
          Returns the expando bridge for this model instance.
 long getGroupId()
          Returns the group ID of this resource block.
 Map<String,Object> getModelAttributes()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 String getName()
          Returns the name of this resource block.
 String getPermissionsHash()
          Returns the permissions hash of this resource block.
 long getPrimaryKey()
          Returns the primary key of this resource block.
 Serializable getPrimaryKeyObj()
          Returns the primary key of this model instance.
 long getReferenceCount()
          Returns the reference count of this resource block.
 long getResourceBlockId()
          Returns the resource block ID of this resource block.
 ResourceBlock getWrappedModel()
           
 ResourceBlock getWrappedResourceBlock()
          Deprecated. As of 6.1.0, replaced by getWrappedModel()
 int hashCode()
           
 boolean isCachedModel()
          Returns true if this model instance was retrieved from the entity cache.
 boolean isEscapedModel()
          Returns true if this model instance is escaped.
 boolean isNew()
          Returns true if this model instance does not yet exist in the database.
 void persist()
          Updates this model instance in the database or adds it if it does not yet exist.
 void resetOriginalValues()
          Reset all original fields to current values.
 void setCachedModel(boolean cachedModel)
          Sets whether this model instance was retrieved from the entity cache.
 void setCompanyId(long companyId)
          Sets the company ID of this resource block.
 void setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
          Sets the expando bridge attributes for this model instance to the attributes stored in the service context.
 void setGroupId(long groupId)
          Sets the group ID of this resource block.
 void setModelAttributes(Map<String,Object> attributes)
           
 void setName(String name)
          Sets the name of this resource block.
 void setNew(boolean n)
          Sets whether this model instance does not yet exist in the database.
 void setPermissionsHash(String permissionsHash)
          Sets the permissions hash of this resource block.
 void setPrimaryKey(long primaryKey)
          Sets the primary key of this resource block.
 void setPrimaryKeyObj(Serializable primaryKeyObj)
          Sets the primary key of this model instance.
 void setReferenceCount(long referenceCount)
          Sets the reference count of this resource block.
 void setResourceBlockId(long resourceBlockId)
          Sets the resource block ID of this resource block.
 CacheModel<ResourceBlock> toCacheModel()
          Returns a cache model object for this entity used by entity cache.
 ResourceBlock toEscapedModel()
          Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 String toString()
           
 ResourceBlock toUnescapedModel()
           
 String toXmlString()
          Returns the XML representation of this model instance.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceBlockWrapper

public ResourceBlockWrapper(ResourceBlock resourceBlock)
Method Detail

getModelClass

public Class<?> getModelClass()
Specified by:
getModelClass in interface ClassedModel

getModelClassName

public String getModelClassName()
Specified by:
getModelClassName in interface ClassedModel

getModelAttributes

public Map<String,Object> getModelAttributes()
Specified by:
getModelAttributes in interface BaseModel<ResourceBlock>

setModelAttributes

public void setModelAttributes(Map<String,Object> attributes)
Specified by:
setModelAttributes in interface BaseModel<ResourceBlock>

getPrimaryKey

public long getPrimaryKey()
Returns the primary key of this resource block.

Specified by:
getPrimaryKey in interface ResourceBlockModel
Returns:
the primary key of this resource block

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Sets the primary key of this resource block.

Specified by:
setPrimaryKey in interface ResourceBlockModel
Parameters:
primaryKey - the primary key of this resource block

getResourceBlockId

public long getResourceBlockId()
Returns the resource block ID of this resource block.

Specified by:
getResourceBlockId in interface PermissionedModel
Specified by:
getResourceBlockId in interface ResourceBlockModel
Returns:
the resource block ID of this resource block

setResourceBlockId

public void setResourceBlockId(long resourceBlockId)
Sets the resource block ID of this resource block.

Specified by:
setResourceBlockId in interface PermissionedModel
Specified by:
setResourceBlockId in interface ResourceBlockModel
Parameters:
resourceBlockId - the resource block ID of this resource block

getCompanyId

public long getCompanyId()
Returns the company ID of this resource block.

Specified by:
getCompanyId in interface ResourceBlockModel
Returns:
the company ID of this resource block

setCompanyId

public void setCompanyId(long companyId)
Sets the company ID of this resource block.

Specified by:
setCompanyId in interface ResourceBlockModel
Parameters:
companyId - the company ID of this resource block

getGroupId

public long getGroupId()
Returns the group ID of this resource block.

Specified by:
getGroupId in interface ResourceBlockModel
Returns:
the group ID of this resource block

setGroupId

public void setGroupId(long groupId)
Sets the group ID of this resource block.

Specified by:
setGroupId in interface ResourceBlockModel
Parameters:
groupId - the group ID of this resource block

getName

public String getName()
Returns the name of this resource block.

Specified by:
getName in interface ResourceBlockModel
Returns:
the name of this resource block

setName

public void setName(String name)
Sets the name of this resource block.

Specified by:
setName in interface ResourceBlockModel
Parameters:
name - the name of this resource block

getPermissionsHash

public String getPermissionsHash()
Returns the permissions hash of this resource block.

Specified by:
getPermissionsHash in interface ResourceBlockModel
Returns:
the permissions hash of this resource block

setPermissionsHash

public void setPermissionsHash(String permissionsHash)
Sets the permissions hash of this resource block.

Specified by:
setPermissionsHash in interface ResourceBlockModel
Parameters:
permissionsHash - the permissions hash of this resource block

getReferenceCount

public long getReferenceCount()
Returns the reference count of this resource block.

Specified by:
getReferenceCount in interface ResourceBlockModel
Returns:
the reference count of this resource block

setReferenceCount

public void setReferenceCount(long referenceCount)
Sets the reference count of this resource block.

Specified by:
setReferenceCount in interface ResourceBlockModel
Parameters:
referenceCount - the reference count of this resource block

isNew

public boolean isNew()
Description copied from interface: BaseModel
Returns true if this model instance does not yet exist in the database.

Specified by:
isNew in interface BaseModel<ResourceBlock>
Specified by:
isNew in interface ResourceBlockModel
Returns:
true if this model instance does not yet exist in the database; false otherwise

setNew

public void setNew(boolean n)
Description copied from interface: BaseModel
Sets whether this model instance does not yet exist in the database.

Specified by:
setNew in interface BaseModel<ResourceBlock>
Specified by:
setNew in interface ResourceBlockModel
Parameters:
n - whether this model instance does not yet exist in the database

isCachedModel

public boolean isCachedModel()
Description copied from interface: BaseModel
Returns true if this model instance was retrieved from the entity cache.

Specified by:
isCachedModel in interface BaseModel<ResourceBlock>
Specified by:
isCachedModel in interface ResourceBlockModel
Returns:
true if this model instance was retrieved from the entity cache; false otherwise
See Also:
BaseModel.setCachedModel(boolean)

setCachedModel

public void setCachedModel(boolean cachedModel)
Description copied from interface: BaseModel
Sets whether this model instance was retrieved from the entity cache.

Specified by:
setCachedModel in interface BaseModel<ResourceBlock>
Specified by:
setCachedModel in interface ResourceBlockModel
Parameters:
cachedModel - whether this model instance was retrieved from the entity cache
See Also:
EntityCache

isEscapedModel

public boolean isEscapedModel()
Description copied from interface: BaseModel
Returns true if this model instance is escaped.

Specified by:
isEscapedModel in interface BaseModel<ResourceBlock>
Specified by:
isEscapedModel in interface ResourceBlockModel
Returns:
true if this model instance is escaped; false otherwise

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()
Description copied from interface: BaseModel
Returns the primary key of this model instance.

Specified by:
getPrimaryKeyObj in interface BaseModel<ResourceBlock>
Specified by:
getPrimaryKeyObj in interface ClassedModel
Specified by:
getPrimaryKeyObj in interface ResourceBlockModel
Returns:
the primary key of this model instance

setPrimaryKeyObj

public void setPrimaryKeyObj(Serializable primaryKeyObj)
Description copied from interface: BaseModel
Sets the primary key of this model instance.

Specified by:
setPrimaryKeyObj in interface BaseModel<ResourceBlock>
Specified by:
setPrimaryKeyObj in interface ClassedModel
Specified by:
setPrimaryKeyObj in interface ResourceBlockModel
Parameters:
primaryKeyObj - the primary key of this model instance

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Description copied from interface: BaseModel
Returns the expando bridge for this model instance.

Specified by:
getExpandoBridge in interface BaseModel<ResourceBlock>
Specified by:
getExpandoBridge in interface ClassedModel
Specified by:
getExpandoBridge in interface ResourceBlockModel
Returns:
the expando bridge for this model instance

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(BaseModel<?> baseModel)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<ResourceBlock>
Specified by:
setExpandoBridgeAttributes in interface ResourceBlockModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<ResourceBlock>
Specified by:
setExpandoBridgeAttributes in interface ResourceBlockModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Description copied from interface: BaseModel
Sets the expando bridge attributes for this model instance to the attributes stored in the service context.

Specified by:
setExpandoBridgeAttributes in interface BaseModel<ResourceBlock>
Specified by:
setExpandoBridgeAttributes in interface ResourceBlockModel
Parameters:
serviceContext - the service context to be applied
See Also:
ServiceContext.getExpandoBridgeAttributes( )

clone

public Object clone()
Description copied from interface: BaseModel
Creates a shallow clone of this model instance.

Specified by:
clone in interface BaseModel<ResourceBlock>
Specified by:
clone in interface ResourceBlockModel
Overrides:
clone in class Object
Returns:
the shallow clone of this model instance

compareTo

public int compareTo(ResourceBlock resourceBlock)
Specified by:
compareTo in interface ResourceBlockModel
Specified by:
compareTo in interface Comparable<ResourceBlock>

hashCode

public int hashCode()
Specified by:
hashCode in interface ResourceBlockModel
Overrides:
hashCode in class Object

toCacheModel

public CacheModel<ResourceBlock> toCacheModel()
Description copied from interface: BaseModel
Returns a cache model object for this entity used by entity cache.

Specified by:
toCacheModel in interface BaseModel<ResourceBlock>
Specified by:
toCacheModel in interface ResourceBlockModel
Returns:
the cache model object

toEscapedModel

public ResourceBlock toEscapedModel()
Description copied from interface: BaseModel
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.

Specified by:
toEscapedModel in interface BaseModel<ResourceBlock>
Specified by:
toEscapedModel in interface ResourceBlockModel
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

toUnescapedModel

public ResourceBlock toUnescapedModel()
Specified by:
toUnescapedModel in interface BaseModel<ResourceBlock>
Specified by:
toUnescapedModel in interface ResourceBlockModel

toString

public String toString()
Specified by:
toString in interface ResourceBlockModel
Overrides:
toString in class Object

toXmlString

public String toXmlString()
Description copied from interface: BaseModel
Returns the XML representation of this model instance.

Specified by:
toXmlString in interface BaseModel<ResourceBlock>
Specified by:
toXmlString in interface ResourceBlockModel
Returns:
the XML representation of this model instance

persist

public void persist()
             throws SystemException
Description copied from interface: PersistedModel
Updates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
persist in interface PersistedModel
Throws:
SystemException - if a system exception occurred

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getWrappedResourceBlock

public ResourceBlock getWrappedResourceBlock()
Deprecated. As of 6.1.0, replaced by getWrappedModel()


getWrappedModel

public ResourceBlock getWrappedModel()
Specified by:
getWrappedModel in interface ModelWrapper<ResourceBlock>

resetOriginalValues

public void resetOriginalValues()
Description copied from interface: BaseModel
Reset all original fields to current values.

Specified by:
resetOriginalValues in interface BaseModel<ResourceBlock>

Liferay 6.2-ce-ga5