com.pmease.quickbuild.entitymanager
Interface BuildOptionManager

All Superinterfaces:
EntityManager<BuildOption>
All Known Implementing Classes:
DefaultBuildOptionManager

public interface BuildOptionManager
extends EntityManager<BuildOption>


Field Summary
static BuildOptionManager instance
           
 
Method Summary
 BuildOption get(User user, Configuration configuration)
           
 
Methods inherited from interface com.pmease.quickbuild.entitymanager.EntityManager
count, count, delete, get, getAll, getAll, load, save, search, searchIds
 

Field Detail

instance

static final BuildOptionManager instance
Method Detail

get

BuildOption get(User user,
                Configuration configuration)


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.