com.liferay.portal.model
Interface Group

All Superinterfaces:
BaseModel<Group>, java.lang.Cloneable, java.lang.Comparable<Group>, GroupModel, java.io.Serializable
All Known Implementing Classes:
GroupWrapper

public interface Group
extends GroupModel

View Source

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

This interface is a model that represents the Group_ table in the database.

Customize GroupImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
GroupModel, GroupImpl, GroupModelImpl
Generated:

Method Summary
 long getDefaultPrivatePlid()
           
 long getDefaultPublicPlid()
           
 java.lang.String getDescriptiveName()
           
 Group getLiveGroup()
           
 java.lang.String getPathFriendlyURL(boolean privateLayout, ThemeDisplay themeDisplay)
           
 LayoutSet getPrivateLayoutSet()
           
 int getPrivateLayoutsPageCount()
           
 LayoutSet getPublicLayoutSet()
           
 int getPublicLayoutsPageCount()
           
 Group getStagingGroup()
           
 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()
           
 boolean hasPrivateLayouts()
           
 boolean hasPublicLayouts()
           
 boolean hasStagingGroup()
           
 boolean isCommunity()
           
 boolean isCompany()
           
 boolean isLayout()
           
 boolean isLayoutPrototype()
           
 boolean isLayoutSetPrototype()
           
 boolean isOrganization()
           
 boolean isStagingGroup()
           
 boolean isUser()
           
 boolean isUserGroup()
           
 boolean isWorkflowEnabled()
           
 void setTypeSettings(java.lang.String typeSettings)
           
 void setTypeSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties)
           
 
Methods inherited from interface com.liferay.portal.model.GroupModel
clone, compareTo, getActive, getClassName, getClassNameId, getClassPK, getCompanyId, getCreatorUserId, getCreatorUserUuid, getDescription, getExpandoBridge, getFriendlyURL, getGroupId, getLiveGroupId, getName, getParentGroupId, getPrimaryKey, getPrimaryKeyObj, getType, hashCode, isActive, isCachedModel, isEscapedModel, isNew, setActive, setCachedModel, setClassNameId, setClassPK, setCompanyId, setCreatorUserId, setCreatorUserUuid, setDescription, setEscapedModel, setExpandoBridgeAttributes, setFriendlyURL, setGroupId, setLiveGroupId, setName, setNew, setParentGroupId, setPrimaryKey, setType, toEscapedModel, toString, toXmlString
 

Method Detail

isCommunity

boolean isCommunity()

isCompany

boolean isCompany()

isLayout

boolean isLayout()

isLayoutPrototype

boolean isLayoutPrototype()

isLayoutSetPrototype

boolean isLayoutSetPrototype()

isOrganization

boolean isOrganization()

isUser

boolean isUser()

isUserGroup

boolean isUserGroup()

getLiveGroup

Group getLiveGroup()

getStagingGroup

Group getStagingGroup()

hasStagingGroup

boolean hasStagingGroup()

isStagingGroup

boolean isStagingGroup()

getDescriptiveName

java.lang.String getDescriptiveName()

getTypeLabel

java.lang.String getTypeLabel()

getTypeSettings

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

setTypeSettings

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

getTypeSettingsProperties

com.liferay.portal.kernel.util.UnicodeProperties getTypeSettingsProperties()

setTypeSettingsProperties

void setTypeSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties)

getTypeSettingsProperty

java.lang.String getTypeSettingsProperty(java.lang.String key)

getPathFriendlyURL

java.lang.String getPathFriendlyURL(boolean privateLayout,
                                    ThemeDisplay themeDisplay)

getDefaultPrivatePlid

long getDefaultPrivatePlid()

getPrivateLayoutSet

LayoutSet getPrivateLayoutSet()

getPrivateLayoutsPageCount

int getPrivateLayoutsPageCount()

hasPrivateLayouts

boolean hasPrivateLayouts()

getDefaultPublicPlid

long getDefaultPublicPlid()

getPublicLayoutSet

LayoutSet getPublicLayoutSet()

getPublicLayoutsPageCount

int getPublicLayoutsPageCount()

hasPublicLayouts

boolean hasPublicLayouts()

isWorkflowEnabled

boolean isWorkflowEnabled()

getWorkflowStages

int getWorkflowStages()

getWorkflowRoleNames

java.lang.String getWorkflowRoleNames()