|
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<Group>
com.liferay.portal.model.impl.GroupModelImpl
public class GroupModelImpl
This interface is a model that represents the Group_ table in the database.
GroupImpl,
Group,
GroupModel,
Serialized Form| Constructor Summary | |
|---|---|
GroupModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(Group group)
|
boolean |
equals(Object obj)
|
boolean |
getActive()
|
String |
getClassName()
|
long |
getClassNameId()
|
long |
getClassPK()
|
long |
getCompanyId()
|
long |
getCreatorUserId()
|
String |
getCreatorUserUuid()
|
String |
getDescription()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
String |
getFriendlyURL()
|
long |
getGroupId()
|
long |
getLiveGroupId()
|
String |
getName()
|
long |
getOriginalClassNameId()
|
long |
getOriginalClassPK()
|
long |
getOriginalCompanyId()
|
String |
getOriginalFriendlyURL()
|
long |
getOriginalLiveGroupId()
|
String |
getOriginalName()
|
long |
getParentGroupId()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
int |
getType()
|
String |
getTypeSettings()
|
int |
hashCode()
|
boolean |
isActive()
|
void |
setActive(boolean active)
|
void |
setClassNameId(long classNameId)
|
void |
setClassPK(long classPK)
|
void |
setCompanyId(long companyId)
|
void |
setCreatorUserId(long creatorUserId)
|
void |
setCreatorUserUuid(String creatorUserUuid)
|
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 |
setFriendlyURL(String friendlyURL)
|
void |
setGroupId(long groupId)
|
void |
setLiveGroupId(long liveGroupId)
|
void |
setName(String name)
|
void |
setParentGroupId(long parentGroupId)
|
void |
setPrimaryKey(long pk)
|
void |
setType(int type)
|
void |
setTypeSettings(String typeSettings)
|
Group |
toEscapedModel()
|
static Group |
toModel(GroupSoap soapModel)
|
static List<Group> |
toModels(GroupSoap[] 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.GroupModel |
|---|
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_ORGS_NAME
public static final Object[][] MAPPING_TABLE_GROUPS_ORGS_COLUMNS
public static final String MAPPING_TABLE_GROUPS_ORGS_SQL_CREATE
public static final boolean FINDER_CACHE_ENABLED_GROUPS_ORGS
public static final String MAPPING_TABLE_GROUPS_PERMISSIONS_NAME
public static final Object[][] MAPPING_TABLE_GROUPS_PERMISSIONS_COLUMNS
public static final String MAPPING_TABLE_GROUPS_PERMISSIONS_SQL_CREATE
public static final boolean FINDER_CACHE_ENABLED_GROUPS_PERMISSIONS
public static final String MAPPING_TABLE_GROUPS_ROLES_NAME
public static final Object[][] MAPPING_TABLE_GROUPS_ROLES_COLUMNS
public static final String MAPPING_TABLE_GROUPS_ROLES_SQL_CREATE
public static final boolean FINDER_CACHE_ENABLED_GROUPS_ROLES
public static final String MAPPING_TABLE_GROUPS_USERGROUPS_NAME
public static final Object[][] MAPPING_TABLE_GROUPS_USERGROUPS_COLUMNS
public static final String MAPPING_TABLE_GROUPS_USERGROUPS_SQL_CREATE
public static final boolean FINDER_CACHE_ENABLED_GROUPS_USERGROUPS
public static final String MAPPING_TABLE_USERS_GROUPS_NAME
public static final boolean FINDER_CACHE_ENABLED_USERS_GROUPS
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public GroupModelImpl()
| Method Detail |
|---|
public static Group toModel(GroupSoap soapModel)
public static List<Group> toModels(GroupSoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface GroupModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface GroupModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<Group>getPrimaryKeyObj in interface GroupModelpublic long getGroupId()
getGroupId in interface GroupModelpublic void setGroupId(long groupId)
setGroupId in interface GroupModelpublic long getCompanyId()
getCompanyId in interface GroupModelpublic void setCompanyId(long companyId)
setCompanyId in interface GroupModelpublic long getOriginalCompanyId()
public long getCreatorUserId()
getCreatorUserId in interface GroupModelpublic void setCreatorUserId(long creatorUserId)
setCreatorUserId in interface GroupModel
public String getCreatorUserUuid()
throws SystemException
getCreatorUserUuid in interface GroupModelSystemExceptionpublic void setCreatorUserUuid(String creatorUserUuid)
setCreatorUserUuid in interface GroupModelpublic String getClassName()
getClassName in interface GroupModelpublic long getClassNameId()
getClassNameId in interface GroupModelpublic void setClassNameId(long classNameId)
setClassNameId in interface GroupModelpublic long getOriginalClassNameId()
public long getClassPK()
getClassPK in interface GroupModelpublic void setClassPK(long classPK)
setClassPK in interface GroupModelpublic long getOriginalClassPK()
public long getParentGroupId()
getParentGroupId in interface GroupModelpublic void setParentGroupId(long parentGroupId)
setParentGroupId in interface GroupModelpublic long getLiveGroupId()
getLiveGroupId in interface GroupModelpublic void setLiveGroupId(long liveGroupId)
setLiveGroupId in interface GroupModelpublic long getOriginalLiveGroupId()
public String getName()
getName in interface GroupModelpublic void setName(String name)
setName in interface GroupModelpublic String getOriginalName()
public String getDescription()
getDescription in interface GroupModelpublic void setDescription(String description)
setDescription in interface GroupModelpublic int getType()
getType in interface GroupModelpublic void setType(int type)
setType in interface GroupModelpublic String getTypeSettings()
getTypeSettings in interface GroupModelpublic void setTypeSettings(String typeSettings)
setTypeSettings in interface GroupModelpublic String getFriendlyURL()
getFriendlyURL in interface GroupModelpublic void setFriendlyURL(String friendlyURL)
setFriendlyURL in interface GroupModelpublic String getOriginalFriendlyURL()
public boolean getActive()
getActive in interface GroupModelpublic boolean isActive()
isActive in interface GroupModelpublic void setActive(boolean active)
setActive in interface GroupModelpublic Group toEscapedModel()
toEscapedModel in interface GroupModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<Group>getExpandoBridge in interface GroupModelgetExpandoBridge in class BaseModelImpl<Group>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<Group>setExpandoBridgeAttributes in interface GroupModelsetExpandoBridgeAttributes in class BaseModelImpl<Group>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<Group>clone in interface GroupModelclone in class BaseModelImpl<Group>public int compareTo(Group group)
compareTo in interface GroupModelcompareTo in interface Comparable<Group>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface GroupModelhashCode in class Objectpublic String toString()
toString in interface GroupModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<Group>toXmlString in interface GroupModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||