|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DeedHome
The home interface for Deed.
| Method Summary | |
|---|---|
DeedObject |
create(SquareKey squareID)
Creates a bean with the square ID specified. |
DeedObject |
findAllByPrimaryKey(SquareKey squareID)
Returns the bean with the square ID specified, populating aggregations. |
List |
findAllWhereFieldsEqual(String edition,
SquareKey squareID)
Searches for multiple beans, populating aggregations. |
DeedObject |
findByPrimaryKey(SquareKey squareID)
Returns the bean with the square ID specified. |
List |
findWhereFieldsEqual(String edition,
SquareKey squareID)
Searches for multiple beans. |
| Methods inherited from interface au.gov.tas.dpiwe.mr.bean.LocalHome |
|---|
getMetaData, invokeOnServer, lock |
| Methods inherited from interface javax.ejb.EJBLocalHome |
|---|
remove |
| Method Detail |
|---|
DeedObject create(SquareKey squareID)
throws CreateException
squareID - the square ID of the bean to create.
CreateException
DeedObject findByPrimaryKey(SquareKey squareID)
throws FinderException
squareID - the square ID of the bean to find.
FinderException
DeedObject findAllByPrimaryKey(SquareKey squareID)
throws FinderException
squareID - the square ID of the bean to find.
FinderException
List findWhereFieldsEqual(String edition,
SquareKey squareID)
throws FinderException
squareID - the square ID of the beans to find.edition - the edition name of the bean to find.
FinderException
List findAllWhereFieldsEqual(String edition,
SquareKey squareID)
throws FinderException
squareID - the square ID of the beans to find.edition - the edition name of the bean to find.
FinderException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||