|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.file.CmsProject
org.opencms.file.history.CmsHistoryProject
org.opencms.file.CmsBackupProject
CmsHistoryProject
public class CmsBackupProject
Describes an OpenCms backup project.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.opencms.file.CmsProject |
---|
CmsProject.CmsProjectType |
Field Summary |
---|
Fields inherited from class org.opencms.file.CmsProject |
---|
ONLINE_PROJECT_ID, ONLINE_PROJECT_NAME, PROJECT_FLAG_HIDDEN, PROJECT_FLAG_NONE, PROJECT_TYPE_NORMAL, PROJECT_TYPE_TEMPORARY |
Constructor Summary | |
---|---|
CmsBackupProject(int versionId,
CmsUUID projectId,
java.lang.String name,
java.lang.String description,
CmsUUID ownerId,
CmsUUID groupId,
CmsUUID managerGroupId,
long dateCreated,
CmsProject.CmsProjectType type,
long datePublished,
CmsUUID userPublished,
java.lang.String namePublisher,
java.lang.String nameOwner,
java.lang.String nameGroupUsers,
java.lang.String nameGroupManagers,
java.util.List projectResources)
Deprecated. Creates a new CmsBackupProject. |
Method Summary | |
---|---|
java.lang.String |
getGroupName()
Deprecated. Returns the projects user group name. |
java.lang.String |
getManagerGroupName()
Deprecated. Returns the project manager group name. |
java.lang.String |
getOwnerName()
Deprecated. Gets the ownername. |
java.lang.String |
getPublishedByName()
Deprecated. Gets the publishers name. |
Methods inherited from class org.opencms.file.history.CmsHistoryProject |
---|
clone, equals, getGroupManagersName, getGroupUsersName, getOwnerName, getProjectResources, getPublishedBy, getPublishedByName, getPublishingDate, getPublishTag, getVersionId, hashCode |
Methods inherited from class org.opencms.file.CmsProject |
---|
checkProjectName, compareTo, getDateCreated, getDescription, getFlags, getGroupId, getId, getManagerGroupId, getName, getOuFqn, getOwnerId, getSimpleName, getType, getUuid, isDeleteAfterPublishing, isHidden, isInsideProject, isInsideProject, isOnlineProject, isOnlineProject, setDeleteAfterPublishing, setDescription, setFlags, setGroupId, setHidden, setManagerGroupId, setName, setOwnerId, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CmsBackupProject(int versionId, CmsUUID projectId, java.lang.String name, java.lang.String description, CmsUUID ownerId, CmsUUID groupId, CmsUUID managerGroupId, long dateCreated, CmsProject.CmsProjectType type, long datePublished, CmsUUID userPublished, java.lang.String namePublisher, java.lang.String nameOwner, java.lang.String nameGroupUsers, java.lang.String nameGroupManagers, java.util.List projectResources)
versionId
- thw version id for this backup projectprojectId
- the id to use for this projectname
- the name for this projectdescription
- the description for this projectownerId
- the owner id for this projectgroupId
- the group id for this projectmanagerGroupId
- the manager group id for this projectdateCreated
- the creation date of this projecttype
- the type of this projectdatePublished
- the date this backup project was publisheduserPublished
- the id of the user who publishednamePublisher
- the name of the user who publishednameOwner
- the name of the project ownernameGroupUsers
- the name of the project user groupnameGroupManagers
- the name of the project manager groupprojectResources
- a list of resources that are the project "view"Method Detail |
---|
public java.lang.String getOwnerName()
CmsHistoryProject
getOwnerName
in class CmsHistoryProject
CmsHistoryProject.getOwnerName()
public java.lang.String getPublishedByName()
CmsHistoryProject
getPublishedByName
in class CmsHistoryProject
CmsHistoryProject.getPublishedByName()
public java.lang.String getGroupName()
CmsHistoryProject
getGroupName
in class CmsHistoryProject
CmsHistoryProject.getGroupName()
public java.lang.String getManagerGroupName()
CmsHistoryProject
getManagerGroupName
in class CmsHistoryProject
CmsHistoryProject.getManagerGroupName()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |