Skip to content

Commit 50d4d02

Browse files
Update OrderHome.java (Interface segregation)
1 parent 2cccac4 commit 50d4d02

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Online Book Store/order/OrderHome.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,10 @@
66

77
public interface OrderHome extends EJBHome {
88
Order create() throws CreateException, RemoteException;
9+
void backupOrderData() throws RemoteException;
10+
11+
void restoreOrderData() throws RemoteException;
12+
13+
void generateAnalyticsReport() throws RemoteException;
14+
915
}

0 commit comments

Comments
 (0)