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 Subinterfaces:
 IEntityClientAuthorization
- All Known Implementing Classes:
 AbstractMandantDependentEntity,AClientAuthorization,AClientDependentEntity,Aktion,AktuellerBenutzer,Appointment,AppointmentClientClosingTime,AppointmentTemplate,Attachment,Bedingung,Benutzer,BenutzerGruppe,ClientAuthenticator,ClientCounter,ClientPlugin,DatenbankZugriff,Datenquelle,DirectClientAuthorization,ExportAktionData,ExportBedingungData,ExportStatusData,FormEingang,FormElement,FormTemplate,FormTemplateTag,IndirectClientAuthorization,InternalClientMessage,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,WebDavAccess
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 StringATTR_MANDANTstatic StringCOL_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 MandantgetMandant()voidsetMandant(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
 
 
 - 
 
 -