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 @Entity public class MandantLdapData extends AbstractMandantDependentEntity
Deprecated.UseLDAPZugriffinstead.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTR_PAGESIZEDeprecated.static StringATTR_REFERRAL_HOPCOUNTDeprecated.static StringATTR_SSLDeprecated.-
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.IMandantDependent
ATTR_CLIENT, ATTR_MANDANT, COL_CLIENT_ID
-
Fields inherited from interface de.xima.fc.entities.interfaces.ITransferableEntity
IMPORT_ID, INVALID_ID
-
-
Constructor Summary
Constructors Constructor Description MandantLdapData()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetAuthName()Deprecated.StringgetAuthPassword()Deprecated.StringgetBaseDN()Deprecated.StringgetFilterQuery()Deprecated.StringgetHost()Deprecated.LonggetId()Deprecated.IntegergetPageSize()Deprecated.IntegergetPort()Deprecated.IntegergetReferralHopCount()Deprecated.booleanisUseSSL()Deprecated.voidsetAuthName(String authName)Deprecated.voidsetAuthPassword(String authPassword)Deprecated.voidsetBaseDN(String BaseDN)Deprecated.voidsetFilterQuery(String filterQuery)Deprecated.voidsetHost(String host)Deprecated.voidsetPageSize(Integer pageSize)Deprecated.voidsetPort(Integer port)Deprecated.voidsetReferralHopCount(Integer referralHopCount)Deprecated.voidsetUseSSL(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
-
-
-
-
Field Detail
-
ATTR_SSL
public static final String ATTR_SSL
Deprecated.- See Also:
- Constant Field Values
-
ATTR_PAGESIZE
public static final String ATTR_PAGESIZE
Deprecated.- See Also:
- Constant Field Values
-
ATTR_REFERRAL_HOPCOUNT
public static final String ATTR_REFERRAL_HOPCOUNT
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
getId
public Long getId()
Deprecated.
-
getBaseDN
public String getBaseDN()
Deprecated.
-
setBaseDN
public void setBaseDN(String BaseDN)
Deprecated.
-
getFilterQuery
public String getFilterQuery()
Deprecated.
-
setFilterQuery
public void setFilterQuery(String filterQuery)
Deprecated.
-
isUseSSL
public boolean isUseSSL()
Deprecated.
-
setUseSSL
public void setUseSSL(boolean UseSSL)
Deprecated.
-
getAuthName
public String getAuthName()
Deprecated.
-
setAuthName
public void setAuthName(String authName)
Deprecated.
-
getAuthPassword
public String getAuthPassword()
Deprecated.
-
setAuthPassword
public void setAuthPassword(String authPassword)
Deprecated.
-
getHost
public String getHost()
Deprecated.
-
setHost
public void setHost(String host)
Deprecated.
-
getPort
public Integer getPort()
Deprecated.
-
setPort
public void setPort(Integer port)
Deprecated.
-
getPageSize
public Integer getPageSize()
Deprecated.- Returns:
- the pageSize
-
setPageSize
public void setPageSize(Integer pageSize)
Deprecated.- Parameters:
pageSize- the pageSize to set
-
getReferralHopCount
public Integer getReferralHopCount()
Deprecated.- Returns:
- the referralHopCount
-
setReferralHopCount
public void setReferralHopCount(Integer referralHopCount)
Deprecated.- Parameters:
referralHopCount- the referralHopCount to set
-
-