Package | Description |
---|---|
de.xima.fc.api.entity |
Package for the API access of the model classes.
|
de.xima.fc.dao.utils | |
de.xima.fc.entities |
Package für Datenbankentitäten
|
de.xima.fc.gui.bean.protocol | |
de.xima.fc.handler.entity | |
de.xima.fc.handler.interfaces.entity |
Modifier and Type | Method and Description |
---|---|
List<ProtocolEntryClient> |
ProtokollAPI.getClientProtocol(UserContext uc,
Mandant client) |
Modifier and Type | Method and Description |
---|---|
void |
ProtokollAPI.addMandantProtokollEintrag(UserContext uc,
Mandant mandant,
ProtocolEntryClient entry)
Method for creating a protocol entry when a client is changed.
|
void |
ProtokollAPI.addProjektProtokollEintrag(UserContext uc,
Projekt projekt,
ProtocolEntryClient entry)
Method for creating a protocol entry when a project is changed.
|
Modifier and Type | Method and Description |
---|---|
void |
ProtokollUtils.addClientProtocolEntry(Mandant mandant,
ProtocolEntryClient entry,
IEntityContext ec) |
void |
ProtokollUtils.addMandantPeBase(Mandant mandant,
ProtocolEntryClient entry,
IEntityContext ec)
|
void |
ProtokollUtils.addProjectProtocolEntry(Projekt projekt,
ProtocolEntryClient entry,
IEntityContext ec) |
void |
ProtokollUtils.addProjektPeBase(Projekt projekt,
ProtocolEntryClient entry,
IEntityContext ec)
|
Modifier and Type | Class and Description |
---|---|
class |
PeDokumentation
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ProtocolEntryClient |
ProtocolEntryClient.cloneBasics() |
Modifier and Type | Method and Description |
---|---|
LazyEntityListModel<ProtocolEntryClient> |
ProtocolBean.getClientModel() |
Modifier and Type | Method and Description |
---|---|
List<ProtocolEntryClient> |
ProtokollHandler.getClientProtocol(UserContext uc,
Long clientId) |
Modifier and Type | Method and Description |
---|---|
void |
ProtokollHandler.addClientProtocolEntry(UserContext uc,
Mandant mandant,
ProtocolEntryClient entry) |
void |
ProtokollHandler.addClientProtocolEntry(UserContext uc,
Projekt projekt,
ProtocolEntryClient entry) |
Modifier and Type | Method and Description |
---|---|
List<ProtocolEntryClient> |
IProtokollHandler.getClientProtocol(UserContext uc,
Long clientId) |
Modifier and Type | Method and Description |
---|---|
void |
IProtokollHandler.addClientProtocolEntry(UserContext uc,
Mandant mandant,
ProtocolEntryClient entry) |
void |
IProtokollHandler.addClientProtocolEntry(UserContext uc,
Projekt projekt,
ProtocolEntryClient entry) |
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.