com.retek.component.supplier.impl.remote
Interface SupplierServicesRemote
- All Superinterfaces:
- DefaultSessionRemote, javax.ejb.EJBObject, java.rmi.Remote
- public interface SupplierServicesRemote
- extends DefaultSessionRemote
Remote interface for com.retek.component.supplier.impl.remote.SupplierServices.
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
createReferenceCacheForPersonalizationColor
public ReferenceCache createReferenceCacheForPersonalizationColor()
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
createReferenceCacheForPersonalizationFont
public ReferenceCache createReferenceCacheForPersonalizationFont()
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
createReferenceCacheForPersonalizationStyle
public ReferenceCache createReferenceCacheForPersonalizationStyle()
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
createReferenceCacheForPersonalizationType
public ReferenceCache createReferenceCacheForPersonalizationType()
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
findAllPersonalizationColors
public java.util.Set findAllPersonalizationColors()
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
findAllPersonalizationFonts
public java.util.Set findAllPersonalizationFonts()
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
findAllPersonalizationStyles
public java.util.Set findAllPersonalizationStyles()
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
findAllPersonalizationTypes
public java.util.Set findAllPersonalizationTypes()
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
findPersonalizationStyle
public PersonalizationStyleDto findPersonalizationStyle(java.lang.String code)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
findPersonalizationType
public PersonalizationTypeDto findPersonalizationType(java.lang.String code)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
findSuppliers
public java.util.Set findSuppliers(SupplierSearchCriteria criteria)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
getNextSupplierContactMethodId
public java.lang.String getNextSupplierContactMethodId()
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
getNextSupplierLocationId
public java.lang.String getNextSupplierLocationId()
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
read
public SupplierDto read(java.lang.String id)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
readPersonalizationColor
public PersonalizationColorDto readPersonalizationColor(DistributedReference ref,
long version)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
readPersonalizationFont
public PersonalizationFontDto readPersonalizationFont(DistributedReference reference,
long version)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
readPersonalizationStyle
public PersonalizationStyleDto readPersonalizationStyle(DistributedReference personalizationStyleRef,
long version)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
readPersonalizationType
public PersonalizationTypeDto readPersonalizationType(DistributedReference personalizationTypeRef,
long version)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
submit
public SupplierDto submit(SupplierDto dto)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
submitPersonalizationColor
public PersonalizationColorDto submitPersonalizationColor(PersonalizationColorDto dto)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
submitPersonalizationFont
public PersonalizationFontDto submitPersonalizationFont(PersonalizationFontDto dto)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
submitPersonalizationStyle
public PersonalizationStyleDto submitPersonalizationStyle(PersonalizationStyleDto dto)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
submitPersonalizationType
public PersonalizationTypeDto submitPersonalizationType(PersonalizationTypeDto dto)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28