

Public Member Functions | |
| DocumentWrapper (Document entity) | |
| Set< RegisterWrapper > | getRegisters () |
| void | setPriorSavingValues (List< DocumentLine > lines, List< DocumentRelation > descendants) |
| Document | save () |
| Document | save (List< DocumentLine > lines, List< DocumentRelation > descendants) |
| boolean | delete () |
| List< Document > | getRelatedAncestor (DocumentDefinition documentDefinition) |
| List< Document > | getRelatedDescendant (DocumentDefinition documentDefinition) |
| double | getAdvance () |
Public Member Functions inherited from org.turro.jpa.entity.DaoEntity< T extends IDaoEntity, ID extends Serializable > | |
| DaoEntity () | |
| DaoEntity (Class< T > persistentClass) | |
| DaoEntity (T entity) | |
| Dao | getDao () |
| T | getEntity () |
| IElephantEntity | getIee () |
| T | find (ID id) |
| ID | getId () |
| List< String > | getMessages () |
| boolean | canDelete () |
| boolean | canSave () |
| boolean | equals (Object obj) |
| int | hashCode () |
Protected Member Functions | |
| Dao | createDao () |
| boolean | shouldLog () |
Protected Member Functions inherited from org.turro.jpa.entity.DaoEntity< T extends IDaoEntity, ID extends Serializable > | |
| void | logEntity (SystemLogType logType, Object entity, String action, String data) |
| String | dataEntity (Object entity) |
| void | initOperation () |
| void | addMessage (String message) |
Additional Inherited Members | |
Static Public Member Functions inherited from org.turro.jpa.entity.DaoEntity< T extends IDaoEntity, ID extends Serializable > | |
| static Object | getEntityId (Object entity) |
| static boolean | isNewId (Object id) |
Protected Attributes inherited from org.turro.jpa.entity.DaoEntity< T extends IDaoEntity, ID extends Serializable > | |
| T | entity |
| ID | id |
| List< String > | messages = new ArrayList<>() |
Definition at line 34 of file bsfinancials-core/src/main/java/org/turro/financials/model/document/DocumentWrapper.java.
| org.turro.financials.model.document.DocumentWrapper.DocumentWrapper | ( | Document | entity | ) |
Reimplemented in org.turro.financials.document.logic.DocumentWrapper.
Definition at line 39 of file bsfinancials-core/src/main/java/org/turro/financials/model/document/DocumentWrapper.java.

|
protected |
Reimplemented from org.turro.jpa.entity.DaoEntity< T extends IDaoEntity, ID extends Serializable >.
Definition at line 48 of file bsfinancials-core/src/main/java/org/turro/financials/model/document/DocumentWrapper.java.
| boolean org.turro.financials.model.document.DocumentWrapper.delete | ( | ) |
Reimplemented from org.turro.jpa.entity.DaoEntity< T extends IDaoEntity, ID extends Serializable >.
Definition at line 178 of file bsfinancials-core/src/main/java/org/turro/financials/model/document/DocumentWrapper.java.

| double org.turro.financials.model.document.DocumentWrapper.getAdvance | ( | ) |
Definition at line 213 of file bsfinancials-core/src/main/java/org/turro/financials/model/document/DocumentWrapper.java.

| Set<RegisterWrapper> org.turro.financials.model.document.DocumentWrapper.getRegisters | ( | ) |
Definition at line 52 of file bsfinancials-core/src/main/java/org/turro/financials/model/document/DocumentWrapper.java.


| List<Document> org.turro.financials.model.document.DocumentWrapper.getRelatedAncestor | ( | DocumentDefinition | documentDefinition | ) |
Definition at line 195 of file bsfinancials-core/src/main/java/org/turro/financials/model/document/DocumentWrapper.java.

| List<Document> org.turro.financials.model.document.DocumentWrapper.getRelatedDescendant | ( | DocumentDefinition | documentDefinition | ) |
Definition at line 204 of file bsfinancials-core/src/main/java/org/turro/financials/model/document/DocumentWrapper.java.

| Document org.turro.financials.model.document.DocumentWrapper.save | ( | ) |
Reimplemented from org.turro.jpa.entity.DaoEntity< T extends IDaoEntity, ID extends Serializable >.
Definition at line 82 of file bsfinancials-core/src/main/java/org/turro/financials/model/document/DocumentWrapper.java.

| Document org.turro.financials.model.document.DocumentWrapper.save | ( | List< DocumentLine > | lines, |
| List< DocumentRelation > | descendants | ||
| ) |
Definition at line 86 of file bsfinancials-core/src/main/java/org/turro/financials/model/document/DocumentWrapper.java.

| void org.turro.financials.model.document.DocumentWrapper.setPriorSavingValues | ( | List< DocumentLine > | lines, |
| List< DocumentRelation > | descendants | ||
| ) |
Definition at line 76 of file bsfinancials-core/src/main/java/org/turro/financials/model/document/DocumentWrapper.java.

|
protected |
Reimplemented from org.turro.jpa.entity.DaoEntity< T extends IDaoEntity, ID extends Serializable >.
Definition at line 191 of file bsfinancials-core/src/main/java/org/turro/financials/model/document/DocumentWrapper.java.