|
Liferay 6.2-ce-ga2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ProviderType public interface GroupModel
The base model interface for the Group service. Represents a row in the "Group_" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation GroupModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in GroupImpl.
Group,
GroupImpl,
GroupModelImpl| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(Group group)
|
boolean |
getActive()
Returns the active of this group. |
String |
getClassName()
Returns the fully qualified class name of this group. |
long |
getClassNameId()
Returns the class name ID of this group. |
long |
getClassPK()
Returns the class p k of this group. |
long |
getCompanyId()
Returns the company ID of this group. |
long |
getCreatorUserId()
Returns the creator user ID of this group. |
String |
getCreatorUserUuid()
Returns the creator user uuid of this group. |
String |
getDescription()
Returns the description of this group. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
String |
getFriendlyURL()
Returns the friendly u r l of this group. |
long |
getGroupId()
Returns the group ID of this group. |
long |
getLiveGroupId()
Returns the live group ID of this group. |
boolean |
getManualMembership()
Returns the manual membership of this group. |
int |
getMembershipRestriction()
Returns the membership restriction of this group. |
String |
getName()
Returns the name of this group. |
long |
getParentGroupId()
Returns the parent group ID of this group. |
long |
getPrimaryKey()
Returns the primary key of this group. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
int |
getRemoteStagingGroupCount()
Returns the remote staging group count of this group. |
boolean |
getSite()
Returns the site of this group. |
String |
getTreePath()
Returns the tree path of this group. |
int |
getType()
Returns the type of this group. |
String |
getTypeSettings()
Returns the type settings of this group. |
String |
getUuid()
Returns the uuid of this group. |
int |
hashCode()
|
boolean |
isActive()
Returns true if this group is active. |
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 |
isManualMembership()
Returns true if this group is manual membership. |
boolean |
isNew()
Returns true if this model instance does not yet exist in
the database. |
boolean |
isSite()
Returns true if this group is site. |
void |
setActive(boolean active)
Sets whether this group is active. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setClassName(String className)
|
void |
setClassNameId(long classNameId)
Sets the class name ID of this group. |
void |
setClassPK(long classPK)
Sets the class p k of this group. |
void |
setCompanyId(long companyId)
Sets the company ID of this group. |
void |
setCreatorUserId(long creatorUserId)
Sets the creator user ID of this group. |
void |
setCreatorUserUuid(String creatorUserUuid)
Sets the creator user uuid of this group. |
void |
setDescription(String description)
Sets the description of this group. |
void |
setExpandoBridgeAttributes(BaseModel<?> baseModel)
|
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
|
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)
Sets the friendly u r l of this group. |
void |
setGroupId(long groupId)
Sets the group ID of this group. |
void |
setLiveGroupId(long liveGroupId)
Sets the live group ID of this group. |
void |
setManualMembership(boolean manualMembership)
Sets whether this group is manual membership. |
void |
setMembershipRestriction(int membershipRestriction)
Sets the membership restriction of this group. |
void |
setName(String name)
Sets the name of this group. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setParentGroupId(long parentGroupId)
Sets the parent group ID of this group. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this group. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setRemoteStagingGroupCount(int remoteStagingGroupCount)
Sets the remote staging group count of this group. |
void |
setSite(boolean site)
Sets whether this group is site. |
void |
setTreePath(String treePath)
Sets the tree path of this group. |
void |
setType(int type)
Sets the type of this group. |
void |
setTypeSettings(String typeSettings)
Sets the type settings of this group. |
void |
setUuid(String uuid)
Sets the uuid of this group. |
CacheModel<Group> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
Group |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
Group |
toUnescapedModel()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from interface com.liferay.portal.model.BaseModel |
|---|
getModelAttributes, resetOriginalValues, setModelAttributes |
| 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 group@AutoEscape String getUuid()
void setUuid(String uuid)
uuid - the uuid of this grouplong getGroupId()
void setGroupId(long groupId)
groupId - the group ID of this grouplong getCompanyId()
void setCompanyId(long companyId)
companyId - the company ID of this grouplong getCreatorUserId()
void setCreatorUserId(long creatorUserId)
creatorUserId - the creator user ID of this group
String getCreatorUserUuid()
throws SystemException
SystemException - if a system exception occurredvoid setCreatorUserUuid(String creatorUserUuid)
creatorUserUuid - the creator user uuid of this groupString getClassName()
getClassName in interface TypedModelvoid setClassName(String className)
long getClassNameId()
getClassNameId in interface TypedModelvoid setClassNameId(long classNameId)
setClassNameId in interface TypedModelclassNameId - the class name ID of this grouplong getClassPK()
getClassPK in interface AttachedModelvoid setClassPK(long classPK)
setClassPK in interface AttachedModelclassPK - the class p k of this grouplong getParentGroupId()
void setParentGroupId(long parentGroupId)
parentGroupId - the parent group ID of this grouplong getLiveGroupId()
void setLiveGroupId(long liveGroupId)
liveGroupId - the live group ID of this group@AutoEscape String getTreePath()
void setTreePath(String treePath)
treePath - the tree path of this group@AutoEscape String getName()
void setName(String name)
name - the name of this group@AutoEscape String getDescription()
void setDescription(String description)
description - the description of this groupint getType()
void setType(int type)
type - the type of this group@AutoEscape String getTypeSettings()
void setTypeSettings(String typeSettings)
typeSettings - the type settings of this groupboolean getManualMembership()
boolean isManualMembership()
true if this group is manual membership.
true if this group is manual membership; false otherwisevoid setManualMembership(boolean manualMembership)
manualMembership - the manual membership of this groupint getMembershipRestriction()
void setMembershipRestriction(int membershipRestriction)
membershipRestriction - the membership restriction of this group@AutoEscape String getFriendlyURL()
void setFriendlyURL(String friendlyURL)
friendlyURL - the friendly u r l of this groupboolean getSite()
boolean isSite()
true if this group is site.
true if this group is site; false otherwisevoid setSite(boolean site)
site - the site of this groupint getRemoteStagingGroupCount()
void setRemoteStagingGroupCount(int remoteStagingGroupCount)
remoteStagingGroupCount - the remote staging group count of this groupboolean getActive()
boolean isActive()
true if this group is active.
true if this group is active; false otherwisevoid setActive(boolean active)
active - the active of this groupboolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<Group>true if this model instance does not yet exist in
the database; false otherwisevoid setNew(boolean n)
BaseModel
setNew in interface BaseModel<Group>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<Group>true if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<Group>cachedModel - whether this model instance was retrieved from the
entity cacheEntityCacheboolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<Group>true if this model instance is escaped;
false otherwiseSerializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<Group>getPrimaryKeyObj in interface ClassedModelvoid setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<Group>setPrimaryKeyObj in interface ClassedModelprimaryKeyObj - the primary key of this model instanceExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<Group>getExpandoBridge in interface ClassedModelvoid setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<Group>void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<Group>void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<Group>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)Object clone()
BaseModel
clone in interface BaseModel<Group>int compareTo(Group group)
compareTo in interface Comparable<Group>int hashCode()
hashCode in class ObjectCacheModel<Group> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<Group>Group toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<Group>AutoEscapeBeanHandlerGroup toUnescapedModel()
toUnescapedModel in interface BaseModel<Group>String toString()
toString in class ObjectString toXmlString()
BaseModel
toXmlString in interface BaseModel<Group>
|
Liferay 6.2-ce-ga2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||