|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NakedObjectAssociationContainer
| Method Summary | |
|---|---|
NakedObjectAssociation |
getAssociation(java.lang.String id)
Get the field object representing the field with the specified field identifier. |
java.util.List<? extends NakedObjectAssociation> |
getAssociationList()
As per getAssociations(), but returning a List. |
java.util.List<? extends NakedObjectAssociation> |
getAssociationList(Filter<NakedObjectAssociation> filter)
As per getAssociations(Filter), but returning a List. |
NakedObjectAssociation[] |
getAssociations()
Return all the fields that exist in an object of this specification, although they need not all be accessible or visible. |
NakedObjectAssociation[] |
getAssociations(Filter<NakedObjectAssociation> filter)
Return all NakedObjectAssociations matching the supplied filter. |
java.util.List<OneToManyAssociation> |
getCollectionList()
All associations that represents collections. |
java.util.List<OneToOneAssociation> |
getPropertyList()
All associations that represent properties. |
| Method Detail |
|---|
NakedObjectAssociation getAssociation(java.lang.String id)
NakedObjectAssociation[] getAssociations()
java.util.List<? extends NakedObjectAssociation> getAssociationList()
getAssociations(), but returning a List.
NakedObjectAssociation[] getAssociations(Filter<NakedObjectAssociation> filter)
NakedObjectAssociations matching the supplied filter.
To get the statically visible fields (where any invisible and unauthorised fields have been removed)
use NakedObjectAssociationFilters#STATICALLY_VISIBLE_ASSOCIATIONS
Filtersjava.util.List<? extends NakedObjectAssociation> getAssociationList(Filter<NakedObjectAssociation> filter)
getAssociations(Filter), but returning a List.
java.util.List<OneToOneAssociation> getPropertyList()
associations that represent properties.
java.util.List<OneToManyAssociation> getCollectionList()
associations that represents collections.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||