com.pmease.quickbuild.entitymanager.impl
Class DefaultCloudProfileManager

java.lang.Object
  extended by com.pmease.quickbuild.entitymanager.impl.AbstractEntityManager<CloudProfile>
      extended by com.pmease.quickbuild.entitymanager.impl.DefaultCloudProfileManager
All Implemented Interfaces:
CloudProfileManager, EntityManager<CloudProfile>

public class DefaultCloudProfileManager
extends AbstractEntityManager<CloudProfile>
implements CloudProfileManager


Field Summary
 
Fields inherited from interface com.pmease.quickbuild.entitymanager.CloudProfileManager
instance
 
Constructor Summary
DefaultCloudProfileManager()
           
 
Method Summary
 CloudProfile copyAsNew(CloudProfile cloudProfile)
           
 void delete(CloudProfile cloudProfile)
          delete specified entity.
 CloudProfile get(java.lang.String name)
           
 void save(CloudProfile cloudProfile)
          create new entry in database if identifier of specified identity is null, or update existing entity into database if the identifier is not null.
 void testLaunch(CloudProfile cloudProfile)
           
 
Methods inherited from class com.pmease.quickbuild.entitymanager.impl.AbstractEntityManager
count, count, countEntities, get, getAll, getAll, getSession, load, search, searchEntities, searchEntityIds, searchIds
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.pmease.quickbuild.entitymanager.EntityManager
count, count, get, getAll, getAll, load, search, searchIds
 

Constructor Detail

DefaultCloudProfileManager

public DefaultCloudProfileManager()
Method Detail

save

public void save(CloudProfile cloudProfile)
Description copied from class: AbstractEntityManager
create new entry in database if identifier of specified identity is null, or update existing entity into database if the identifier is not null.

Specified by:
save in interface EntityManager<CloudProfile>
Overrides:
save in class AbstractEntityManager<CloudProfile>

delete

public void delete(CloudProfile cloudProfile)
Description copied from class: AbstractEntityManager
delete specified entity.

Specified by:
delete in interface EntityManager<CloudProfile>
Overrides:
delete in class AbstractEntityManager<CloudProfile>

get

public CloudProfile get(java.lang.String name)
Specified by:
get in interface CloudProfileManager

copyAsNew

public CloudProfile copyAsNew(CloudProfile cloudProfile)
Specified by:
copyAsNew in interface CloudProfileManager

testLaunch

public void testLaunch(CloudProfile cloudProfile)
Specified by:
testLaunch in interface CloudProfileManager


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