com.liferay.portal.model
Class GroupWrapper

java.lang.Object
  extended by com.liferay.portal.model.GroupWrapper
All Implemented Interfaces:
BaseModel<Group>, Group, GroupModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<Group>

public class GroupWrapper
extends java.lang.Object
implements Group

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for Group.

Author:
Brian Wing Shun Chan
See Also:
Group, Serialized Form
Generated:

Constructor Summary
GroupWrapper(Group group)
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(Group group)
           
 boolean getActive()
           
 java.lang.String getClassName()
           
 long getClassNameId()
           
 long getClassPK()
           
 long getCompanyId()
           
 long getCreatorUserId()
           
 java.lang.String getCreatorUserUuid()
           
 long getDefaultPrivatePlid()
           
 long getDefaultPublicPlid()
           
 java.lang.String getDescription()
           
 java.lang.String getDescriptiveName()
           
 ExpandoBridge getExpandoBridge()
           
 java.lang.String getFriendlyURL()
           
 long getGroupId()
           
 Group getLiveGroup()
           
 long getLiveGroupId()
           
 java.lang.String getName()
           
 long getParentGroupId()
           
 java.lang.String getPathFriendlyURL(boolean privateLayout, ThemeDisplay themeDisplay)
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 LayoutSet getPrivateLayoutSet()
           
 int getPrivateLayoutsPageCount()
           
 LayoutSet getPublicLayoutSet()
           
 int getPublicLayoutsPageCount()
           
 Group getStagingGroup()
           
 int getType()
           
 java.lang.String getTypeLabel()
           
 java.lang.String getTypeSettings()
           
 com.liferay.portal.kernel.util.UnicodeProperties getTypeSettingsProperties()
           
 java.lang.String getTypeSettingsProperty(java.lang.String key)
           
 java.lang.String getWorkflowRoleNames()
           
 int getWorkflowStages()
           
 Group getWrappedGroup()
           
 int hashCode()
           
 boolean hasPrivateLayouts()
           
 boolean hasPublicLayouts()
           
 boolean hasStagingGroup()
           
 boolean isActive()
           
 boolean isCachedModel()
           
 boolean isCommunity()
           
 boolean isCompany()
           
 boolean isEscapedModel()
           
 boolean isLayout()
           
 boolean isLayoutPrototype()
           
 boolean isLayoutSetPrototype()
           
 boolean isNew()
           
 boolean isOrganization()
           
 boolean isStagingGroup()
           
 boolean isUser()
           
 boolean isUserGroup()
           
 boolean isWorkflowEnabled()
           
 void setActive(boolean active)
           
 void setCachedModel(boolean cachedModel)
           
 void setClassNameId(long classNameId)
           
 void setClassPK(long classPK)
           
 void setCompanyId(long companyId)
           
 void setCreatorUserId(long creatorUserId)
           
 void setCreatorUserUuid(java.lang.String creatorUserUuid)
           
 void setDescription(java.lang.String description)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 void setFriendlyURL(java.lang.String friendlyURL)
           
 void setGroupId(long groupId)
           
 void setLiveGroupId(long liveGroupId)
           
 void setName(java.lang.String name)
           
 boolean setNew(boolean n)
           
 void setParentGroupId(long parentGroupId)
           
 void setPrimaryKey(long pk)
           
 void setType(int type)
           
 void setTypeSettings(java.lang.String typeSettings)
           
 void setTypeSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties)
           
 Group toEscapedModel()
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroupWrapper

public GroupWrapper(Group group)
Method Detail

getPrimaryKey

public long getPrimaryKey()
Specified by:
getPrimaryKey in interface GroupModel

setPrimaryKey

public void setPrimaryKey(long pk)
Specified by:
setPrimaryKey in interface GroupModel

getGroupId

public long getGroupId()
Specified by:
getGroupId in interface GroupModel

setGroupId

public void setGroupId(long groupId)
Specified by:
setGroupId in interface GroupModel

getCompanyId

public long getCompanyId()
Specified by:
getCompanyId in interface GroupModel

setCompanyId

public void setCompanyId(long companyId)
Specified by:
setCompanyId in interface GroupModel

getCreatorUserId

public long getCreatorUserId()
Specified by:
getCreatorUserId in interface GroupModel

setCreatorUserId

public void setCreatorUserId(long creatorUserId)
Specified by:
setCreatorUserId in interface GroupModel

getCreatorUserUuid

public java.lang.String getCreatorUserUuid()
                                    throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getCreatorUserUuid in interface GroupModel
Throws:
com.liferay.portal.kernel.exception.SystemException

setCreatorUserUuid

public void setCreatorUserUuid(java.lang.String creatorUserUuid)
Specified by:
setCreatorUserUuid in interface GroupModel

getClassName

public java.lang.String getClassName()
Specified by:
getClassName in interface GroupModel

getClassNameId

public long getClassNameId()
Specified by:
getClassNameId in interface GroupModel

setClassNameId

public void setClassNameId(long classNameId)
Specified by:
setClassNameId in interface GroupModel

getClassPK

public long getClassPK()
Specified by:
getClassPK in interface GroupModel

setClassPK

public void setClassPK(long classPK)
Specified by:
setClassPK in interface GroupModel

getParentGroupId

public long getParentGroupId()
Specified by:
getParentGroupId in interface GroupModel

setParentGroupId

public void setParentGroupId(long parentGroupId)
Specified by:
setParentGroupId in interface GroupModel

getLiveGroupId

public long getLiveGroupId()
Specified by:
getLiveGroupId in interface GroupModel

setLiveGroupId

public void setLiveGroupId(long liveGroupId)
Specified by:
setLiveGroupId in interface GroupModel

getName

public java.lang.String getName()
Specified by:
getName in interface GroupModel

setName

public void setName(java.lang.String name)
Specified by:
setName in interface GroupModel

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface GroupModel

setDescription

public void setDescription(java.lang.String description)
Specified by:
setDescription in interface GroupModel

getType

public int getType()
Specified by:
getType in interface GroupModel

setType

public void setType(int type)
Specified by:
setType in interface GroupModel

getTypeSettings

public java.lang.String getTypeSettings()
Specified by:
getTypeSettings in interface Group
Specified by:
getTypeSettings in interface GroupModel

setTypeSettings

public void setTypeSettings(java.lang.String typeSettings)
Specified by:
setTypeSettings in interface Group
Specified by:
setTypeSettings in interface GroupModel

getFriendlyURL

public java.lang.String getFriendlyURL()
Specified by:
getFriendlyURL in interface GroupModel

setFriendlyURL

public void setFriendlyURL(java.lang.String friendlyURL)
Specified by:
setFriendlyURL in interface GroupModel

getActive

public boolean getActive()
Specified by:
getActive in interface GroupModel

isActive

public boolean isActive()
Specified by:
isActive in interface GroupModel

setActive

public void setActive(boolean active)
Specified by:
setActive in interface GroupModel

toEscapedModel

public Group toEscapedModel()
Specified by:
toEscapedModel in interface GroupModel

isNew

public boolean isNew()
Specified by:
isNew in interface BaseModel<Group>
Specified by:
isNew in interface GroupModel

setNew

public boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<Group>
Specified by:
setNew in interface GroupModel

isCachedModel

public boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<Group>
Specified by:
isCachedModel in interface GroupModel

setCachedModel

public void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<Group>
Specified by:
setCachedModel in interface GroupModel

isEscapedModel

public boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<Group>
Specified by:
isEscapedModel in interface GroupModel

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<Group>
Specified by:
setEscapedModel in interface GroupModel

getPrimaryKeyObj

public java.io.Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface BaseModel<Group>
Specified by:
getPrimaryKeyObj in interface GroupModel

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<Group>
Specified by:
getExpandoBridge in interface GroupModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<Group>
Specified by:
setExpandoBridgeAttributes in interface GroupModel

clone

public java.lang.Object clone()
Specified by:
clone in interface BaseModel<Group>
Specified by:
clone in interface GroupModel
Overrides:
clone in class java.lang.Object

compareTo

public int compareTo(Group group)
Specified by:
compareTo in interface GroupModel
Specified by:
compareTo in interface java.lang.Comparable<Group>

hashCode

public int hashCode()
Specified by:
hashCode in interface GroupModel
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Specified by:
toString in interface GroupModel
Overrides:
toString in class java.lang.Object

toXmlString

public java.lang.String toXmlString()
Specified by:
toXmlString in interface BaseModel<Group>
Specified by:
toXmlString in interface GroupModel

isCommunity

public boolean isCommunity()
Specified by:
isCommunity in interface Group

isCompany

public boolean isCompany()
Specified by:
isCompany in interface Group

isLayout

public boolean isLayout()
Specified by:
isLayout in interface Group

isLayoutPrototype

public boolean isLayoutPrototype()
Specified by:
isLayoutPrototype in interface Group

isLayoutSetPrototype

public boolean isLayoutSetPrototype()
Specified by:
isLayoutSetPrototype in interface Group

isOrganization

public boolean isOrganization()
Specified by:
isOrganization in interface Group

isUser

public boolean isUser()
Specified by:
isUser in interface Group

isUserGroup

public boolean isUserGroup()
Specified by:
isUserGroup in interface Group

getLiveGroup

public Group getLiveGroup()
Specified by:
getLiveGroup in interface Group

getStagingGroup

public Group getStagingGroup()
Specified by:
getStagingGroup in interface Group

hasStagingGroup

public boolean hasStagingGroup()
Specified by:
hasStagingGroup in interface Group

isStagingGroup

public boolean isStagingGroup()
Specified by:
isStagingGroup in interface Group

getDescriptiveName

public java.lang.String getDescriptiveName()
Specified by:
getDescriptiveName in interface Group

getTypeLabel

public java.lang.String getTypeLabel()
Specified by:
getTypeLabel in interface Group

getTypeSettingsProperties

public com.liferay.portal.kernel.util.UnicodeProperties getTypeSettingsProperties()
Specified by:
getTypeSettingsProperties in interface Group

setTypeSettingsProperties

public void setTypeSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties)
Specified by:
setTypeSettingsProperties in interface Group

getTypeSettingsProperty

public java.lang.String getTypeSettingsProperty(java.lang.String key)
Specified by:
getTypeSettingsProperty in interface Group

getPathFriendlyURL

public java.lang.String getPathFriendlyURL(boolean privateLayout,
                                           ThemeDisplay themeDisplay)
Specified by:
getPathFriendlyURL in interface Group

getDefaultPrivatePlid

public long getDefaultPrivatePlid()
Specified by:
getDefaultPrivatePlid in interface Group

getPrivateLayoutSet

public LayoutSet getPrivateLayoutSet()
Specified by:
getPrivateLayoutSet in interface Group

getPrivateLayoutsPageCount

public int getPrivateLayoutsPageCount()
Specified by:
getPrivateLayoutsPageCount in interface Group

hasPrivateLayouts

public boolean hasPrivateLayouts()
Specified by:
hasPrivateLayouts in interface Group

getDefaultPublicPlid

public long getDefaultPublicPlid()
Specified by:
getDefaultPublicPlid in interface Group

getPublicLayoutSet

public LayoutSet getPublicLayoutSet()
Specified by:
getPublicLayoutSet in interface Group

getPublicLayoutsPageCount

public int getPublicLayoutsPageCount()
Specified by:
getPublicLayoutsPageCount in interface Group

hasPublicLayouts

public boolean hasPublicLayouts()
Specified by:
hasPublicLayouts in interface Group

isWorkflowEnabled

public boolean isWorkflowEnabled()
Specified by:
isWorkflowEnabled in interface Group

getWorkflowStages

public int getWorkflowStages()
Specified by:
getWorkflowStages in interface Group

getWorkflowRoleNames

public java.lang.String getWorkflowRoleNames()
Specified by:
getWorkflowRoleNames in interface Group

getWrappedGroup

public Group getWrappedGroup()