yuxc
2025-01-15 63ff693fcccf647d758fc4f300a573f6c644596e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
package com.vci.corba.volume;
 
 
/**
 * Generated from IDL interface "VolumeFactory".
 *
 * @author JacORB IDL compiler V 3.9
 * @version generated at 2022-12-23 15:42:24
 */
 
public interface VolumeFactoryOperations
{
    /* constants */
    /* operations  */
    com.vci.corba.volume.data.PvolumeInfo[] getAllPvolumes() throws com.vci.corba.common.VCIError;
    com.vci.corba.volume.data.PvolumeInfo getDefaultVolume() throws com.vci.corba.common.VCIError;
    com.vci.corba.volume.data.PvolumeInfo[] getPvolumesPage(int pageSize, int pageIndex) throws com.vci.corba.common.VCIError;
    java.lang.String savePvolume(com.vci.corba.volume.data.PvolumeInfo vol, com.vci.corba.common.data.UserEntityInfo userEntity) throws com.vci.corba.common.VCIError;
    boolean updatePvolume(com.vci.corba.volume.data.PvolumeInfo vol, com.vci.corba.common.data.UserEntityInfo userEntity) throws com.vci.corba.common.VCIError;
    boolean deletePvolume(java.lang.String[] ids, com.vci.corba.common.data.UserEntityInfo userEntity) throws com.vci.corba.common.VCIError;
    com.vci.corba.volume.data.PvolumeInfo getDocumentVolume(java.lang.String id) throws com.vci.corba.common.VCIError;
    void updatePvolumeHql(com.vci.corba.common.data.UserEntityInfo userEntity) throws com.vci.corba.common.VCIError;
    int fetchVolumeInfoByIds(java.lang.String id) throws com.vci.corba.common.VCIError;
    boolean checkDelIsvalid(java.lang.String id) throws com.vci.corba.common.VCIError;
    com.vci.corba.volume.data.PvolumeInfo getIsvalidVolumeName() throws com.vci.corba.common.VCIError;
    com.vci.corba.volume.data.PvolumeInfo getIsvalidVolumeNameInServerEnv() throws com.vci.corba.common.VCIError;
    int getTransmitBlockSize() throws com.vci.corba.common.VCIError;
}