Use this tag for questions related to object-model.

learn more… | top users | synonyms

3
votes
1answer
87 views

Using TFS API, how can I find the comments which were made on a Code Review?

I'm trying to figure out a way to find details about a Code Review Request / Response item in TFS2012. I can query for all Code Review Request/Response items in the following way: const string ...
2
votes
1answer
84 views

.NET Entity property as enum or object [closed]

I need some advice on best practices when creating an Entity and setting its (what are effectively enums) properties in .NET. To take a simple example, let's say I have an object called 'Todo', which ...
3
votes
1answer
72 views

Exposing common values from a custom structure/type

One of my projects has a value type/struct that represents a custom identifier string for a video format. In this case, it's going to contain a content type string, but that can vary. I've used a ...
6
votes
3answers
152 views

Custom structure/type that can be used with switch()

One of my projects has a value type/struct that represents a custom identifier string for a video format. In this case, it's going to contain a content type string, but that can vary. I've used a ...
0
votes
1answer
74 views

Prestashop Error In Order Returns

I'm getting an errror in Back Office > Orders > Merchandise Returns when trying to change the return status from "Waiting for Confirmation" to "Waiting for Package". I've attached screenshots. Any ...
1
vote
2answers
137 views

Drools vs DDD: Does Drools require Flat Object Models?

In our e-commerce domain, we have a hierarchy of entities that are modeled using nested arrays. We do this using the principles of Domain-Driven Design (as explained by Eric Evans). The central ...
0
votes
2answers
94 views

NSManagedObject @dynamic property not recognized anymore

I extended yesterday my "User" class, which is a subclass of NSManagedObject. I added a new property named "photoPath", the usual way: @property (nonatomic, retain) NSString * photopath; @dynamic ...
0
votes
1answer
237 views

Overwrite Major Version Using Object Model

I have versioning and checkin/checkout enabled in a SharePoint 2010 list, and for business-related reasons, would like to update information in a field: overwriting the field data for all versions in ...
0
votes
3answers
126 views

Best way to define relationships in an object model?

When building an object model that map a classes to database tables, how do you specify the relationship to other entities ? Example : Category ---------------------- CategoryId INT PK Name ...
0
votes
3answers
77 views

When to subclass and when to use attributes in an object model [closed]

I'm looking for some guidance for an object model I'm working on for an evaluation tool. There are currently two types of evaluations Peer Team The only difference between these two evaluations is ...
0
votes
2answers
147 views

Domain Model and Object Model

Hi Stackoverflow friends What is Domain Model? What is Object model? Is Domain model and object model are one? What is the difference between these two? Please explain with simple example. I'm new in ...
2
votes
0answers
36 views

Component modeling in Eclipse

I want to make a component model using Eclipse (and possibly some plugins?) - and the corresponding object-model for the objects within the component. This web page has an example of the component ...
-1
votes
3answers
133 views

managedObjectModel: Error in initWithContentOfURL

Im trying to reuse an xcodeproj which uses data core. I import it into my new project, and when i try to do some classes initializations I got the following error 'NSInvalidArgumentException', ...
0
votes
1answer
142 views

How do I iterate through an object which contain children objects with the same type as the object?

Allright, I have reached the mindscrew of the century and sat a few hours cogitating this one. I will quickly add an example here: public class AdUnitSizes { protected String environmentType; ...
2
votes
1answer
53 views

Many-to-many relationships with objects, where intermediate fields exist?

I'm trying to build a model of the servers and applications at my workplace. A server can host many applications. An application can be hosted across many servers. Normally I would just have the host ...
0
votes
1answer
236 views

Handling Duplicate Database Entries with C# and the Entity Framework

Let's say that I have an object model with many different objects that I then, using the Entity Framework map to database tables. That all works fine. The problem is what happens when I want to save ...
3
votes
2answers
286 views

Is it possible to share memory between ruby and C++

I have a linux machine, on which a ruby web server and a c++ process are hosted. Both the components work on the same database. In order to avoid repeated database requests, I want to make and ...
0
votes
3answers
268 views

Load a previous model version

I am loading a NSManagedObjectModel model with the initWithContentsOfURL: constructor like this: NSURL *modelURL = [[NSBundle mainBundle] URLForResource:@"MyDocument" withExtension:@"momd"]; ...
0
votes
0answers
45 views

Fully retrieving back the previously stubbed object in Entity Framework

I'm modelling my ORM models using independent association. With this in mind, I'm using DTO, then when persisting the object, I map back the DTO to its proper object model. So for independently ...
0
votes
0answers
262 views

How do I overcome XCode object model version error?

I'm currently running OS X 10.7.4 and using XCode 4.3.2. I'm coming back to XCode from not really using it in production since version 2.x. That said, I have a test Core Data application (MacOS not ...
0
votes
0answers
119 views

Microsoft Word File Conversion, any way to control it using the object model?

I am trying to automate a process using multiple word documents files that need to be printed sequentially. The range of files contains document types (plaintext, images, objects etc...). Some files ...
2
votes
5answers
539 views

Core Data Delete Rules for many-to-many relationships

I have a Core Data model with a Container and Item entities. A Container can have have zero or more Items in it. An Item must belong to at least one Container (but it can be in more than one.) The ...
-1
votes
3answers
56 views

Can class methods be added to some instances of Ruby objects but not others?

Here is a module containing some methods: module M def x; y; end def y; ...; end end Here's a class: class C def z; ...; end end I have two instances of C: c1 = C.new c2 = C.new Is ...
0
votes
1answer
377 views

How to easily get the service container within any class?

I want to easily get access to my Controller container everywhere. Is there an "official" way for doing this ? I intend to create a static access function in the bundle class (or controller class) ...
1
vote
1answer
71 views

object model for parameterized transformation rules

I asked a similar question earlier, but posed it as a language-specific question. I realized that my issue is at the modelling level. How should I represent the following in the object model: I ...
1
vote
1answer
547 views

Designing DTOs that have foreign key relationships

I am using Java + Spring framework for a web-application. I am not using any ORM tool. Instead I am trying to model the db relations as Java objects using simple DAO/DTO pattern. Whenever the DTO ...
0
votes
1answer
70 views

Tool to visualize the structure of jsp:s in a web application

im looking for a tool to automatically visualize (display some kind of object graph) the structure of a java web application which is built with jsp:s and jspf:s, if there is any? I have been ...
0
votes
3answers
118 views

Methods for retrieving object-collection in Domain Driven Design

I am using Zend Framework and also try to move towards DDD approach (Domain-Driven Design). I have models, mappers and DbTables for domain objects. There are many situations when I need to fetch ...
0
votes
6answers
211 views

How to determine if a javascript object is simple or complex?

Basically I need to tell apart the following two: var simple = 5 // or "word", or 56.78, or any other "simple" object var complex = {propname: "propvalue", "otherprop": "othervalue"}
4
votes
6answers
138 views

API Design Question

while designing my api, i am thinking about how i would like to model the following behavior. option 1 seems more logical, but with that comes enforcing invariants such as checking if the ...
0
votes
5answers
188 views

What is the difference between type of a class and superclass of a class in ruby?

I am but confused right now after writing my repeated efforts at understanding the object model of ruby : following are my observations. class Bird def speak puts "tweet tweet" end end ...
0
votes
1answer
146 views

Domain / Object Model Design Question

I have a Story that can have one nominator assigned to it. A nominator can be assigned to multiple stories. The nominator can move a story to their ballot (not a story can only belong to their ...
3
votes
4answers
186 views

In Python, what is the difference between an object and a dictionary?

After an object has been created, I can add and remove slots at will, as I can do with a dictionary. Even methods are just objects stored in slots, so I probably can add methods to a dictionary as ...
1
vote
0answers
324 views

Copy-Paste issue of smartArt in Powerpoint 2007/2010

I am working on powerpoint 2007/2010 in C++. I need to delete smart art objects of a smart art which is actually copied from original one. I use the following piece of code. PPT::_SlidePtr ...
1
vote
3answers
151 views

Translating one object to another via an extension method - looking for alternate solutions

This may be a bit of an odd question, and what I have in place now works, but it feels a bit strange to me and I wonder it's because of poor design/architecture. Any thoughts here would be ...
1
vote
0answers
324 views

SharePoint SPWeb.GetList seems to cause infinite loop?

So, I'm working on a SharePoint 2010 site that I developed, and I am trying to implement content type change propogation. During this process I seem to have found a strange bug. It seems my ...
0
votes
1answer
165 views

Abstract Syntax tree vs Object Model

What is the difference between an object model and an Abstract syntax tree? I have a confusion with these terms. What I know about these are An object model gives details of objects and their ...
0
votes
2answers
630 views

universal data models and domain model implementations

One universal data model author I am reading contends that in his experience, 50% of all enterprise systems are 'universal' in their need to deal with Parties, Work Efforts, etc, 25% is universal ...
2
votes
5answers
180 views

Java object-model and type identified methods

I'm writing an app that has a few classes which represent things that are in a World. The World is represented by an array of objects (of the class from which all classes of objects that exist in ...
1
vote
1answer
136 views

Design question: Aliases for a Location model (Rails)

This is more of a general design question, but it will be implemented in RoR to which I am very much a newcomer. Also, I think this is my first question so please be gentle :) The scenario is: I ...
0
votes
3answers
474 views

UITableview add data from another class

Ok so I have a UITableView and a UINavigationController with a UIBarButtonSystemItemAdd and when the add button is pushed, it takes the user to a new view with some fields. I want to be able to get ...
0
votes
1answer
2k views

How to prevent adding of duplicate list items in sharepoint list

I need to add items to a sharepoint list through object model. Before doing this i want to check whether the current item is already exist in the list or not. how to do this?
-2
votes
2answers
240 views

PHP coding procedural vs object oriented [closed]

Procedural coding vs object oriented. Which is the best from the application point of view? Can an application function better with an object oriented coding? or be slower?
2
votes
1answer
125 views

Object Representation - PHP

I'm trying to understand how to best represent data which eventually I'll pull out and build JSON / XML from.. however I keep running in circles of how to define the object.. Essentially I want to ...
3
votes
1answer
332 views

Anything wrong using display lists in OpenGL for a single object?

First of all, I know that displays lists were deprecated in OpenGL 3.0 and removed on 3.1. But I still have to use them on this university project for which OpenGL 2.1 is being used. Every article or ...
2
votes
2answers
1k views

SPQuery and RowLimit

I have around 10000+ rows(Listitems) in a list I want to query. I want to iterate each of the item in a timerJob - but I cant take all of them at a time since : Object Model Override - NO, ...
5
votes
1answer
398 views

Object model in functional style?

Is it at all practical to implement an object model in functional style? One problem that OOP seems to excel at is describing object models. For instance, an HTML DOM is a complicated, stateful ...
3
votes
2answers
1k views

How to get SPUser object from SocialProfile in Sharepoint 2010?

How can I get the SPUser object associated to the profile from the SocialProfile in Sharepoint 2010? Thanks
0
votes
1answer
496 views

SharePoint Web Part Gallery details of each web part

When using SPWeb.GetCatalog(SPListTemplateType.WebPartCatalog), it returns an SPList which of course contains a SPListItemCollection of the web parts in the web part gallery. When looping through the ...
0
votes
1answer
177 views

Persistence and rollback, model, C#

I asked a little while ago a question about rollback, I have a new related question that I have an answer to, but would like some input. So I'm building a persistence ignorant object model and I'm ...

1 2