com.liferay.portlet.sitesadmin.lar
Class StagedGroupImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<Group>
com.liferay.portal.model.impl.GroupModelImpl
com.liferay.portal.model.impl.GroupBaseImpl
com.liferay.portal.model.impl.GroupImpl
com.liferay.portlet.sitesadmin.lar.StagedGroupImpl
- All Implemented Interfaces:
- AttachedModel, BaseModel<Group>, ClassedModel, Group, GroupModel, MVCCModel, PersistedModel, StagedModel, TreeModel, TypedModel, StagedGroup, Serializable, Cloneable, Comparable<Group>
public class StagedGroupImpl
- extends GroupImpl
- implements StagedGroup
- See Also:
- Serialized Form
| Fields inherited from class com.liferay.portal.model.impl.GroupModelImpl |
ACTIVE_COLUMN_BITMASK, CLASSNAMEID_COLUMN_BITMASK, CLASSPK_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, FINDER_CACHE_ENABLED_GROUPS_ORGS, FINDER_CACHE_ENABLED_GROUPS_ROLES, FINDER_CACHE_ENABLED_GROUPS_USERGROUPS, FINDER_CACHE_ENABLED_USERS_GROUPS, FRIENDLYURL_COLUMN_BITMASK, GROUPID_COLUMN_BITMASK, INHERITCONTENT_COLUMN_BITMASK, LIVEGROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, MAPPING_TABLE_GROUPS_ORGS_COLUMNS, MAPPING_TABLE_GROUPS_ORGS_NAME, MAPPING_TABLE_GROUPS_ORGS_SQL_CREATE, MAPPING_TABLE_GROUPS_ROLES_COLUMNS, MAPPING_TABLE_GROUPS_ROLES_NAME, MAPPING_TABLE_GROUPS_ROLES_SQL_CREATE, MAPPING_TABLE_GROUPS_USERGROUPS_COLUMNS, MAPPING_TABLE_GROUPS_USERGROUPS_NAME, MAPPING_TABLE_GROUPS_USERGROUPS_SQL_CREATE, MAPPING_TABLE_USERS_GROUPS_COLUMNS, MAPPING_TABLE_USERS_GROUPS_NAME, MAPPING_TABLE_USERS_GROUPS_SQL_CREATE, NAME_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, PARENTGROUPID_COLUMN_BITMASK, SESSION_FACTORY, SITE_COLUMN_BITMASK, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, TYPE_COLUMN_BITMASK, UUID_COLUMN_BITMASK |
| Methods inherited from class com.liferay.portal.model.impl.GroupImpl |
clearStagingGroup, getAncestors, getChildren, getChildrenWithLayouts, getChildrenWithLayouts, getChildrenWithLayoutsCount, getDefaultPlid, getDefaultPrivatePlid, getDefaultPublicPlid, getDescendants, getDescriptiveName, getDescriptiveName, getDisplayURL, getDisplayURL, getIconCssClass, getIconURL, getLayoutRootNodeName, getLiveGroup, getLiveParentTypeSettingsProperty, getOrganizationId, getParentGroup, getParentLiveGroupTypeSettingsProperties, getPathFriendlyURL, getPrivateLayoutSet, getPrivateLayoutsPageCount, getPublicLayoutSet, getPublicLayoutsPageCount, getRemoteLiveGroupId, getScopeDescriptiveName, getScopeLabel, getStagingGroup, getTypeLabel, getTypeSettings, getTypeSettingsProperties, getTypeSettingsProperty, getUnambiguousName, hasAncestor, hasClassName, hasLocalOrRemoteStagingGroup, hasPrivateLayouts, hasPublicLayouts, hasRemoteStagingGroup, hasStagingGroup, isChild, isCommunity, isCompany, isCompanyStagingGroup, isControlPanel, isGuest, isInStagingPortlet, isLayout, isLayoutPrototype, isLayoutSetPrototype, isLimitedToParentSiteMembers, isOrganization, isRegularSite, isRoot, isShowSite, isStaged, isStagedPortlet, isStagedRemotely, isStagingGroup, isUser, isUserGroup, isUserPersonalSite, setTypeSettings, setTypeSettingsProperties |
| Methods inherited from class com.liferay.portal.model.impl.GroupModelImpl |
compareTo, equals, getActive, getClassName, getClassNameId, getClassPK, getColumnBitmask, getCompanyId, getCreatorUserId, getCreatorUserUuid, getDescription, getExpandoBridge, getFriendlyURL, getGroupId, getInheritContent, getLiveGroupId, getManualMembership, getMembershipRestriction, getModelAttributes, getMvccVersion, getName, getOriginalActive, getOriginalClassNameId, getOriginalClassPK, getOriginalCompanyId, getOriginalFriendlyURL, getOriginalGroupId, getOriginalInheritContent, getOriginalLiveGroupId, getOriginalName, getOriginalParentGroupId, getOriginalSite, getOriginalType, getOriginalUuid, getParentGroupId, getPrimaryKey, getPrimaryKeyObj, getRemoteStagingGroupCount, getSite, getTreePath, getType, getUuid, hashCode, isActive, isEntityCacheEnabled, isFinderCacheEnabled, isInheritContent, isManualMembership, isSite, resetOriginalValues, setActive, setClassName, setClassNameId, setClassPK, setCreatorUserId, setCreatorUserUuid, setDescription, setExpandoBridgeAttributes, setFriendlyURL, setGroupId, setInheritContent, setLiveGroupId, setManualMembership, setMembershipRestriction, setModelAttributes, setMvccVersion, setName, setParentGroupId, setPrimaryKey, setRemoteStagingGroupCount, setSite, setTreePath, setType, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString |
| Methods inherited from interface com.liferay.portal.model.GroupModel |
compareTo, getActive, getClassName, getClassNameId, getClassPK, getCompanyId, getCreatorUserId, getCreatorUserUuid, getDescription, getExpandoBridge, getFriendlyURL, getGroupId, getInheritContent, getLiveGroupId, getManualMembership, getMembershipRestriction, getMvccVersion, getName, getParentGroupId, getPrimaryKey, getPrimaryKeyObj, getRemoteStagingGroupCount, getSite, getTreePath, getType, getTypeSettings, getUuid, hashCode, isActive, isCachedModel, isEscapedModel, isInheritContent, isManualMembership, isNew, isSite, setActive, setCachedModel, setClassName, setClassNameId, setClassPK, setCreatorUserId, setCreatorUserUuid, setDescription, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setFriendlyURL, setGroupId, setInheritContent, setLiveGroupId, setManualMembership, setMembershipRestriction, setMvccVersion, setName, setNew, setParentGroupId, setPrimaryKey, setRemoteStagingGroupCount, setSite, setTreePath, setType, setTypeSettings, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
StagedGroupImpl
public StagedGroupImpl(Group group)
clone
public Object clone()
- Description copied from interface:
BaseModel
- Creates a shallow clone of this model instance.
- Specified by:
clone in interface BaseModel<Group>- Specified by:
clone in interface GroupModel- Specified by:
clone in interface StagedModel- Overrides:
clone in class GroupModelImpl
- Returns:
- the shallow clone of this model instance
getCreateDate
public Date getCreateDate()
- Specified by:
getCreateDate in interface StagedModel
getModelClass
public Class<?> getModelClass()
- Specified by:
getModelClass in interface ClassedModel- Overrides:
getModelClass in class GroupModelImpl
getModelClassName
public String getModelClassName()
- Specified by:
getModelClassName in interface ClassedModel- Overrides:
getModelClassName in class GroupModelImpl
getModifiedDate
public Date getModifiedDate()
- Specified by:
getModifiedDate in interface StagedModel
getStagedModelType
public StagedModelType getStagedModelType()
- Specified by:
getStagedModelType in interface StagedModel
setCompanyId
public void setCompanyId(long companyId)
- Description copied from interface:
GroupModel
- Sets the company ID of this group.
- Specified by:
setCompanyId in interface GroupModel- Specified by:
setCompanyId in interface StagedModel- Overrides:
setCompanyId in class GroupModelImpl
- Parameters:
companyId - the company ID of this group
setCreateDate
public void setCreateDate(Date date)
- Specified by:
setCreateDate in interface StagedModel
setModifiedDate
public void setModifiedDate(Date date)
- Specified by:
setModifiedDate in interface StagedModel
setPrimaryKeyObj
public void setPrimaryKeyObj(Serializable primaryKeyObj)
- Description copied from interface:
BaseModel
- Sets the primary key of this model instance.
- Specified by:
setPrimaryKeyObj in interface BaseModel<Group>- Specified by:
setPrimaryKeyObj in interface ClassedModel- Specified by:
setPrimaryKeyObj in interface GroupModel- Overrides:
setPrimaryKeyObj in class GroupModelImpl
- Parameters:
primaryKeyObj - the primary key of this model instance
setUuid
public void setUuid(String uuid)
- Description copied from interface:
GroupModel
- Sets the uuid of this group.
- Specified by:
setUuid in interface GroupModel- Specified by:
setUuid in interface StagedModel- Overrides:
setUuid in class GroupModelImpl
- Parameters:
uuid - the uuid of this group