|
Liferay 6.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OrgGroupPermissionModel
The base model interface for the OrgGroupPermission service. Represents a row in the "OrgGroupPermission" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation OrgGroupPermissionModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in OrgGroupPermissionImpl.
OrgGroupPermission,
OrgGroupPermissionImpl,
OrgGroupPermissionModelImpl| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(OrgGroupPermission orgGroupPermission)
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getGroupId()
Returns the group ID of this org group permission. |
long |
getOrganizationId()
Returns the organization ID of this org group permission. |
long |
getPermissionId()
Returns the permission ID of this org group permission. |
OrgGroupPermissionPK |
getPrimaryKey()
Returns the primary key of this org group permission. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
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 |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
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 org group permission. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setOrganizationId(long organizationId)
Sets the organization ID of this org group permission. |
void |
setPermissionId(long permissionId)
Sets the permission ID of this org group permission. |
void |
setPrimaryKey(OrgGroupPermissionPK primaryKey)
Sets the primary key of this org group permission. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
CacheModel<OrgGroupPermission> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
OrgGroupPermission |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from interface com.liferay.portal.model.BaseModel |
|---|
resetOriginalValues |
| Methods inherited from interface com.liferay.portal.model.ClassedModel |
|---|
getModelClass, getModelClassName |
| Method Detail |
|---|
OrgGroupPermissionPK getPrimaryKey()
void setPrimaryKey(OrgGroupPermissionPK primaryKey)
primaryKey - the primary key of this org group permissionlong getOrganizationId()
void setOrganizationId(long organizationId)
organizationId - the organization ID of this org group permissionlong getGroupId()
void setGroupId(long groupId)
groupId - the group ID of this org group permissionlong getPermissionId()
void setPermissionId(long permissionId)
permissionId - the permission ID of this org group permissionboolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<OrgGroupPermission>true if this model instance does not yet exist in
the database; false otherwisevoid setNew(boolean n)
BaseModel
setNew in interface BaseModel<OrgGroupPermission>n - whether this model instance does not yet exist in the databaseboolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.
isCachedModel in interface BaseModel<OrgGroupPermission>true if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<OrgGroupPermission>cachedModel - whether this model instance was retrieved from the
entity cacheEntityCacheboolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<OrgGroupPermission>true if this model instance is escaped;
false otherwiseSerializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<OrgGroupPermission>getPrimaryKeyObj in interface ClassedModelvoid setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<OrgGroupPermission>setPrimaryKeyObj in interface ClassedModelprimaryKeyObj - the primary key of this model instanceExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<OrgGroupPermission>getExpandoBridge in interface ClassedModelvoid setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<OrgGroupPermission>serviceContext - the service contextServiceContext.getExpandoBridgeAttributes(
)Object clone()
BaseModel
clone in interface BaseModel<OrgGroupPermission>int compareTo(OrgGroupPermission orgGroupPermission)
compareTo in interface Comparable<OrgGroupPermission>int hashCode()
hashCode in class ObjectCacheModel<OrgGroupPermission> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<OrgGroupPermission>OrgGroupPermission toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<OrgGroupPermission>AutoEscapeBeanHandlerString toString()
toString in class ObjectString toXmlString()
BaseModel
toXmlString in interface BaseModel<OrgGroupPermission>
|
Liferay 6.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||