Package de.xima.fc.entities.interfaces
Interface IMandantDependent
-
- All Superinterfaces:
Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
,de.xima.cmn.dao.interfaces.IEntity<Long>
,ITransferable
,ITransferableEntity
,Serializable
- All Known Implementing Classes:
AbstractMandantDependentEntity
,AClientDependentEntity
,Aktion
,AktuellerBenutzer
,Appointment
,AppointmentTemplate
,Attachment
,Bedingung
,Benutzer
,BenutzerGruppe
,ClientAuthenticator
,ClientCounter
,ClientPlugin
,DatenbankZugriff
,Datenquelle
,ExportAktionData
,ExportBedingungData
,ExportStatusData
,FormEingang
,FormElement
,FormTemplate
,FormTemplateTag
,LDAPAbfrage
,LDAPBenutzer
,LDAPGruppe
,LDAPZugriff
,MandantFrontendServer
,MandantLdapData
,MandantMailData
,MandantRessource
,Modul
,PeAktion
,PeDokumentation
,PeStatus
,Postfach
,Projekt
,ProjektRessource
,ProjektZaehler
,ProjektZaehlerDaten
,ProtocolEntryClient
,ProtocolEntryProcessing
,Protokoll
,Rolle
,Status
,Textbaustein
,VirtualBenutzer
,VirtualRolle
,Vorgang
public interface IMandantDependent extends ITransferableEntity
Schnittstelle für Modelklassen, die in Beziehung zu einem Mandanten stehen.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ATTR_MANDANT
static String
COL_CLIENT_ID
-
Fields inherited from interface de.xima.fc.entities.interfaces.ITransferableEntity
IMPORT_ID, INVALID_ID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Mandant
getMandant()
void
setMandant(Mandant m)
-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Field Detail
-
ATTR_MANDANT
static final String ATTR_MANDANT
- See Also:
- Constant Field Values
-
COL_CLIENT_ID
static final String COL_CLIENT_ID
- See Also:
- Constant Field Values
-
-