|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EDocLiteDAO
Method Summary | |
---|---|
EDocLiteAssociation |
getEDocLiteAssociation(Long associationId)
Returns a EDocLiteAssociation for the related association id |
EDocLiteAssociation |
getEDocLiteAssociation(String documentTypeName)
Returns a EDocLiteAssociation with the associated document type name. |
List<EDocLiteAssociation> |
getEDocLiteAssociations()
Returns all active EDocLiteAssociation . |
EDocLiteDefinition |
getEDocLiteDefinition(String defName)
Returns a EDocLiteDefinition with the given definition name. |
List<String> |
getEDocLiteDefinitions()
Returns all active EDocLiteDefinition . |
EDocLiteAssociation |
saveEDocLiteAssociation(EDocLiteAssociation assoc)
Persists the given EDocLiteAssociation to the datasource. |
EDocLiteDefinition |
saveEDocLiteDefinition(EDocLiteDefinition definition)
Persists the given EDocLiteDefinition to the datasource. |
List<EDocLiteAssociation> |
search(EDocLiteAssociation edocLite)
Returns a collection of EDocLiteAssociation with similar properties as the given object. |
Method Detail |
---|
EDocLiteDefinition saveEDocLiteDefinition(EDocLiteDefinition definition)
EDocLiteDefinition
to the datasource.
definition
- the item to save.
EDocLiteDefinition
EDocLiteAssociation saveEDocLiteAssociation(EDocLiteAssociation assoc)
EDocLiteAssociation
to the datasource.
assoc
- the EDocLiteAssociation
to save
EDocLiteDefinition
EDocLiteDefinition getEDocLiteDefinition(String defName)
EDocLiteDefinition
with the given definition name.
defName
- the definition name
EDocLiteDefinition
with the given definition name.EDocLiteAssociation getEDocLiteAssociation(String documentTypeName)
EDocLiteAssociation
with the associated document type name.
documentTypeName
- the document type name
EDocLiteAssociation
EDocLiteAssociation getEDocLiteAssociation(Long associationId)
EDocLiteAssociation
for the related association id
associationId
- the association id
EDocLiteAssociation
List<String> getEDocLiteDefinitions()
EDocLiteDefinition
.
EDocLiteDefinition
List<EDocLiteAssociation> getEDocLiteAssociations()
EDocLiteAssociation
.
EDocLiteAssociation
List<EDocLiteAssociation> search(EDocLiteAssociation edocLite)
EDocLiteAssociation
with similar properties as the given object.
edocLite
-
List
of EDocLiteAssociation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |