var IGiftService=function() {
IGiftService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
IGiftService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return IGiftService._staticInstance.get_path();},
RemoveImageEditsFromSession:function(rgns,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RemoveImageEditsFromSession',false,{rgns:rgns},succeededCallback,failedCallback,userContext); },
SetOrientation:function(orientation,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SetOrientation',false,{orientation:orientation},succeededCallback,failedCallback,userContext); },
GetFontColor:function(fontName,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFontColor',false,{fontName:fontName},succeededCallback,failedCallback,userContext); },
SaveAddress:function(contact,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SaveAddress',false,{contact:contact},succeededCallback,failedCallback,userContext); },
PhotoBookContinue:function(categoryName,encryptedParams,colour_rpovID,skin_rpovID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'PhotoBookContinue',false,{categoryName:categoryName,encryptedParams:encryptedParams,colour_rpovID:colour_rpovID,skin_rpovID:skin_rpovID},succeededCallback,failedCallback,userContext); },
PhotoBookSaveTextOnSpine:function(text,projectID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'PhotoBookSaveTextOnSpine',false,{text:text,projectID:projectID},succeededCallback,failedCallback,userContext); },
WrapOptionToSession:function(wrapOption,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'WrapOptionToSession',false,{wrapOption:wrapOption},succeededCallback,failedCallback,userContext); },
FrameItOptionToSession:function(frameItOption,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'FrameItOptionToSession',false,{frameItOption:frameItOption},succeededCallback,failedCallback,userContext); },
GetBabyCards:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetBabyCards',false,{},succeededCallback,failedCallback,userContext); },
GetDisneyCards:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetDisneyCards',false,{},succeededCallback,failedCallback,userContext); },
GetGraduationCards:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetGraduationCards',false,{},succeededCallback,failedCallback,userContext); },
GetThankYouCards:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetThankYouCards',false,{},succeededCallback,failedCallback,userContext); },
GetWeddingCards:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetWeddingCards',false,{},succeededCallback,failedCallback,userContext); },
GetMoreCards:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetMoreCards',false,{},succeededCallback,failedCallback,userContext); },
GetSeasonsGreetingCards:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSeasonsGreetingCards',false,{},succeededCallback,failedCallback,userContext); },
GetChristmasCards:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetChristmasCards',false,{},succeededCallback,failedCallback,userContext); },
GetHolidayReligiousCards:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetHolidayReligiousCards',false,{},succeededCallback,failedCallback,userContext); },
GetMoreHolidayCards:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetMoreHolidayCards',false,{},succeededCallback,failedCallback,userContext); },
GetAlbumPhotos:function(albumID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetAlbumPhotos',false,{albumID:albumID},succeededCallback,failedCallback,userContext); },
GetAlbumPhotosNoBorders:function(albumID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetAlbumPhotosNoBorders',false,{albumID:albumID},succeededCallback,failedCallback,userContext); },
GetLayoutsByTemplateID:function(templateID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetLayoutsByTemplateID',false,{templateID:templateID},succeededCallback,failedCallback,userContext); },
GetRetailerFontFamiliesByProductType:function(productType,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetRetailerFontFamiliesByProductType',false,{productType:productType},succeededCallback,failedCallback,userContext); },
SaveCardProjectPageLayout:function(projectID,page,layoutID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SaveCardProjectPageLayout',false,{projectID:projectID,page:page,layoutID:layoutID},succeededCallback,failedCallback,userContext); },
SaveCardProjectPageApertureRegions:function(projectID,page,regions,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SaveCardProjectPageApertureRegions',false,{projectID:projectID,page:page,regions:regions},succeededCallback,failedCallback,userContext); },
SaveCardProjectPageTextRegions:function(projectID,page,regions,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SaveCardProjectPageTextRegions',false,{projectID:projectID,page:page,regions:regions},succeededCallback,failedCallback,userContext); },
GetCardTemplate:function(rpID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCardTemplate',false,{rpID:rpID},succeededCallback,failedCallback,userContext); },
GetCardTemplateByLayout:function(layoutID,templateID,projectID,page,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCardTemplateByLayout',false,{layoutID:layoutID,templateID:templateID,projectID:projectID,page:page},succeededCallback,failedCallback,userContext); },
GetCardTemplateFromProjectPage:function(projectID,page,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCardTemplateFromProjectPage',false,{projectID:projectID,page:page},succeededCallback,failedCallback,userContext); },
GetMugTemplates:function(rpID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetMugTemplates',false,{rpID:rpID},succeededCallback,failedCallback,userContext); },
GetTShirtTemplates:function(rpID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTShirtTemplates',false,{rpID:rpID},succeededCallback,failedCallback,userContext); },
GetFiveSevenFoldedCards:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFiveSevenFoldedCards',false,{},succeededCallback,failedCallback,userContext); },
GetFourFiveFoldedCards:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFourFiveFoldedCards',false,{},succeededCallback,failedCallback,userContext); },
PopulateCollageURL:function(collageInfo,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'PopulateCollageURL',false,{collageInfo:collageInfo},succeededCallback,failedCallback,userContext); },
UpdateCollageRetailerProductID:function(collageInfoWrapper,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateCollageRetailerProductID',false,{collageInfoWrapper:collageInfoWrapper},succeededCallback,failedCallback,userContext); },
UpdateCollageOrientation:function(collageInfoWrapper,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateCollageOrientation',false,{collageInfoWrapper:collageInfoWrapper},succeededCallback,failedCallback,userContext); },
UpdateCollageInfoWrapper:function(collageInfoWrapper,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateCollageInfoWrapper',false,{collageInfoWrapper:collageInfoWrapper},succeededCallback,failedCallback,userContext); },
UpdateCollageBorderThickness:function(collageInfoWrapper,borderThicknessName,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateCollageBorderThickness',false,{collageInfoWrapper:collageInfoWrapper,borderThicknessName:borderThicknessName},succeededCallback,failedCallback,userContext); },
GetResDetectionList:function(resList,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetResDetectionList',false,{resList:resList},succeededCallback,failedCallback,userContext); },
SaveCropInfo:function(rgns,rpID,orientation,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SaveCropInfo',false,{rgns:rgns,rpID:rpID,orientation:orientation},succeededCallback,failedCallback,userContext); },
GetApertureRegionsInfo:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetApertureRegionsInfo',false,{},succeededCallback,failedCallback,userContext); },
GetTextRegions:function(tfID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTextRegions',false,{tfID:tfID},succeededCallback,failedCallback,userContext); },
GetQuantity:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetQuantity',false,{},succeededCallback,failedCallback,userContext); },
isResolutionRequirementMet:function(rpID,mediaID,apertureID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'isResolutionRequirementMet',false,{rpID:rpID,mediaID:mediaID,apertureID:apertureID},succeededCallback,failedCallback,userContext); },
GetOrientation:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetOrientation',false,{},succeededCallback,failedCallback,userContext); },
GetTemplatesBySubCategories:function(subCategoryID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTemplatesBySubCategories',false,{subCategoryID:subCategoryID},succeededCallback,failedCallback,userContext); },
GetTemplatesByFirstSubCategory:function(str_categoryID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTemplatesByFirstSubCategory',false,{str_categoryID:str_categoryID},succeededCallback,failedCallback,userContext); },
GetToggleOrientation:function(rpID,orientation,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetToggleOrientation',false,{rpID:rpID,orientation:orientation},succeededCallback,failedCallback,userContext); },
GetFlowName:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFlowName',false,{},succeededCallback,failedCallback,userContext); },
GetSelectedFontInfo:function(tfIDStr,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSelectedFontInfo',false,{tfIDStr:tfIDStr},succeededCallback,failedCallback,userContext); },
RemoveImageEditFromSession:function(ApertureID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RemoveImageEditFromSession',false,{ApertureID:ApertureID},succeededCallback,failedCallback,userContext); }}
IGiftService.registerClass('IGiftService',Sys.Net.WebServiceProxy);
IGiftService._staticInstance = new IGiftService();
IGiftService.set_path = function(value) { IGiftService._staticInstance.set_path(value); }
IGiftService.get_path = function() { return IGiftService._staticInstance.get_path(); }
IGiftService.set_timeout = function(value) { IGiftService._staticInstance.set_timeout(value); }
IGiftService.get_timeout = function() { return IGiftService._staticInstance.get_timeout(); }
IGiftService.set_defaultUserContext = function(value) { IGiftService._staticInstance.set_defaultUserContext(value); }
IGiftService.get_defaultUserContext = function() { return IGiftService._staticInstance.get_defaultUserContext(); }
IGiftService.set_defaultSucceededCallback = function(value) { IGiftService._staticInstance.set_defaultSucceededCallback(value); }
IGiftService.get_defaultSucceededCallback = function() { return IGiftService._staticInstance.get_defaultSucceededCallback(); }
IGiftService.set_defaultFailedCallback = function(value) { IGiftService._staticInstance.set_defaultFailedCallback(value); }
IGiftService.get_defaultFailedCallback = function() { return IGiftService._staticInstance.get_defaultFailedCallback(); }
IGiftService.set_enableJsonp = function(value) { IGiftService._staticInstance.set_enableJsonp(value); }
IGiftService.get_enableJsonp = function() { return IGiftService._staticInstance.get_enableJsonp(); }
IGiftService.set_jsonpCallbackParameter = function(value) { IGiftService._staticInstance.set_jsonpCallbackParameter(value); }
IGiftService.get_jsonpCallbackParameter = function() { return IGiftService._staticInstance.get_jsonpCallbackParameter(); }
IGiftService.set_path("http://www.costcophotocenter.com/services/GiftService.svc");
IGiftService.RemoveImageEditsFromSession= function(rgns,onSuccess,onFailed,userContext) {IGiftService._staticInstance.RemoveImageEditsFromSession(rgns,onSuccess,onFailed,userContext); }
IGiftService.SetOrientation= function(orientation,onSuccess,onFailed,userContext) {IGiftService._staticInstance.SetOrientation(orientation,onSuccess,onFailed,userContext); }
IGiftService.GetFontColor= function(fontName,onSuccess,onFailed,userContext) {IGiftService._staticInstance.GetFontColor(fontName,onSuccess,onFailed,userContext); }
IGiftService.SaveAddress= function(contact,onSuccess,onFailed,userContext) {IGiftService._staticInstance.SaveAddress(contact,onSuccess,onFailed,userContext); }
IGiftService.PhotoBookContinue= function(categoryName,encryptedParams,colour_rpovID,skin_rpovID,onSuccess,onFailed,userContext) {IGiftService._staticInstance.PhotoBookContinue(categoryName,encryptedParams,colour_rpovID,skin_rpovID,onSuccess,onFailed,userContext); }
IGiftService.PhotoBookSaveTextOnSpine= function(text,projectID,onSuccess,onFailed,userContext) {IGiftService._staticInstance.PhotoBookSaveTextOnSpine(text,projectID,onSuccess,onFailed,userContext); }
IGiftService.WrapOptionToSession= function(wrapOption,onSuccess,onFailed,userContext) {IGiftService._staticInstance.WrapOptionToSession(wrapOption,onSuccess,onFailed,userContext); }
IGiftService.FrameItOptionToSession= function(frameItOption,onSuccess,onFailed,userContext) {IGiftService._staticInstance.FrameItOptionToSession(frameItOption,onSuccess,onFailed,userContext); }
IGiftService.GetBabyCards= function(onSuccess,onFailed,userContext) {IGiftService._staticInstance.GetBabyCards(onSuccess,onFailed,userContext); }
IGiftService.GetDisneyCards= function(onSuccess,onFailed,userContext) {IGiftService._staticInstance.GetDisneyCards(onSuccess,onFailed,userContext); }
IGiftService.GetGraduationCards= function(onSuccess,onFailed,userContext) {IGiftService._staticInstance.GetGraduationCards(onSuccess,onFailed,userContext); }
IGiftService.GetThankYouCards= function(onSuccess,onFailed,userContext) {IGiftService._staticInstance.GetThankYouCards(onSuccess,onFailed,userContext); }
IGiftService.GetWeddingCards= function(onSuccess,onFailed,userContext) {IGiftService._staticInstance.GetWeddingCards(onSuccess,onFailed,userContext); }
IGiftService.GetMoreCards= function(onSuccess,onFailed,userContext) {IGiftService._staticInstance.GetMoreCards(onSuccess,onFailed,userContext); }
IGiftService.GetSeasonsGreetingCards= function(onSuccess,onFailed,userContext) {IGiftService._staticInstance.GetSeasonsGreetingCards(onSuccess,onFailed,userContext); }
IGiftService.GetChristmasCards= function(onSuccess,onFailed,userContext) {IGiftService._staticInstance.GetChristmasCards(onSuccess,onFailed,userContext); }
IGiftService.GetHolidayReligiousCards= function(onSuccess,onFailed,userContext) {IGiftService._staticInstance.GetHolidayReligiousCards(onSuccess,onFailed,userContext); }
IGiftService.GetMoreHolidayCards= function(onSuccess,onFailed,userContext) {IGiftService._staticInstance.GetMoreHolidayCards(onSuccess,onFailed,userContext); }
IGiftService.GetAlbumPhotos= function(albumID,onSuccess,onFailed,userContext) {IGiftService._staticInstance.GetAlbumPhotos(albumID,onSuccess,onFailed,userContext); }
IGiftService.GetAlbumPhotosNoBorders= function(albumID,onSuccess,onFailed,userContext) {IGiftService._staticInstance.GetAlbumPhotosNoBorders(albumID,onSuccess,onFailed,userContext); }
IGiftService.GetLayoutsByTemplateID= function(templateID,onSuccess,onFailed,userContext) {IGiftService._staticInstance.GetLayoutsByTemplateID(templateID,onSuccess,onFailed,userContext); }
IGiftService.GetRetailerFontFamiliesByProductType= function(productType,onSuccess,onFailed,userContext) {IGiftService._staticInstance.GetRetailerFontFamiliesByProductType(productType,onSuccess,onFailed,userContext); }
IGiftService.SaveCardProjectPageLayout= function(projectID,page,layoutID,onSuccess,onFailed,userContext) {IGiftService._staticInstance.SaveCardProjectPageLayout(projectID,page,layoutID,onSuccess,onFailed,userContext); }
IGiftService.SaveCardProjectPageApertureRegions= function(projectID,page,regions,onSuccess,onFailed,userContext) {IGiftService._staticInstance.SaveCardProjectPageApertureRegions(projectID,page,regions,onSuccess,onFailed,userContext); }
IGiftService.SaveCardProjectPageTextRegions= function(projectID,page,regions,onSuccess,onFailed,userContext) {IGiftService._staticInstance.SaveCardProjectPageTextRegions(projectID,page,regions,onSuccess,onFailed,userContext); }
IGiftService.GetCardTemplate= function(rpID,onSuccess,onFailed,userContext) {IGiftService._staticInstance.GetCardTemplate(rpID,onSuccess,onFailed,userContext); }
IGiftService.GetCardTemplateByLayout= function(layoutID,templateID,projectID,page,onSuccess,onFailed,userContext) {IGiftService._staticInstance.GetCardTemplateByLayout(layoutID,templateID,projectID,page,onSuccess,onFailed,userContext); }
IGiftService.GetCardTemplateFromProjectPage= function(projectID,page,onSuccess,onFailed,userContext) {IGiftService._staticInstance.GetCardTemplateFromProjectPage(projectID,page,onSuccess,onFailed,userContext); }
IGiftService.GetMugTemplates= function(rpID,onSuccess,onFailed,userContext) {IGiftService._staticInstance.GetMugTemplates(rpID,onSuccess,onFailed,userContext); }
IGiftService.GetTShirtTemplates= function(rpID,onSuccess,onFailed,userContext) {IGiftService._staticInstance.GetTShirtTemplates(rpID,onSuccess,onFailed,userContext); }
IGiftService.GetFiveSevenFoldedCards= function(onSuccess,onFailed,userContext) {IGiftService._staticInstance.GetFiveSevenFoldedCards(onSuccess,onFailed,userContext); }
IGiftService.GetFourFiveFoldedCards= function(onSuccess,onFailed,userContext) {IGiftService._staticInstance.GetFourFiveFoldedCards(onSuccess,onFailed,userContext); }
IGiftService.PopulateCollageURL= function(collageInfo,onSuccess,onFailed,userContext) {IGiftService._staticInstance.PopulateCollageURL(collageInfo,onSuccess,onFailed,userContext); }
IGiftService.UpdateCollageRetailerProductID= function(collageInfoWrapper,onSuccess,onFailed,userContext) {IGiftService._staticInstance.UpdateCollageRetailerProductID(collageInfoWrapper,onSuccess,onFailed,userContext); }
IGiftService.UpdateCollageOrientation= function(collageInfoWrapper,onSuccess,onFailed,userContext) {IGiftService._staticInstance.UpdateCollageOrientation(collageInfoWrapper,onSuccess,onFailed,userContext); }
IGiftService.UpdateCollageInfoWrapper= function(collageInfoWrapper,onSuccess,onFailed,userContext) {IGiftService._staticInstance.UpdateCollageInfoWrapper(collageInfoWrapper,onSuccess,onFailed,userContext); }
IGiftService.UpdateCollageBorderThickness= function(collageInfoWrapper,borderThicknessName,onSuccess,onFailed,userContext) {IGiftService._staticInstance.UpdateCollageBorderThickness(collageInfoWrapper,borderThicknessName,onSuccess,onFailed,userContext); }
IGiftService.GetResDetectionList= function(resList,onSuccess,onFailed,userContext) {IGiftService._staticInstance.GetResDetectionList(resList,onSuccess,onFailed,userContext); }
IGiftService.SaveCropInfo= function(rgns,rpID,orientation,onSuccess,onFailed,userContext) {IGiftService._staticInstance.SaveCropInfo(rgns,rpID,orientation,onSuccess,onFailed,userContext); }
IGiftService.GetApertureRegionsInfo= function(onSuccess,onFailed,userContext) {IGiftService._staticInstance.GetApertureRegionsInfo(onSuccess,onFailed,userContext); }
IGiftService.GetTextRegions= function(tfID,onSuccess,onFailed,userContext) {IGiftService._staticInstance.GetTextRegions(tfID,onSuccess,onFailed,userContext); }
IGiftService.GetQuantity= function(onSuccess,onFailed,userContext) {IGiftService._staticInstance.GetQuantity(onSuccess,onFailed,userContext); }
IGiftService.isResolutionRequirementMet= function(rpID,mediaID,apertureID,onSuccess,onFailed,userContext) {IGiftService._staticInstance.isResolutionRequirementMet(rpID,mediaID,apertureID,onSuccess,onFailed,userContext); }
IGiftService.GetOrientation= function(onSuccess,onFailed,userContext) {IGiftService._staticInstance.GetOrientation(onSuccess,onFailed,userContext); }
IGiftService.GetTemplatesBySubCategories= function(subCategoryID,onSuccess,onFailed,userContext) {IGiftService._staticInstance.GetTemplatesBySubCategories(subCategoryID,onSuccess,onFailed,userContext); }
IGiftService.GetTemplatesByFirstSubCategory= function(str_categoryID,onSuccess,onFailed,userContext) {IGiftService._staticInstance.GetTemplatesByFirstSubCategory(str_categoryID,onSuccess,onFailed,userContext); }
IGiftService.GetToggleOrientation= function(rpID,orientation,onSuccess,onFailed,userContext) {IGiftService._staticInstance.GetToggleOrientation(rpID,orientation,onSuccess,onFailed,userContext); }
IGiftService.GetFlowName= function(onSuccess,onFailed,userContext) {IGiftService._staticInstance.GetFlowName(onSuccess,onFailed,userContext); }
IGiftService.GetSelectedFontInfo= function(tfIDStr,onSuccess,onFailed,userContext) {IGiftService._staticInstance.GetSelectedFontInfo(tfIDStr,onSuccess,onFailed,userContext); }
IGiftService.RemoveImageEditFromSession= function(ApertureID,onSuccess,onFailed,userContext) {IGiftService._staticInstance.RemoveImageEditFromSession(ApertureID,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('PhotoSite.Services');
if (typeof(PhotoSite.Services.ApertureRegion) === 'undefined') {
PhotoSite.Services.ApertureRegion=gtc("ApertureRegion:http://schemas.datacontract.org/2004/07/PhotoSite.Services");
PhotoSite.Services.ApertureRegion.registerClass('PhotoSite.Services.ApertureRegion');
}
if (typeof(PhotoSite.Services.CropInfo) === 'undefined') {
PhotoSite.Services.CropInfo=gtc("CropInfo:http://schemas.datacontract.org/2004/07/PhotoSite.Services");
PhotoSite.Services.CropInfo.registerClass('PhotoSite.Services.CropInfo');
}
if (typeof(PhotoSite.Services.Contact) === 'undefined') {
PhotoSite.Services.Contact=gtc("Contact:http://schemas.datacontract.org/2004/07/PhotoSite.Services");
PhotoSite.Services.Contact.registerClass('PhotoSite.Services.Contact');
}
if (typeof(PhotoSite.Services.Cards) === 'undefined') {
PhotoSite.Services.Cards=gtc("Cards:http://schemas.datacontract.org/2004/07/PhotoSite.Services");
PhotoSite.Services.Cards.registerClass('PhotoSite.Services.Cards');
}
if (typeof(PhotoSite.Services.Card) === 'undefined') {
PhotoSite.Services.Card=gtc("Card:http://schemas.datacontract.org/2004/07/PhotoSite.Services");
PhotoSite.Services.Card.registerClass('PhotoSite.Services.Card');
}
if (typeof(PhotoSite.Services.Photos) === 'undefined') {
PhotoSite.Services.Photos=gtc("Photos:http://schemas.datacontract.org/2004/07/PhotoSite.Services");
PhotoSite.Services.Photos.registerClass('PhotoSite.Services.Photos');
}
if (typeof(PhotoSite.Services.Photo) === 'undefined') {
PhotoSite.Services.Photo=gtc("Photo:http://schemas.datacontract.org/2004/07/PhotoSite.Services");
PhotoSite.Services.Photo.registerClass('PhotoSite.Services.Photo');
}
if (typeof(PhotoSite.Services.Layouts) === 'undefined') {
PhotoSite.Services.Layouts=gtc("Layouts:http://schemas.datacontract.org/2004/07/PhotoSite.Services");
PhotoSite.Services.Layouts.registerClass('PhotoSite.Services.Layouts');
}
if (typeof(PhotoSite.Services.Layout) === 'undefined') {
PhotoSite.Services.Layout=gtc("Layout:http://schemas.datacontract.org/2004/07/PhotoSite.Services");
PhotoSite.Services.Layout.registerClass('PhotoSite.Services.Layout');
}
if (typeof(PhotoSite.Services.FontFamilies) === 'undefined') {
PhotoSite.Services.FontFamilies=gtc("FontFamilies:http://schemas.datacontract.org/2004/07/PhotoSite.Services");
PhotoSite.Services.FontFamilies.registerClass('PhotoSite.Services.FontFamilies');
}
if (typeof(PhotoSite.Services.FontFamily) === 'undefined') {
PhotoSite.Services.FontFamily=gtc("FontFamily:http://schemas.datacontract.org/2004/07/PhotoSite.Services");
PhotoSite.Services.FontFamily.registerClass('PhotoSite.Services.FontFamily');
}
if (typeof(PhotoSite.Services.TextRegion) === 'undefined') {
PhotoSite.Services.TextRegion=gtc("TextRegion:http://schemas.datacontract.org/2004/07/PhotoSite.Services");
PhotoSite.Services.TextRegion.registerClass('PhotoSite.Services.TextRegion');
}
if (typeof(PhotoSite.Services.Templates) === 'undefined') {
PhotoSite.Services.Templates=gtc("Templates:http://schemas.datacontract.org/2004/07/PhotoSite.Services");
PhotoSite.Services.Templates.registerClass('PhotoSite.Services.Templates');
}
if (typeof(PhotoSite.Services.Template) === 'undefined') {
PhotoSite.Services.Template=gtc("Template:http://schemas.datacontract.org/2004/07/PhotoSite.Services");
PhotoSite.Services.Template.registerClass('PhotoSite.Services.Template');
}
if (typeof(PhotoSite.Services.CollageInfo) === 'undefined') {
PhotoSite.Services.CollageInfo=gtc("CollageInfo:http://schemas.datacontract.org/2004/07/PhotoSite.Services");
PhotoSite.Services.CollageInfo.registerClass('PhotoSite.Services.CollageInfo');
}
if (typeof(PhotoSite.Services.CollageInfoTitle) === 'undefined') {
PhotoSite.Services.CollageInfoTitle=gtc("CollageInfoTitle:http://schemas.datacontract.org/2004/07/PhotoSite.Services");
PhotoSite.Services.CollageInfoTitle.registerClass('PhotoSite.Services.CollageInfoTitle');
}
if (typeof(PhotoSite.Services.CollageLowResRegion) === 'undefined') {
PhotoSite.Services.CollageLowResRegion=gtc("CollageLowResRegion:http://schemas.datacontract.org/2004/07/PhotoSite.Services");
PhotoSite.Services.CollageLowResRegion.registerClass('PhotoSite.Services.CollageLowResRegion');
}
if (typeof(PhotoSite.Services.CollageInfoWrapper) === 'undefined') {
PhotoSite.Services.CollageInfoWrapper=gtc("CollageInfoWrapper:http://schemas.datacontract.org/2004/07/PhotoSite.Services");
PhotoSite.Services.CollageInfoWrapper.registerClass('PhotoSite.Services.CollageInfoWrapper');
}
if (typeof(PhotoSite.Services.RetailerProductResolutionDetection) === 'undefined') {
PhotoSite.Services.RetailerProductResolutionDetection=gtc("RetailerProductResolutionDetection:http://schemas.datacontract.org/2004/07/PhotoSite.Services");
PhotoSite.Services.RetailerProductResolutionDetection.registerClass('PhotoSite.Services.RetailerProductResolutionDetection');
}
if (typeof(PhotoSite.Services.TextMessageRegions) === 'undefined') {
PhotoSite.Services.TextMessageRegions=gtc("TextMessageRegions:http://schemas.datacontract.org/2004/07/PhotoSite.Services");
PhotoSite.Services.TextMessageRegions.registerClass('PhotoSite.Services.TextMessageRegions');
}
if (typeof(PhotoSite.Services.TextMessageRegion) === 'undefined') {
PhotoSite.Services.TextMessageRegion=gtc("TextMessageRegion:http://schemas.datacontract.org/2004/07/PhotoSite.Services");
PhotoSite.Services.TextMessageRegion.registerClass('PhotoSite.Services.TextMessageRegion');
}
Type.registerNamespace('PNI.Framework.Imaging');
if (typeof(PNI.Framework.Imaging.Angle) === 'undefined') {
PNI.Framework.Imaging.Angle = function() { throw Error.invalidOperation(); }
PNI.Framework.Imaging.Angle.prototype = {None: 0,Clockwise: 1,Half: 2,Counterclockwise: 3}
PNI.Framework.Imaging.Angle.registerEnum('PNI.Framework.Imaging.Angle', true);
}

