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:
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 |
getDefaultPrivatePlid
long getDefaultPrivatePlid()
getDefaultPublicPlid
long getDefaultPublicPlid()
getDescriptiveName
java.lang.String getDescriptiveName()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getLiveGroup
Group getLiveGroup()
getPathFriendlyURL
java.lang.String getPathFriendlyURL(boolean privateLayout,
ThemeDisplay themeDisplay)
getPrivateLayoutSet
LayoutSet getPrivateLayoutSet()
getPrivateLayoutsPageCount
int getPrivateLayoutsPageCount()
getPublicLayoutSet
LayoutSet getPublicLayoutSet()
getPublicLayoutsPageCount
int getPublicLayoutsPageCount()
getStagingGroup
Group getStagingGroup()
getTypeLabel
java.lang.String getTypeLabel()
getTypeSettings
java.lang.String getTypeSettings()
- Specified by:
getTypeSettings
in interface GroupModel
getTypeSettingsProperties
UnicodeProperties getTypeSettingsProperties()
getTypeSettingsProperty
java.lang.String getTypeSettingsProperty(java.lang.String key)
getWorkflowRoleNames
java.lang.String getWorkflowRoleNames()
getWorkflowStages
int getWorkflowStages()
hasPrivateLayouts
boolean hasPrivateLayouts()
hasPublicLayouts
boolean hasPublicLayouts()
hasStagingGroup
boolean hasStagingGroup()
isCommunity
boolean isCommunity()
isCompany
boolean isCompany()
isControlPanel
boolean isControlPanel()
isLayout
boolean isLayout()
isLayoutPrototype
boolean isLayoutPrototype()
isLayoutSetPrototype
boolean isLayoutSetPrototype()
isOrganization
boolean isOrganization()
isOrganization
boolean isOrganization(boolean includeStaging)
isStagingGroup
boolean isStagingGroup()
isUser
boolean isUser()
isUserGroup
boolean isUserGroup()
isWorkflowEnabled
boolean isWorkflowEnabled()
setTypeSettings
void setTypeSettings(java.lang.String typeSettings)
- Specified by:
setTypeSettings
in interface GroupModel
setTypeSettingsProperties
void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)