I have task to get the repository item("its like shipping group and payment group details") for the particular order id you now i got all the repository item in one object..
But the thing is i don't know how to fetch the these repository item (shipping group and payment group ) from this object
This my code I have tried..
Repository connection;
connection=/atg/commerce/order/OrderRepository-->this i putted in my property file
Repository repository = (Repository)getConnection();
RepositoryItem Item = (RepositoryItem)
Repository.getItem(getOrderId());
In this "repositoryItem"
object I have all the repository item so I have to fetch all the shipping group and payment group from this object..
Pls hep me out..
Thanks in Advance..