|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<UserGroup>
com.liferay.portal.model.impl.UserGroupModelImpl
public class UserGroupModelImpl
This interface is a model that represents the UserGroup table in the database.
UserGroupImpl,
UserGroup,
UserGroupModel,
Serialized Form| Field Summary | |
|---|---|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED_GROUPS_USERGROUPS
|
static boolean |
FINDER_CACHE_ENABLED_USERS_USERGROUPS
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
MAPPING_TABLE_GROUPS_USERGROUPS_NAME
|
static String |
MAPPING_TABLE_USERS_USERGROUPS_NAME
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
| Constructor Summary | |
|---|---|
UserGroupModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(UserGroup userGroup)
|
boolean |
equals(Object obj)
|
long |
getCompanyId()
|
String |
getDescription()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
String |
getName()
|
long |
getOriginalCompanyId()
|
String |
getOriginalName()
|
long |
getParentUserGroupId()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getUserGroupId()
|
int |
hashCode()
|
void |
setCompanyId(long companyId)
|
void |
setDescription(String description)
|
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 |
setParentUserGroupId(long parentUserGroupId)
|
void |
setPrimaryKey(long pk)
|
void |
setUserGroupId(long userGroupId)
|
UserGroup |
toEscapedModel()
|
static UserGroup |
toModel(UserGroupSoap soapModel)
|
static List<UserGroup> |
toModels(UserGroupSoap[] soapModels)
|
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.model.UserGroupModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final String MAPPING_TABLE_GROUPS_USERGROUPS_NAME
public static final boolean FINDER_CACHE_ENABLED_GROUPS_USERGROUPS
public static final String MAPPING_TABLE_USERS_USERGROUPS_NAME
public static final boolean FINDER_CACHE_ENABLED_USERS_USERGROUPS
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public UserGroupModelImpl()
| Method Detail |
|---|
public static UserGroup toModel(UserGroupSoap soapModel)
public static List<UserGroup> toModels(UserGroupSoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface UserGroupModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface UserGroupModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<UserGroup>getPrimaryKeyObj in interface UserGroupModelpublic long getUserGroupId()
getUserGroupId in interface UserGroupModelpublic void setUserGroupId(long userGroupId)
setUserGroupId in interface UserGroupModelpublic long getCompanyId()
getCompanyId in interface UserGroupModelpublic void setCompanyId(long companyId)
setCompanyId in interface UserGroupModelpublic long getOriginalCompanyId()
public long getParentUserGroupId()
getParentUserGroupId in interface UserGroupModelpublic void setParentUserGroupId(long parentUserGroupId)
setParentUserGroupId in interface UserGroupModelpublic String getName()
getName in interface UserGroupModelpublic void setName(String name)
setName in interface UserGroupModelpublic String getOriginalName()
public String getDescription()
getDescription in interface UserGroupModelpublic void setDescription(String description)
setDescription in interface UserGroupModelpublic UserGroup toEscapedModel()
toEscapedModel in interface UserGroupModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<UserGroup>getExpandoBridge in interface UserGroupModelgetExpandoBridge in class BaseModelImpl<UserGroup>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<UserGroup>setExpandoBridgeAttributes in interface UserGroupModelsetExpandoBridgeAttributes in class BaseModelImpl<UserGroup>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<UserGroup>clone in interface UserGroupModelclone in class BaseModelImpl<UserGroup>public int compareTo(UserGroup userGroup)
compareTo in interface UserGroupModelcompareTo in interface Comparable<UserGroup>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface UserGroupModelhashCode in class Objectpublic String toString()
toString in interface UserGroupModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<UserGroup>toXmlString in interface UserGroupModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||