@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, toXmlStringclone, getStagedModelTypegetModelClass, getModelClassNamelong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this user grouplong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this user group@AutoEscape String getUuid()
getUuid in interface StagedModelvoid setUuid(String uuid)
setUuid in interface StagedModeluuid - 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 AuditedModelgetCompanyId in interface ShardedModelgetCompanyId in interface StagedModelvoid setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelsetCompanyId in interface StagedModelcompanyId - the company ID of this user grouplong getUserId()
getUserId in interface AuditedModelvoid setUserId(long userId)
setUserId in interface AuditedModeluserId - the user ID of this user groupString getUserUuid()
getUserUuid in interface AuditedModelvoid setUserUuid(String userUuid)
setUserUuid in interface AuditedModeluserUuid - the user uuid of this user group@AutoEscape String getUserName()
getUserName in interface AuditedModelvoid setUserName(String userName)
setUserName in interface AuditedModeluserName - the user name of this user groupDate getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface StagedModelvoid setCreateDate(Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface StagedModelcreateDate - the create date of this user groupDate getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelvoid setModifiedDate(Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelmodifiedDate - 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