if (typeof Goal != "function") { function Goal() { this.id = 0; this.priority = 0; this.description = null; this.visionId = 0; this.completionDate = null; this.completed = null; } } if (typeof ArticleReview != "function") { function ArticleReview() { this.id = 0; this.title = null; this.rating = 0; this.review = null; this.articleId = 0; } } if (typeof DateWrapper != "function") { function DateWrapper() { this.monthString = null; this.dayString = null; this.month = 0; this.yearString = null; this.year = 0; this.day = 0; this.dateString = null; this.date = null; } } if (typeof Evidence != "function") { function Evidence() { this.id = 0; this.thoughtRecordId = 0; this.evidence = null; this.type = null; } } if (typeof Message != "function") { function Message() { this.message = null; this.id = 0; this.subject = null; this.headerId = 0; } } if (typeof Video != "function") { function Video() { this.id = 0; this.groupId = 0; this.title = null; this.description = null; this.url = null; } } if (typeof Feedback != "function") { function Feedback() { this.scale = 0; this.subject = null; this.comments = null; } } if (typeof Thought != "function") { function Thought() { this.id = 0; this.thoughtRecordId = 0; this.thought = null; } } if (typeof Purpose != "function") { function Purpose() { this.statement = null; this.id = 0; this.communityStatusValue = null; } } if (typeof DailyIntentionRow != "function") { function DailyIntentionRow() { this.statement = null; this.id = 0; this.communityStatusValue = null; } } if (typeof Topic != "function") { function Topic() { this.id = 0; this.groupId = 0; this.title = null; this.subject = null; } } if (typeof Post != "function") { function Post() { this.id = 0; this.groupId = 0; this.title = null; this.subject = null; this.topicId = 0; } } if (typeof Response != "function") { function Response() { this.id = 0; this.thoughtRecordId = 0; this.name = null; this.intensity = 0; } } if (typeof Objection != "function") { function Objection() { this.itemId = 0; this.section = null; } } if (typeof Vision != "function") { function Vision() { this.id = 0; this.reasonWhy = null; this.category = null; this.important = null; this.description = null; this.timeSector = null; this.completed = null; } } if (typeof ProductReview != "function") { function ProductReview() { this.id = 0; this.title = null; this.rating = 0; this.review = null; this.productId = 0; } } if (typeof Product != "function") { function Product() { this.id = 0; this.author = null; this.title = null; this.type = null; } } // Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (User == null) var User = {}; User._path = '/cp/dwr'; User.getIsUserAliasAvailable = function(p0, callback) { dwr.engine._execute(User._path, 'User', 'getIsUserAliasAvailable', p0, callback); }