|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pmease.quickbuild.entitymanager.impl.AbstractEntityManager<CloudProfile>
com.pmease.quickbuild.entitymanager.impl.DefaultCloudProfileManager
public class DefaultCloudProfileManager
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 |
---|
public DefaultCloudProfileManager()
Method Detail |
---|
public void save(CloudProfile cloudProfile)
AbstractEntityManager
save
in interface EntityManager<CloudProfile>
save
in class AbstractEntityManager<CloudProfile>
public void delete(CloudProfile cloudProfile)
AbstractEntityManager
delete
in interface EntityManager<CloudProfile>
delete
in class AbstractEntityManager<CloudProfile>
public CloudProfile get(java.lang.String name)
get
in interface CloudProfileManager
public CloudProfile copyAsNew(CloudProfile cloudProfile)
copyAsNew
in interface CloudProfileManager
public void testLaunch(CloudProfile cloudProfile)
testLaunch
in interface CloudProfileManager
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |