Package de.xima.fc.entities
Class LDAPGruppe
- java.lang.Object
-
- de.xima.cmn.dao.model.AEntity<Long>
-
- de.xima.fc.entities.AbstractEntity
-
- de.xima.fc.entities.AbstractLockableEntity
-
- de.xima.fc.entities.AbstractMandantDependentEntity
-
- de.xima.fc.entities.LDAPGruppe
-
- All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IEntity<Long>
,de.xima.cmn.dao.interfaces.ILockableEntity<Long>
,IBenutzerGruppeDependent
,IDescriptionProviding
,ILockingVersionProviding
,IMandantDependent
,INameProviding
,ITransferable
,ITransferableEntity
,ITransferableLockableEntity
,Serializable
,Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
@Entity public class LDAPGruppe extends AbstractMandantDependentEntity implements IBenutzerGruppeDependent, INameProviding, IDescriptionProviding
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
ATTR_BENUTZERGRUPPEN
static String
ATTR_PAGESIZE
static String
ATTR_REFERRAL_HOPCOUNT
static String
ATTR_ROLLE
static String
ATTR_USE_MANDANTZUGRIFF
static String
ATTR_USESSL
-
Fields inherited from class de.xima.fc.entities.AbstractMandantDependentEntity
mandant
-
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.IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTION
-
Fields inherited from interface de.xima.fc.entities.interfaces.IMandantDependent
ATTR_MANDANT, COL_CLIENT_ID
-
Fields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAME
-
Fields inherited from interface de.xima.fc.entities.interfaces.ITransferableEntity
IMPORT_ID, INVALID_ID
-
-
Constructor Summary
Constructors Constructor Description LDAPGruppe()
-
Method Summary
-
Methods inherited from class de.xima.fc.entities.AbstractMandantDependentEntity
getMandant, setMandant
-
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.IDescriptionProviding
getDescription
-
-
-
-
Field Detail
-
ATTR_USE_MANDANTZUGRIFF
public static final String ATTR_USE_MANDANTZUGRIFF
- See Also:
- Constant Field Values
-
ATTR_USESSL
public static final String ATTR_USESSL
- See Also:
- Constant Field Values
-
ATTR_PAGESIZE
public static final String ATTR_PAGESIZE
- See Also:
- Constant Field Values
-
ATTR_REFERRAL_HOPCOUNT
public static final String ATTR_REFERRAL_HOPCOUNT
- See Also:
- Constant Field Values
-
ATTR_BENUTZERGRUPPEN
public static final String ATTR_BENUTZERGRUPPEN
- See Also:
- Constant Field Values
-
ATTR_ROLLE
public static final String ATTR_ROLLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceINameProviding
- Returns:
- the name
-
setName
public void setName(String name)
- Parameters:
name
- the name to set
-
getBeschreibung
public String getBeschreibung()
- Specified by:
getBeschreibung
in interfaceIDescriptionProviding
-
setBeschreibung
public void setBeschreibung(String beschreibung)
-
getRolle
public Rolle getRolle()
-
setRolle
public void setRolle(Rolle rolle)
-
getBenutzerGruppen
public List<BenutzerGruppe> getBenutzerGruppen()
- Specified by:
getBenutzerGruppen
in interfaceIBenutzerGruppeDependent
-
setBenutzerGruppen
public void setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen)
Ersetzt die zugeordneten Benutzergruppen mit der übergebenen Liste- Specified by:
setBenutzerGruppen
in interfaceIBenutzerGruppeDependent
-
addBenutzerGruppe
public void addBenutzerGruppe(BenutzerGruppe benutzerGruppe)
-
removeBenutzerGruppe
public void removeBenutzerGruppe(BenutzerGruppe benutzerGruppe)
-
isUseMandantZugriff
public boolean isUseMandantZugriff()
- Returns:
- the useMandantZugriff
-
setUseMandantZugriff
public void setUseMandantZugriff(boolean useMandantZugriff)
- Parameters:
useMandantZugriff
- the useMandantZugriff to set
-
getAuthName
public String getAuthName()
- Returns:
- the authName
-
setAuthName
public void setAuthName(String authName)
- Parameters:
authName
- the authName to set
-
getAuthPassword
public String getAuthPassword()
- Returns:
- the authPassword
-
setAuthPassword
public void setAuthPassword(String authPassword)
- Parameters:
authPassword
- the authPassword to set
-
getHost
public String getHost()
- Returns:
- the host
-
setHost
public void setHost(String host)
- Parameters:
host
- the host to set
-
getPort
public int getPort()
- Returns:
- the port
-
setPort
public void setPort(int port)
- Parameters:
port
- the port to set
-
isUseSSL
public boolean isUseSSL()
- Returns:
- the useSSL
-
setUseSSL
public void setUseSSL(boolean useSSL)
- Parameters:
useSSL
- the useSSL to set
-
getBaseDN
public String getBaseDN()
- Returns:
- the baseDN
-
setBaseDN
public void setBaseDN(String baseDN)
- Parameters:
baseDN
- the baseDN to set
-
getPageSize
public Integer getPageSize()
- Returns:
- the pageSize
-
setPageSize
public void setPageSize(Integer pageSize)
- Parameters:
pageSize
- the pageSize to set
-
getReferralHopCount
public Integer getReferralHopCount()
- Returns:
- the referralHopCount
-
setReferralHopCount
public void setReferralHopCount(Integer referralHopCount)
- Parameters:
referralHopCount
- the referralHopCount to set
-
getFilterQuery
public String getFilterQuery()
- Returns:
- the filterQuery
-
setFilterQuery
public void setFilterQuery(String filterQuery)
- Parameters:
filterQuery
- the filterQuery to set
-
-