|
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.GroupWrapper
public class GroupWrapper
This class is a wrapper for Group.
Group,
Serialized Form| Constructor Summary | |
|---|---|
GroupWrapper(Group group)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(Group group)
|
boolean |
getActive()
|
String |
getClassName()
|
long |
getClassNameId()
|
long |
getClassPK()
|
long |
getCompanyId()
|
long |
getCreatorUserId()
|
String |
getCreatorUserUuid()
|
long |
getDefaultPrivatePlid()
|
long |
getDefaultPublicPlid()
|
String |
getDescription()
|
String |
getDescriptiveName()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
String |
getFriendlyURL()
|
long |
getGroupId()
|
Group |
getLiveGroup()
|
long |
getLiveGroupId()
|
String |
getName()
|
long |
getParentGroupId()
|
String |
getPathFriendlyURL(boolean privateLayout,
ThemeDisplay themeDisplay)
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
LayoutSet |
getPrivateLayoutSet()
|
int |
getPrivateLayoutsPageCount()
|
LayoutSet |
getPublicLayoutSet()
|
int |
getPublicLayoutsPageCount()
|
Group |
getStagingGroup()
|
int |
getType()
|
String |
getTypeLabel()
|
String |
getTypeSettings()
|
UnicodeProperties |
getTypeSettingsProperties()
|
String |
getTypeSettingsProperty(String key)
|
String |
getWorkflowRoleNames()
|
int |
getWorkflowStages()
|
Group |
getWrappedGroup()
|
int |
hashCode()
|
boolean |
hasPrivateLayouts()
|
boolean |
hasPublicLayouts()
|
boolean |
hasStagingGroup()
|
boolean |
isActive()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isCommunity()
|
boolean |
isCompany()
|
boolean |
isControlPanel()
|
boolean |
isEscapedModel()
Determines if this model instance has been wrapped with an HTML auto escape handler. |
boolean |
isLayout()
|
boolean |
isLayoutPrototype()
|
boolean |
isLayoutSetPrototype()
|
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
boolean |
isOrganization()
|
boolean |
isStaged()
|
boolean |
isStagedPortlet(String portletId)
|
boolean |
isStagedRemotely()
|
boolean |
isStagingGroup()
|
boolean |
isUser()
|
boolean |
isUserGroup()
|
boolean |
isWorkflowEnabled()
|
void |
setActive(boolean active)
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
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 |
setEscapedModel(boolean escapedModel)
Sets whether this model instance has been wrapped with an HTML auto escape handler. |
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 |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setParentGroupId(long parentGroupId)
|
void |
setPrimaryKey(long pk)
|
void |
setType(int type)
|
void |
setTypeSettings(String typeSettings)
|
void |
setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
|
Group |
toEscapedModel()
|
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GroupWrapper(Group group)
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface GroupModelpublic void setPrimaryKey(long pk)
setPrimaryKey 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 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 getClassPK()
getClassPK in interface GroupModelpublic void setClassPK(long classPK)
setClassPK in interface GroupModelpublic 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 String getName()
getName in interface GroupModelpublic void setName(String name)
setName in interface GroupModelpublic 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 GroupgetTypeSettings in interface GroupModelpublic void setTypeSettings(String typeSettings)
setTypeSettings in interface GroupsetTypeSettings in interface GroupModelpublic String getFriendlyURL()
getFriendlyURL in interface GroupModelpublic void setFriendlyURL(String friendlyURL)
setFriendlyURL in interface GroupModelpublic 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 boolean isNew()
BaseModel
isNew in interface BaseModel<Group>isNew in interface GroupModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<Group>setNew in interface GroupModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<Group>isCachedModel in interface GroupModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<Group>setCachedModel in interface GroupModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<Group>isEscapedModel in interface GroupModeltrue if this model instance has been wrapped with an
HTML auto escape handler; false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be wrapped with an HTML auto escape handler using
its toEscapedModel method. For example, UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<Group>setEscapedModel in interface GroupModelescapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<Group>getPrimaryKeyObj in interface GroupModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<Group>getExpandoBridge in interface GroupModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<Group>setExpandoBridgeAttributes in interface GroupModelserviceContext - 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 Objectpublic int compareTo(Group group)
compareTo in interface GroupModelcompareTo in interface Comparable<Group>public 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 GroupModelpublic long getDefaultPrivatePlid()
getDefaultPrivatePlid in interface Grouppublic long getDefaultPublicPlid()
getDefaultPublicPlid in interface Group
public String getDescriptiveName()
throws PortalException,
SystemException
getDescriptiveName in interface GroupPortalException
SystemExceptionpublic Group getLiveGroup()
getLiveGroup in interface Group
public String getPathFriendlyURL(boolean privateLayout,
ThemeDisplay themeDisplay)
getPathFriendlyURL in interface Grouppublic LayoutSet getPrivateLayoutSet()
getPrivateLayoutSet in interface Grouppublic int getPrivateLayoutsPageCount()
getPrivateLayoutsPageCount in interface Grouppublic LayoutSet getPublicLayoutSet()
getPublicLayoutSet in interface Grouppublic int getPublicLayoutsPageCount()
getPublicLayoutsPageCount in interface Grouppublic Group getStagingGroup()
getStagingGroup in interface Grouppublic String getTypeLabel()
getTypeLabel in interface Grouppublic UnicodeProperties getTypeSettingsProperties()
getTypeSettingsProperties in interface Grouppublic String getTypeSettingsProperty(String key)
getTypeSettingsProperty in interface Grouppublic String getWorkflowRoleNames()
getWorkflowRoleNames in interface Grouppublic int getWorkflowStages()
getWorkflowStages in interface Grouppublic boolean hasPrivateLayouts()
hasPrivateLayouts in interface Grouppublic boolean hasPublicLayouts()
hasPublicLayouts in interface Grouppublic boolean hasStagingGroup()
hasStagingGroup in interface Grouppublic boolean isCommunity()
isCommunity in interface Grouppublic boolean isCompany()
isCompany in interface Grouppublic boolean isControlPanel()
isControlPanel in interface Grouppublic boolean isLayout()
isLayout in interface Grouppublic boolean isLayoutPrototype()
isLayoutPrototype in interface Grouppublic boolean isLayoutSetPrototype()
isLayoutSetPrototype in interface Grouppublic boolean isOrganization()
isOrganization in interface Grouppublic boolean isStaged()
isStaged in interface Grouppublic boolean isStagedPortlet(String portletId)
isStagedPortlet in interface Grouppublic boolean isStagedRemotely()
isStagedRemotely in interface Grouppublic boolean isStagingGroup()
isStagingGroup in interface Grouppublic boolean isUser()
isUser in interface Grouppublic boolean isUserGroup()
isUserGroup in interface Grouppublic boolean isWorkflowEnabled()
isWorkflowEnabled in interface Grouppublic void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
setTypeSettingsProperties in interface Grouppublic Group getWrappedGroup()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||