|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DuplicateEntityException in org.figure8.join.businessfacades.artifact |
---|
Methods in org.figure8.join.businessfacades.artifact that throw DuplicateEntityException | |
---|---|
void |
DefaultArtifactManager.registerDeliverable(Deliverable deliverable,
java.io.InputStream content)
Create a deliverable within datastore and register its content. |
void |
ArtifactManager.registerDeliverable(Deliverable deliverable,
java.io.InputStream content)
Create a deliverable within datastore and register its content. |
void |
DefaultAssemblyManager.saveAssembly(Assembly assembly,
java.util.List deliverables)
Save a specified assembly (indeed a save or update method) |
void |
AssemblyManager.saveAssembly(Assembly assembly,
java.util.List deliverables)
Save a specified assembly (indeed a save or update method) |
void |
DefaultAssemblyManager.saveBuild(Build build,
java.util.List components,
java.util.Map extractedComponents)
Save a Build for a specified release (indeed a create or update method). |
void |
AssemblyManager.saveBuild(Build build,
java.util.List components,
java.util.Map extractedComponents)
Save a Build for a specified release (indeed a save or update method) |
void |
DefaultArtifactManager.saveComponentType(ComponentType type)
Save a component type within datastore |
void |
ArtifactManager.saveComponentType(ComponentType type)
Save a component type within datastore |
void |
DefaultArtifactManager.saveDeliverableType(DeliverableType type)
Save a deliverable type within datastore. |
void |
ArtifactManager.saveDeliverableType(DeliverableType type)
Save a deliverable type within datastore. |
Uses of DuplicateEntityException in org.figure8.join.businessfacades.commons |
---|
Methods in org.figure8.join.businessfacades.commons that throw DuplicateEntityException | |
---|---|
void |
IntegrationProcessManager.saveRelease(Release release)
Save a release within datastore. |
void |
DefaultIntegrationProcessManager.saveRelease(Release release)
Save a release within datastore. |
void |
IntegrationProcessManager.saveStatus(Status status)
Save a status within datastore. |
void |
DefaultIntegrationProcessManager.saveStatus(Status status)
Save a status within datastore. |
void |
IntegrationProcessManager.saveTarget(Target target)
Save a deployment target within datastore. |
void |
DefaultIntegrationProcessManager.saveTarget(Target target)
Save a deployment target within datastore. |
Uses of DuplicateEntityException in org.figure8.join.businessfacades.environment |
---|
Methods in org.figure8.join.businessfacades.environment that throw DuplicateEntityException | |
---|---|
void |
EnvironmentManager.saveLogicalEnvironment(LogicalEnvironment environment)
Save a LogicalEnvironment within datastore (create or update) |
void |
DefaultEnvironmentManager.saveLogicalEnvironment(LogicalEnvironment environment)
Save a LogicalEnvironment within datastore (create or update) |
void |
DefaultResourceManager.saveMachine(Machine machine)
Save a Machine within datastore (create or update). |
void |
ResourceManager.saveMachine(Machine machine)
Save a Machine within datastore (create or update) |
void |
EnvironmentManager.savePhysicalEnvironment(PhysicalEnvironment environment)
Save a PhysicalEnvironment within datastore (create or update) |
void |
DefaultEnvironmentManager.savePhysicalEnvironment(PhysicalEnvironment environment)
Save a PhysicalEnvironment within datastore (create or update) |
void |
DefaultResourceManager.saveResource(AbstractResource resource)
Save a Resource within datastore (create or update). |
void |
ResourceManager.saveResource(AbstractResource resource)
Save a Resource within datastore (create or update). |
void |
DefaultResourceManager.saveResourceType(AbstractResourceType type)
Save a ResourceType within datastore (create or update). |
void |
ResourceManager.saveResourceType(AbstractResourceType type)
Save a ResourceType within datastore (create or update). |
void |
DefaultResourceManager.saveResourceVersion(ResourceVersion version)
Save a ResourceVersion within datastore (create or update) |
void |
ResourceManager.saveResourceVersion(ResourceVersion version)
Save a RsourceVersion within datastore (create or update) |
Uses of DuplicateEntityException in org.figure8.join.businessfacades.reporting |
---|
Methods in org.figure8.join.businessfacades.reporting that throw DuplicateEntityException | |
---|---|
void |
DefaultReportingManager.saveMailingList(MailingList list)
Save a MilingList within datastore (create or update) |
void |
ReportingManager.saveMailingList(MailingList list)
Save a MilingList within datastore (create or update) |
Uses of DuplicateEntityException in org.figure8.join.businessfacades.security |
---|
Methods in org.figure8.join.businessfacades.security that throw DuplicateEntityException | |
---|---|
void |
PermissionManager.saveRole(Role role)
Save or update a given security role into datastore. |
void |
DefaultPermissionManager.saveRole(Role role)
Save or update a givean security role into datastore. |
void |
UserManager.saveUser(User user)
Save or update a given user into datastore. |
void |
DefaultUserManager.saveUser(User user)
Save or update a given user into datastore. |
Uses of DuplicateEntityException in org.figure8.join.control.action |
---|
Methods in org.figure8.join.control.action that throw DuplicateEntityException | |
---|---|
protected void |
ParameterActions.saveParameter(java.lang.String name,
java.lang.String description)
Create a new parameter. |
Uses of DuplicateEntityException in org.figure8.join.core.messaging |
---|
Methods in org.figure8.join.core.messaging that throw DuplicateEntityException | |
---|---|
void |
DefaultJMSConsumerBeanManager.saveConsumerBeanInfo(JMSConsumerBeanInfo info)
Save a JMSConsumerBean infos within datastore. |
void |
JMSConsumerBeanManager.saveConsumerBeanInfo(JMSConsumerBeanInfo info)
Save a JMSConsumerBean infos within datastore. |
Uses of DuplicateEntityException in org.figure8.join.services.remoting |
---|
Methods in org.figure8.join.services.remoting that throw DuplicateEntityException | |
---|---|
void |
ResourceService.createResourceVersion(java.lang.String token,
RemoteResourceVersion version)
Create a new resource version for a specified type. |
void |
MessagingService.saveConsumerBeanInfo(java.lang.String token,
RemoteJMSConsumerBeanInfo info)
Save a JMSConsumerBean infos within datastore. |
void |
CronService.saveCron(java.lang.String token,
RemoteQuartzCronInfo cron)
Save a new cron on server-side. |
void |
ArtifactService.supplyDeliverable(java.lang.String token,
RemoteDeliverable deliverable,
java.io.File content)
Supply a new deliverable using the remote wrapper. |
Uses of DuplicateEntityException in org.figure8.join.services.remoting.services |
---|
Methods in org.figure8.join.services.remoting.services that throw DuplicateEntityException | |
---|---|
void |
ResourceServiceImpl.createResourceVersion(java.lang.String token,
RemoteResourceVersion version)
Create a new resource version for a specified type. |
void |
MessagingServiceImpl.saveConsumerBeanInfo(java.lang.String token,
RemoteJMSConsumerBeanInfo info)
Save a JMSConsumerBean infos within datastore. |
void |
CronServiceImpl.saveCron(java.lang.String token,
RemoteQuartzCronInfo remoteCron)
Save a new cron on server-side. |
void |
ArtifactServiceImpl.supplyDeliverable(java.lang.String token,
RemoteDeliverable deliverable,
java.io.File content)
Supply a new deliverable using the remote wrapper. |
Uses of DuplicateEntityException in org.figure8.join.services.remoting.xmlrpc |
---|
Methods in org.figure8.join.services.remoting.xmlrpc that throw DuplicateEntityException | |
---|---|
boolean |
XmlRpcHandler.createResourceVersion(java.lang.String token,
java.lang.String versionName,
java.lang.String versionDescription,
java.lang.String resourceTypeKey)
Create a new resource version for a specified resource type. |
boolean |
DefaultXmlRpcHandler.createResourceVersion(java.lang.String token,
java.lang.String versionName,
java.lang.String versionDescription,
java.lang.String resourceTypeKey)
Create a new resource version for a specified resource type. |
boolean |
XmlRpcHandler.supplyDeliverable(java.lang.String token,
java.lang.String releaseName,
java.lang.String typeKey,
java.lang.String versionInfo,
java.lang.String comments,
byte[] content)
Supply a new deliverable using the remote wrapper. |
boolean |
DefaultXmlRpcHandler.supplyDeliverable(java.lang.String token,
java.lang.String releaseName,
java.lang.String typeKey,
java.lang.String versionInfo,
java.lang.String comments,
byte[] content)
Supply a new deliverable using the remote wrapper. |
Uses of DuplicateEntityException in org.figure8.join.services.scheduling |
---|
Methods in org.figure8.join.services.scheduling that throw DuplicateEntityException | |
---|---|
void |
DefaultQuartzCronManager.saveQuartzCronInfo(QuartzCronInfo info)
Save a QuartzCronInfo within datastore. |
void |
QuartzCronManager.saveQuartzCronInfo(QuartzCronInfo info)
Save a QuartzCronInfo within datastore. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |