|
Liferay 6.1.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserGroupModel
The base model interface for the UserGroup service. Represents a row in the "UserGroup" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation UserGroupModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in UserGroupImpl.
UserGroup,
UserGroupImpl,
UserGroupModelImpl| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(UserGroup userGroup)
|
boolean |
getAddedByLDAPImport()
Returns the added by l d a p import of this user group. |
long |
getCompanyId()
Returns the company ID of this user group. |
String |
getDescription()
Returns the description of this user group. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
String |
getName()
Returns the name of this user group. |
long |
getParentUserGroupId()
Returns the parent user group ID of this user group. |
long |
getPrimaryKey()
Returns the primary key of this user group. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getPrivateLayoutSetPrototypeId()
Returns the private layout set prototype ID of this user group. |
long |
getPublicLayoutSetPrototypeId()
Returns the public layout set prototype ID of this user group. |
long |
getUserGroupId()
Returns the user group ID of this user group. |
int |
hashCode()
|
boolean |
isAddedByLDAPImport()
Returns true if this user group is added by l d a p import. |
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 |
setAddedByLDAPImport(boolean addedByLDAPImport)
Sets whether this user group is added by l d a p import. |
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 user group. |
void |
setDescription(String description)
Sets the description of this user group. |
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)
Sets the name of this user group. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setParentUserGroupId(long parentUserGroupId)
Sets the parent user group ID of this user group. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this user group. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setPrivateLayoutSetPrototypeId(long privateLayoutSetPrototypeId)
Sets the private layout set prototype ID of this user group. |
void |
setPublicLayoutSetPrototypeId(long publicLayoutSetPrototypeId)
Sets the public layout set prototype ID of this user group. |
void |
setUserGroupId(long userGroupId)
Sets the user group ID of this user group. |
CacheModel<UserGroup> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
UserGroup |
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 |
|---|
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this user grouplong getUserGroupId()
void setUserGroupId(long userGroupId)
userGroupId - the user group ID of this user grouplong getCompanyId()
void setCompanyId(long companyId)
companyId - the company ID of this user grouplong getParentUserGroupId()
void setParentUserGroupId(long parentUserGroupId)
parentUserGroupId - the parent user group ID of this user group@AutoEscape String getName()
void setName(String name)
name - the name of this user group@AutoEscape String getDescription()
void setDescription(String description)
description - the description of this user grouplong getPublicLayoutSetPrototypeId()
void setPublicLayoutSetPrototypeId(long publicLayoutSetPrototypeId)
publicLayoutSetPrototypeId - the public layout set prototype ID of this user grouplong getPrivateLayoutSetPrototypeId()
void setPrivateLayoutSetPrototypeId(long privateLayoutSetPrototypeId)
privateLayoutSetPrototypeId - the private layout set prototype ID of this user groupboolean getAddedByLDAPImport()
boolean isAddedByLDAPImport()
true if this user group is added by l d a p import.
true if this user group is added by l d a p import; false otherwisevoid setAddedByLDAPImport(boolean addedByLDAPImport)
addedByLDAPImport - the added by l d a p import of this user groupboolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<UserGroup>true if this model instance does not yet exist in
the database; false otherwisevoid setNew(boolean n)
BaseModel
setNew in interface BaseModel<UserGroup>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<UserGroup>true if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<UserGroup>cachedModel - whether this model instance was retrieved from the
entity cacheEntityCacheboolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<UserGroup>true if this model instance is escaped;
false otherwiseSerializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<UserGroup>getPrimaryKeyObj in interface ClassedModelvoid setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<UserGroup>setPrimaryKeyObj in interface ClassedModelprimaryKeyObj - the primary key of this model instanceExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<UserGroup>getExpandoBridge in interface ClassedModelvoid setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<UserGroup>serviceContext - the service contextServiceContext.getExpandoBridgeAttributes(
)Object clone()
BaseModel
clone in interface BaseModel<UserGroup>int compareTo(UserGroup userGroup)
compareTo in interface Comparable<UserGroup>int hashCode()
hashCode in class ObjectCacheModel<UserGroup> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<UserGroup>UserGroup toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<UserGroup>AutoEscapeBeanHandlerString toString()
toString in class ObjectString toXmlString()
BaseModel
toXmlString in interface BaseModel<UserGroup>
|
Liferay 6.1.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||