@ProviderType public interface UserGroupModel extends BaseModel<UserGroup>, MVCCModel, ShardedModel, StagedAuditedModel
This interface and its corresponding implementation com.liferay.portal.model.impl.UserGroupModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.model.impl.UserGroupImpl
.
UserGroup
Modifier and Type | Method and Description |
---|---|
boolean |
getAddedByLDAPImport()
Returns the added by ldap import of this user group.
|
long |
getCompanyId()
Returns the company ID of this user group.
|
Date |
getCreateDate()
Returns the create date of this user group.
|
String |
getDescription()
Returns the description of this user group.
|
String |
getExternalReferenceCode()
Returns the external reference code of this user group.
|
Date |
getModifiedDate()
Returns the modified date of this user group.
|
long |
getMvccVersion()
Returns the mvcc version of this user group.
|
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.
|
long |
getUserGroupId()
Returns the user group ID of this user group.
|
long |
getUserId()
Returns the user ID of this user group.
|
String |
getUserName()
Returns the user name of this user group.
|
String |
getUserUuid()
Returns the user uuid of this user group.
|
String |
getUuid()
Returns the uuid of this user group.
|
boolean |
isAddedByLDAPImport()
Returns
true if this user group is added by ldap import. |
void |
setAddedByLDAPImport(boolean addedByLDAPImport)
Sets whether this user group is added by ldap import.
|
void |
setCompanyId(long companyId)
Sets the company ID of this user group.
|
void |
setCreateDate(Date createDate)
Sets the create date of this user group.
|
void |
setDescription(String description)
Sets the description of this user group.
|
void |
setExternalReferenceCode(String externalReferenceCode)
Sets the external reference code of this user group.
|
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this user group.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this user group.
|
void |
setName(String name)
Sets the name of this user group.
|
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 |
setUserGroupId(long userGroupId)
Sets the user group ID of this user group.
|
void |
setUserId(long userId)
Sets the user ID of this user group.
|
void |
setUserName(String userName)
Sets the user name of this user group.
|
void |
setUserUuid(String userUuid)
Sets the user uuid of this user group.
|
void |
setUuid(String uuid)
Sets the uuid of this user group.
|
clone, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
clone, getStagedModelType
getModelClass, getModelClassName
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this user grouplong getMvccVersion()
getMvccVersion
in interface MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
mvccVersion
- the mvcc version of this user group@AutoEscape String getUuid()
getUuid
in interface StagedModel
void setUuid(String uuid)
setUuid
in interface StagedModel
uuid
- the uuid of this user group@AutoEscape String getExternalReferenceCode()
void setExternalReferenceCode(String externalReferenceCode)
externalReferenceCode
- the external reference code of this user grouplong getUserGroupId()
void setUserGroupId(long userGroupId)
userGroupId
- the user group ID of this user grouplong getCompanyId()
getCompanyId
in interface AuditedModel
getCompanyId
in interface ShardedModel
getCompanyId
in interface StagedModel
void setCompanyId(long companyId)
setCompanyId
in interface AuditedModel
setCompanyId
in interface ShardedModel
setCompanyId
in interface StagedModel
companyId
- the company ID of this user grouplong getUserId()
getUserId
in interface AuditedModel
void setUserId(long userId)
setUserId
in interface AuditedModel
userId
- the user ID of this user groupString getUserUuid()
getUserUuid
in interface AuditedModel
void setUserUuid(String userUuid)
setUserUuid
in interface AuditedModel
userUuid
- the user uuid of this user group@AutoEscape String getUserName()
getUserName
in interface AuditedModel
void setUserName(String userName)
setUserName
in interface AuditedModel
userName
- the user name of this user groupDate getCreateDate()
getCreateDate
in interface AuditedModel
getCreateDate
in interface StagedModel
void setCreateDate(Date createDate)
setCreateDate
in interface AuditedModel
setCreateDate
in interface StagedModel
createDate
- the create date of this user groupDate getModifiedDate()
getModifiedDate
in interface AuditedModel
getModifiedDate
in interface StagedModel
void setModifiedDate(Date modifiedDate)
setModifiedDate
in interface AuditedModel
setModifiedDate
in interface StagedModel
modifiedDate
- the modified date 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 groupboolean getAddedByLDAPImport()
boolean isAddedByLDAPImport()
true
if this user group is added by ldap import.true
if this user group is added by ldap import; false
otherwisevoid setAddedByLDAPImport(boolean addedByLDAPImport)
addedByLDAPImport
- the added by ldap import of this user group