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 |
---|---|
static ProtocolEntryClient |
ProtokollUtils.getNewFormVersionPe(Benutzer user,
FormVersion formversion)
Generates a protocol entry for indicating that a new Form version has been created
|
Modifier and Type | Method and Description |
---|---|
void |
ProtokollUtils.addClientProtocolEntry(Mandant client,
ProtocolEntryClient entry,
IEntityContext ec)
Fills in missing pieces of information of a
ProtocolEntryClient , and saves that entry in the database. |
void |
ProtokollUtils.addMandantPeBase(Mandant mandant,
ProtocolEntryClient entry,
IEntityContext ec)
|
void |
ProtokollUtils.addProjectProtocolEntry(Projekt project,
ProtocolEntryClient entry,
IEntityContext ec)
Fills in missing pieces of information of a
ProtocolEntryClient for a certain form, and saves that entry in
the database. |
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 © 2020 XIMA MEDIA GmbH. All rights reserved.