com.liferay.portal.model
Interface Group

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, GroupModel, java.io.Serializable

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 com.liferay.portal.service.model.impl.GroupImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portal.service.model.GroupModel, com.liferay.portal.service.model.impl.GroupImpl, com.liferay.portal.service.model.impl.GroupModelImpl

Method Summary
 long getDefaultPrivatePlid()
           
 long getDefaultPublicPlid()
           
 java.lang.String getDescriptiveName()
           
 Group getLiveGroup()
           
 java.lang.String getPathFriendlyURL(boolean privateLayout, ThemeDisplay themeDisplay)
           
 int getPrivateLayoutsPageCount()
           
 int getPublicLayoutsPageCount()
           
 Group getStagingGroup()
           
 java.lang.String getTypeLabel()
           
 java.lang.String getTypeSettings()
           
 java.util.Properties getTypeSettingsProperties()
           
 java.lang.String getTypeSettingsProperty(java.lang.String key)
           
 java.lang.String getWorkflowRoleNames()
           
 int getWorkflowStages()
           
 boolean hasPrivateLayouts()
           
 boolean hasPublicLayouts()
           
 boolean hasStagingGroup()
           
 boolean isCommunity()
           
 boolean isOrganization()
           
 boolean isStagingGroup()
           
 boolean isUser()
           
 boolean isWorkflowEnabled()
           
 void setTypeSettings(java.lang.String typeSettings)
           
 void setTypeSettingsProperties(java.util.Properties typeSettingsProperties)
           
 
Methods inherited from interface com.liferay.portal.model.GroupModel
getActive, getClassName, getClassNameId, getClassPK, getCompanyId, getCreatorUserId, getDescription, getFriendlyURL, getGroupId, getLiveGroupId, getName, getParentGroupId, getPrimaryKey, getType, isActive, setActive, setClassNameId, setClassPK, setCompanyId, setCreatorUserId, setDescription, setFriendlyURL, setGroupId, setLiveGroupId, setName, setParentGroupId, setPrimaryKey, setType, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

isCommunity

boolean isCommunity()

isOrganization

boolean isOrganization()

isUser

boolean isUser()

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

java.util.Properties getTypeSettingsProperties()

setTypeSettingsProperties

void setTypeSettingsProperties(java.util.Properties typeSettingsProperties)

getTypeSettingsProperty

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

getPathFriendlyURL

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

getDefaultPrivatePlid

long getDefaultPrivatePlid()

getPrivateLayoutsPageCount

int getPrivateLayoutsPageCount()

hasPrivateLayouts

boolean hasPrivateLayouts()

getDefaultPublicPlid

long getDefaultPublicPlid()

getPublicLayoutsPageCount

int getPublicLayoutsPageCount()

hasPublicLayouts

boolean hasPublicLayouts()

isWorkflowEnabled

boolean isWorkflowEnabled()

getWorkflowStages

int getWorkflowStages()

getWorkflowRoleNames

java.lang.String getWorkflowRoleNames()