Uses of Interface
magoffin.matt.ma2.domain.GetCollectionListRequest

Packages that use GetCollectionListRequest
magoffin.matt.ma2.biz   
magoffin.matt.ma2.biz.impl   
magoffin.matt.ma2.domain   
magoffin.matt.ma2.web.service   
 

Uses of GetCollectionListRequest in magoffin.matt.ma2.biz
 

Methods in magoffin.matt.ma2.biz that return GetCollectionListRequest
 GetCollectionListRequest DomainObjectFactory.newGetCollectionListRequestInstance()
          Get a new GetCollectionListRequest instance.
 

Uses of GetCollectionListRequest in magoffin.matt.ma2.biz.impl
 

Methods in magoffin.matt.ma2.biz.impl that return GetCollectionListRequest
 GetCollectionListRequest JAXBDomainObjectFactory.newGetCollectionListRequestInstance()
           
 

Uses of GetCollectionListRequest in magoffin.matt.ma2.domain
 

Methods in magoffin.matt.ma2.domain that return GetCollectionListRequest
 GetCollectionListRequest ObjectFactory.createGetCollectionListRequest()
          Create an instance of GetCollectionListRequest
 

Uses of GetCollectionListRequest in magoffin.matt.ma2.web.service
 

Methods in magoffin.matt.ma2.web.service with parameters of type GetCollectionListRequest
 GetCollectionListResponse GetCollectionListEndpoint.getCollectionList(GetCollectionListRequest request)
          Get a list of all collections for the current user.