Skip to content

Commit 78dbbe9

Browse files
committed
feat(#560): RSR-1494 - Remove managebindingforldepf
Signed-off-by: massifben <[email protected]>
1 parent 4552229 commit 78dbbe9

14 files changed

+6
-3093
lines changed

sct-commons/pom.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -180,23 +180,6 @@
180180
<clearOutputDir>false</clearOutputDir>
181181
</configuration>
182182
</execution>
183-
<execution>
184-
<id>epf</id>
185-
<goals>
186-
<goal>xjc</goal>
187-
</goals>
188-
<configuration>
189-
<sources>
190-
<source>${project.basedir}/src/main/resources/xsd/LDEPF.xsd</source>
191-
</sources>
192-
<xjbSources>
193-
<xjbSource>${project.basedir}/src/main/resources/binding_configuration.xjb</xjbSource>
194-
</xjbSources>
195-
<packageName>org.lfenergy.compas.sct.commons.model.epf</packageName>
196-
<noPackageLevelAnnotations>true</noPackageLevelAnnotations>
197-
<clearOutputDir>false</clearOutputDir>
198-
</configuration>
199-
</execution>
200183
<execution>
201184
<id>cbcom</id>
202185
<goals>

sct-commons/src/main/java/org/lfenergy/compas/sct/commons/ExtRefEditorService.java

Lines changed: 4 additions & 279 deletions
Large diffs are not rendered by default.

sct-commons/src/main/java/org/lfenergy/compas/sct/commons/api/ExtRefEditor.java

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@
77
import org.lfenergy.compas.scl2007b4.model.SCL;
88
import org.lfenergy.compas.scl2007b4.model.TExtRef;
99
import org.lfenergy.compas.sct.commons.dto.ExtRefInfo;
10-
import org.lfenergy.compas.sct.commons.dto.SclReportItem;
1110
import org.lfenergy.compas.sct.commons.exception.ScdException;
12-
import org.lfenergy.compas.sct.commons.model.epf.EPF;
13-
14-
import java.util.List;
1511

1612
/**
1713
* Service class that will be used to create, update or delete elements related to the {@link TExtRef <em>TExtRef</em>} object.
@@ -21,7 +17,6 @@
2117
* <ol>
2218
* <li>{@link ExtRefEditor#updateExtRefBinders <em>Update the <b>TExtRef </b> reference object for given <b>ExtRefBindingInfo </b> model</em>}</li>
2319
* <li>{@link ExtRefEditor#updateExtRefSource <em>Update the <b>TExtRef </b> reference object for given <b>ExtRefSourceInfo </b> model</em>}</li>
24-
* <li>{@link ExtRefEditor#manageBindingForLDEPF <em>Manage <b>TExtRef</b> Binding For LDevice (inst=LDEPF) within LDEPF configuration</em>}</li>
2520
* </ol>
2621
* </ul>
2722
*/
@@ -46,15 +41,6 @@ public interface ExtRefEditor {
4641
*/
4742
TExtRef updateExtRefSource(SCL scd, ExtRefInfo extRefInfo) throws ScdException;
4843

49-
/**
50-
* ExtRef Binding For LDevice (inst=LDEPF) that matching EPF configuration
51-
*
52-
* @param scd SCL
53-
* @param epf EPF
54-
* @return list of encountered errors
55-
*/
56-
List<SclReportItem> manageBindingForLDEPF(SCL scd, EPF epf);
57-
5844
/**
5945
* Pointing an unused channel to an existing object LPHD0.Proxy of the concerned IED.
6046
* An unused channel is characterized by the value DAI name ="setSrcRef"/Val (should be empty) in InRef**

sct-commons/src/main/resources/xsd/LDEPF.xsd

Lines changed: 0 additions & 147 deletions
This file was deleted.

0 commit comments

Comments
 (0)