| Package | Description |
|---|---|
| fr.ifremer.coselmar.persistence.entity |
| Modifier and Type | Field and Description |
|---|---|
protected DocumentPrivacy |
DocumentAbstract.privacy
Nom de l'attribut en BD : privacy
|
| Modifier and Type | Method and Description |
|---|---|
DocumentPrivacy |
DocumentAbstract.getPrivacy() |
DocumentPrivacy |
Document.getPrivacy() |
static DocumentPrivacy |
DocumentPrivacy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentPrivacy[] |
DocumentPrivacy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<E> |
GeneratedDocumentTopiaDao.findAllByPrivacy(DocumentPrivacy v)
Deprecated.
|
E |
GeneratedDocumentTopiaDao.findByPrivacy(DocumentPrivacy v)
Deprecated.
|
org.nuiton.topia.persistence.TopiaQueryBuilderAddCriteriaOrRunQueryStep<E> |
GeneratedDocumentTopiaDao.forPrivacyEquals(DocumentPrivacy v) |
void |
DocumentAbstract.setPrivacy(DocumentPrivacy privacy) |
void |
Document.setPrivacy(DocumentPrivacy privacy) |
| Modifier and Type | Method and Description |
|---|---|
org.nuiton.topia.persistence.TopiaQueryBuilderAddCriteriaOrRunQueryStep<E> |
GeneratedDocumentTopiaDao.forPrivacyIn(Collection<DocumentPrivacy> v) |
Copyright © 2014 Ifremer. All rights reserved.