Package de.xima.fc.entities
Class UserPortalTag
- java.lang.Object
-
- de.xima.cmn.dao.model.AEntity<Long>
-
- de.xima.fc.entities.AbstractEntity
-
- de.xima.fc.entities.AbstractLockableEntity
-
- de.xima.fc.entities.UserPortalTag
-
- All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IEntity<Long>
,de.xima.cmn.dao.interfaces.ILockableEntity<Long>
,ILocalizationProviding<UserPortalTag,UserPortalTagLocalization>
,ILockingVersionProviding
,ITransferable
,ITransferableEntity
,ITransferableLockableEntity
,Serializable
,Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
@Entity public class UserPortalTag extends AbstractLockableEntity implements ILocalizationProviding<UserPortalTag,UserPortalTagLocalization>
Entity model for user portal tags. user portals tags are manged portal-wide and may be assigned to forms.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
ATTR_PORTAL
static String
COL_PORTAL_ID
-
Fields inherited from class de.xima.fc.entities.AbstractLockableEntity
COL_LOCKINGVERSION, lockingVersion
-
Fields inherited from class de.xima.fc.entities.AbstractEntity
COL_ID, id
-
Fields inherited from interface de.xima.fc.entities.interfaces.i18n.ILocalizationProviding
ATTR_LOCALIZATIONS
-
Fields inherited from interface de.xima.fc.entities.interfaces.ITransferableEntity
IMPORT_ID, INVALID_ID
-
-
Constructor Summary
Constructors Constructor Description UserPortalTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName(Locale locale)
Long
getId()
List<UserPortalTagLocalization>
getLocalizations()
Gets the localisation entitiesUserPortal
getPortal()
Set<ProjectPortalConfig>
getProjectPortalConfigs()
void
setLocalizations(List<UserPortalTagLocalization> localizations)
Sets the i18n namevoid
setPortal(UserPortal portal)
void
setProjectPortalConfigs(Set<ProjectPortalConfig> projectPortalConfigs)
-
Methods inherited from class de.xima.fc.entities.AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersion, toString
-
Methods inherited from class de.xima.fc.entities.AbstractEntity
asIntValue, isPersisted, setId, setId
-
Methods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCode
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface de.xima.fc.entities.interfaces.i18n.ILocalizationProviding
getLocalization, getLocalizationsByI18nName, getLocalizationsByI18nName, getLocalizationsByLocale, getLocalizationsByLocale
-
-
-
-
Field Detail
-
ATTR_PORTAL
public static final String ATTR_PORTAL
- See Also:
- Constant Field Values
-
COL_PORTAL_ID
public static final String COL_PORTAL_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPortal
public UserPortal getPortal()
-
setPortal
public void setPortal(UserPortal portal)
-
getLocalizations
public List<UserPortalTagLocalization> getLocalizations()
Description copied from interface:ILocalizationProviding
Gets the localisation entities- Specified by:
getLocalizations
in interfaceILocalizationProviding<UserPortalTag,UserPortalTagLocalization>
- Returns:
- the localisation entities
-
setLocalizations
public void setLocalizations(List<UserPortalTagLocalization> localizations)
Description copied from interface:ILocalizationProviding
Sets the i18n name- Specified by:
setLocalizations
in interfaceILocalizationProviding<UserPortalTag,UserPortalTagLocalization>
- Parameters:
localizations
- the entities for localisation to set
-
getProjectPortalConfigs
public Set<ProjectPortalConfig> getProjectPortalConfigs()
-
setProjectPortalConfigs
public void setProjectPortalConfigs(Set<ProjectPortalConfig> projectPortalConfigs)
-
-