|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.ResourceWrapper
public class ResourceWrapper
This class is a wrapper for Resource.
Resource,
Serialized Form| Constructor Summary | |
|---|---|
ResourceWrapper(Resource resource)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(Resource resource)
|
long |
getCodeId()
Gets the code id of this resource. |
long |
getCompanyId()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
String |
getName()
|
long |
getPrimaryKey()
Gets the primary key of this resource. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
String |
getPrimKey()
Gets the prim key of this resource. |
long |
getResourceId()
Gets the resource id of this resource. |
int |
getScope()
|
Resource |
getWrappedResource()
|
int |
hashCode()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance is escaped. |
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setCodeId(long codeId)
Sets the code id of this resource. |
void |
setCompanyId(long companyId)
|
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance is escaped, meaning that all strings returned from getter methods are HTML safe. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setName(String name)
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long pk)
Sets the primary key of this resource |
void |
setPrimKey(String primKey)
Sets the prim key of this resource. |
void |
setResourceId(long resourceId)
Sets the resource id of this resource. |
void |
setScope(int scope)
|
Resource |
toEscapedModel()
Gets a copy of this resource as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceWrapper(Resource resource)
| Method Detail |
|---|
public long getPrimaryKey()
ResourceModel
getPrimaryKey in interface ResourceModelpublic void setPrimaryKey(long pk)
ResourceModel
setPrimaryKey in interface ResourceModelpk - the primary key of this resourcepublic long getResourceId()
ResourceModel
getResourceId in interface ResourceModelpublic void setResourceId(long resourceId)
ResourceModel
setResourceId in interface ResourceModelresourceId - the resource id of this resourcepublic long getCodeId()
ResourceModel
getCodeId in interface ResourceModelpublic void setCodeId(long codeId)
ResourceModel
setCodeId in interface ResourceModelcodeId - the code id of this resourcepublic String getPrimKey()
ResourceModel
getPrimKey in interface ResourceModelpublic void setPrimKey(String primKey)
ResourceModel
setPrimKey in interface ResourceModelprimKey - the prim key of this resourcepublic Resource toEscapedModel()
ResourceModelAutoEscapeBeanHandler.
toEscapedModel in interface ResourceModelAutoEscapeBeanHandlerpublic boolean isNew()
BaseModel
isNew in interface BaseModel<Resource>isNew in interface ResourceModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<Resource>setNew in interface ResourceModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<Resource>isCachedModel in interface ResourceModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<Resource>setCachedModel in interface ResourceModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<Resource>isEscapedModel in interface ResourceModeltrue if this model instance is escaped;
false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be made escaped by wrapping it with an HTML auto
escape handler using its toEscapedModel method. For example,
UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<Resource>setEscapedModel in interface ResourceModelescapedModel - whether this model instance is escapedAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<Resource>getPrimaryKeyObj in interface ResourceModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<Resource>getExpandoBridge in interface ResourceModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<Resource>setExpandoBridgeAttributes in interface ResourceModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<Resource>clone in interface ResourceModelclone in class Objectpublic int compareTo(Resource resource)
compareTo in interface ResourceModelcompareTo in interface Comparable<Resource>public int hashCode()
hashCode in interface ResourceModelhashCode in class Objectpublic String toString()
toString in interface ResourceModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<Resource>toXmlString in interface ResourceModel
public long getCompanyId()
throws PortalException,
SystemException
getCompanyId in interface ResourcePortalException
SystemException
public String getName()
throws PortalException,
SystemException
getName in interface ResourcePortalException
SystemException
public int getScope()
throws PortalException,
SystemException
getScope in interface ResourcePortalException
SystemExceptionpublic void setCompanyId(long companyId)
setCompanyId in interface Resourcepublic void setName(String name)
setName in interface Resourcepublic void setScope(int scope)
setScope in interface Resourcepublic Resource getWrappedResource()
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||