Package de.xima.fc.entities
Class MandantLdapData
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.MandantLdapData
- All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IEntity<Long>
,de.xima.cmn.dao.interfaces.ILockableEntity<Long>
,ILockingVersionProviding
,IMandantDependent
,ITransferable
,ITransferableEntity
,ITransferableLockableEntity
,Serializable
,Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
Deprecated.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Deprecated.static final String
Deprecated.static final String
Deprecated.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.cmn.dao.interfaces.IEntity
ATTR_ID
Fields inherited from interface de.xima.cmn.dao.interfaces.ILockableEntity
ATTR_LOCKINGVERSION
Fields inherited from interface de.xima.fc.entities.interfaces.IMandantDependent
ATTR_MANDANT, COL_CLIENT_ID
Fields inherited from interface de.xima.fc.entities.interfaces.ITransferableEntity
IMPORT_ID, INVALID_ID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.getHost()
Deprecated.getId()
Deprecated.Deprecated.getPort()
Deprecated.Deprecated.boolean
isUseSSL()
Deprecated.void
setAuthName
(String authName) Deprecated.void
setAuthPassword
(String authPassword) Deprecated.void
Deprecated.void
setFilterQuery
(String filterQuery) Deprecated.void
Deprecated.void
setPageSize
(Integer pageSize) Deprecated.void
Deprecated.void
setReferralHopCount
(Integer referralHopCount) Deprecated.void
setUseSSL
(boolean UseSSL) Deprecated.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.cmn.dao.interfaces.IEntity
isPersisted, setId
-
Field Details
-
ATTR_SSL
Deprecated.- See Also:
-
ATTR_PAGESIZE
Deprecated.- See Also:
-
ATTR_REFERRAL_HOPCOUNT
Deprecated.- See Also:
-
-
Constructor Details
-
MandantLdapData
public MandantLdapData()Deprecated.
-
-
Method Details
-
getId
Deprecated. -
getBaseDN
Deprecated. -
setBaseDN
Deprecated. -
getFilterQuery
Deprecated. -
setFilterQuery
Deprecated. -
isUseSSL
public boolean isUseSSL()Deprecated. -
setUseSSL
public void setUseSSL(boolean UseSSL) Deprecated. -
getAuthName
Deprecated. -
setAuthName
Deprecated. -
getAuthPassword
Deprecated. -
setAuthPassword
Deprecated. -
getHost
Deprecated. -
setHost
Deprecated. -
getPort
Deprecated. -
setPort
Deprecated. -
getPageSize
Deprecated.- Returns:
- the pageSize
-
setPageSize
Deprecated.- Parameters:
pageSize
- the pageSize to set
-
getReferralHopCount
Deprecated.- Returns:
- the referralHopCount
-
setReferralHopCount
Deprecated.- Parameters:
referralHopCount
- the referralHopCount to set
-
LDAPZugriff
instead.