Class ProjectPortalConfig
java.lang.Object
de.xima.cmn.dao.model.AEntity<Long>
de.xima.fc.entities.AbstractEntity
de.xima.fc.entities.AbstractLockableEntity
de.xima.fc.entities.ProjectPortalConfig
- All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IEntity<Long>, de.xima.cmn.dao.interfaces.ILockableEntity<Long>, ILockingVersionProviding, IProjektDependent, ITransferable, ITransferableEntity, ITransferableLockableEntity, Serializable, Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
@Entity
public class ProjectPortalConfig
extends AbstractLockableEntity
implements IProjektDependent
Entity model for project portal config.
- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class AbstractLockableEntity
COL_LOCKINGVERSION, lockingVersionFields inherited from class AbstractEntity
COL_ID, idFields inherited from interface de.xima.cmn.dao.interfaces.IEntity
ATTR_IDFields inherited from interface de.xima.cmn.dao.interfaces.ILockableEntity
ATTR_LOCKINGVERSIONFields inherited from interface IProjektDependent
ATTR_PROJEKTFields inherited from interface ITransferableEntity
IMPORT_ID, INVALID_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTags(ProjectPortalTag... tags) getId()getTags()booleanisActive()voidsetActive(boolean active) voidsetProjekt(Projekt projekt) voidsetTags(Set<ProjectPortalTag> tags) voidsetUserPortal(UserPortal userPortal) Methods inherited from class AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersion, toStringMethods inherited from class AbstractEntity
asIntValue, isPersisted, setId, setIdMethods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCodeMethods inherited from interface Comparable
compareToMethods inherited from interface de.xima.cmn.dao.interfaces.IEntity
isPersisted, setId
-
Field Details
-
ATTR_ACTIVE
- See Also:
-
ATTR_USER_PORTAL
- See Also:
-
ATTR_TAGS
- See Also:
-
COL_FLAG_ACTIVE
- See Also:
-
COL_PORTAL_ID
- See Also:
-
COL_PROJECT_ID
- See Also:
-
-
Constructor Details
-
ProjectPortalConfig
public ProjectPortalConfig()
-
-
Method Details
-
getId
-
isActive
public boolean isActive() -
setActive
public void setActive(boolean active) -
getProjekt
- Specified by:
getProjektin interfaceIProjektDependent
-
setProjekt
- Specified by:
setProjektin interfaceIProjektDependent
-
getUserPortal
-
setUserPortal
-
getTags
- Returns:
- A set of tags to be displayed to end users in the user portal.
-
setTags
- Parameters:
tags- A set of tags to be displayed to end users in the user portal.
-
addTags
-
getTags
- Parameters:
locale- The locale to use for sorting the tags.- Returns:
- A list of all end user tags associated with this project ordered by their display name using the given locale.
-