Package net.sf.minuteProject.architecture.query.impl

Examples of net.sf.minuteProject.architecture.query.impl.QuerySelectDistinctInit


  protected List partialLoadWithParentPresentationQueryResult (Presentation presentationWhat, Presentation positivePresentation, Presentation negativePresentation, Integer nbOfResult, Boolean useCache) {
     return partialLoadWithParentPresentationQueryResult (presentationWhat, positivePresentation, negativePresentation, new QuerySelectInit(), nbOfResult, useCache);
 
   
    public List<Presentation> getDistinctPresentation(Presentation presentationWhat, Presentation positivePresentation, Presentation negativePresentation) {
     return partialLoadWithParentPresentation(presentationWhat, positivePresentation, negativePresentation, new QuerySelectDistinctInit(), null, false);
  }
View Full Code Here


  protected List partialLoadWithParentConferenceQueryResult (Conference conferenceWhat, Conference positiveConference, Conference negativeConference, Integer nbOfResult, Boolean useCache) {
     return partialLoadWithParentConferenceQueryResult (conferenceWhat, positiveConference, negativeConference, new QuerySelectInit(), nbOfResult, useCache);
 
   
    public List<Conference> getDistinctConference(Conference conferenceWhat, Conference positiveConference, Conference negativeConference) {
     return partialLoadWithParentConference(conferenceWhat, positiveConference, negativeConference, new QuerySelectDistinctInit(), null, false);
  }
View Full Code Here

  protected List partialLoadWithParentSpeakerQueryResult (Speaker speakerWhat, Speaker positiveSpeaker, Speaker negativeSpeaker, Integer nbOfResult, Boolean useCache) {
     return partialLoadWithParentSpeakerQueryResult (speakerWhat, positiveSpeaker, negativeSpeaker, new QuerySelectInit(), nbOfResult, useCache);
 
   
    public List<Speaker> getDistinctSpeaker(Speaker speakerWhat, Speaker positiveSpeaker, Speaker negativeSpeaker) {
     return partialLoadWithParentSpeaker(speakerWhat, positiveSpeaker, negativeSpeaker, new QuerySelectDistinctInit(), null, false);
  }
View Full Code Here

  protected List partialLoadWithParentAddressQueryResult (Address addressWhat, Address positiveAddress, Address negativeAddress, Integer nbOfResult, Boolean useCache) {
     return partialLoadWithParentAddressQueryResult (addressWhat, positiveAddress, negativeAddress, new QuerySelectInit(), nbOfResult, useCache);
 
   
    public List<Address> getDistinctAddress(Address addressWhat, Address positiveAddress, Address negativeAddress) {
     return partialLoadWithParentAddress(addressWhat, positiveAddress, negativeAddress, new QuerySelectDistinctInit(), null, false);
  }
View Full Code Here

  protected List partialLoadWithParentStatMbByRoleQueryResult (StatMbByRole statMbByRoleWhat, StatMbByRole positiveStatMbByRole, StatMbByRole negativeStatMbByRole, Integer nbOfResult, Boolean useCache) {
     return partialLoadWithParentStatMbByRoleQueryResult (statMbByRoleWhat, positiveStatMbByRole, negativeStatMbByRole, new QuerySelectInit(), nbOfResult, useCache);
 
   
    public List<StatMbByRole> getDistinctStatMbByRole(StatMbByRole statMbByRoleWhat, StatMbByRole positiveStatMbByRole, StatMbByRole negativeStatMbByRole) {
     return partialLoadWithParentStatMbByRole(statMbByRoleWhat, positiveStatMbByRole, negativeStatMbByRole, new QuerySelectDistinctInit(), null, false);
  }
View Full Code Here

  protected List partialLoadWithParentPresentationPlaceQueryResult (PresentationPlace presentationPlaceWhat, PresentationPlace positivePresentationPlace, PresentationPlace negativePresentationPlace, Integer nbOfResult, Boolean useCache) {
     return partialLoadWithParentPresentationPlaceQueryResult (presentationPlaceWhat, positivePresentationPlace, negativePresentationPlace, new QuerySelectInit(), nbOfResult, useCache);
 
   
    public List<PresentationPlace> getDistinctPresentationPlace(PresentationPlace presentationPlaceWhat, PresentationPlace positivePresentationPlace, PresentationPlace negativePresentationPlace) {
     return partialLoadWithParentPresentationPlace(presentationPlaceWhat, positivePresentationPlace, negativePresentationPlace, new QuerySelectDistinctInit(), null, false);
  }
View Full Code Here

  protected List partialLoadWithParentEvaluationQueryResult (Evaluation evaluationWhat, Evaluation positiveEvaluation, Evaluation negativeEvaluation, Integer nbOfResult, Boolean useCache) {
     return partialLoadWithParentEvaluationQueryResult (evaluationWhat, positiveEvaluation, negativeEvaluation, new QuerySelectInit(), nbOfResult, useCache);
 
   
    public List<Evaluation> getDistinctEvaluation(Evaluation evaluationWhat, Evaluation positiveEvaluation, Evaluation negativeEvaluation) {
     return partialLoadWithParentEvaluation(evaluationWhat, positiveEvaluation, negativeEvaluation, new QuerySelectDistinctInit(), null, false);
  }
View Full Code Here

  protected List partialLoadWithParentRoleQueryResult (Role roleWhat, Role positiveRole, Role negativeRole, Integer nbOfResult, Boolean useCache) {
     return partialLoadWithParentRoleQueryResult (roleWhat, positiveRole, negativeRole, new QuerySelectInit(), nbOfResult, useCache);
 
   
    public List<Role> getDistinctRole(Role roleWhat, Role positiveRole, Role negativeRole) {
     return partialLoadWithParentRole(roleWhat, positiveRole, negativeRole, new QuerySelectDistinctInit(), null, false);
  }
View Full Code Here

  protected List partialLoadWithParentStatMbPerCtryConfQueryResult (StatMbPerCtryConf statMbPerCtryConfWhat, StatMbPerCtryConf positiveStatMbPerCtryConf, StatMbPerCtryConf negativeStatMbPerCtryConf, Integer nbOfResult, Boolean useCache) {
     return partialLoadWithParentStatMbPerCtryConfQueryResult (statMbPerCtryConfWhat, positiveStatMbPerCtryConf, negativeStatMbPerCtryConf, new QuerySelectInit(), nbOfResult, useCache);
 
   
    public List<StatMbPerCtryConf> getDistinctStatMbPerCtryConf(StatMbPerCtryConf statMbPerCtryConfWhat, StatMbPerCtryConf positiveStatMbPerCtryConf, StatMbPerCtryConf negativeStatMbPerCtryConf) {
     return partialLoadWithParentStatMbPerCtryConf(statMbPerCtryConfWhat, positiveStatMbPerCtryConf, negativeStatMbPerCtryConf, new QuerySelectDistinctInit(), null, false);
  }
View Full Code Here

  protected List partialLoadWithParentSponsorQueryResult (Sponsor sponsorWhat, Sponsor positiveSponsor, Sponsor negativeSponsor, Integer nbOfResult, Boolean useCache) {
     return partialLoadWithParentSponsorQueryResult (sponsorWhat, positiveSponsor, negativeSponsor, new QuerySelectInit(), nbOfResult, useCache);
 
   
    public List<Sponsor> getDistinctSponsor(Sponsor sponsorWhat, Sponsor positiveSponsor, Sponsor negativeSponsor) {
     return partialLoadWithParentSponsor(sponsorWhat, positiveSponsor, negativeSponsor, new QuerySelectDistinctInit(), null, false);
  }
View Full Code Here

TOP

Related Classes of net.sf.minuteProject.architecture.query.impl.QuerySelectDistinctInit

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.