com.retek.component.supplier.impl.remote
Class SupplierServicesEjb
java.lang.Object
com.retek.commons.domain.core.impl.remote.DefaultSessionEjb
com.retek.component.supplier.impl.remote.SupplierServicesEjb
- All Implemented Interfaces:
- javax.ejb.EnterpriseBean, java.io.Serializable, javax.ejb.SessionBean
- public class SupplierServicesEjb
- extends DefaultSessionEjb
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SupplierServicesEjb
public SupplierServicesEjb()
ejbCreate
public void ejbCreate()
read
public SupplierDto read(java.lang.String id)
throws SystemException
- Throws:
SystemException
findSuppliers
public java.util.Set findSuppliers(SupplierSearchCriteria criteria)
throws SystemException
- Throws:
SystemException
submit
public SupplierDto submit(SupplierDto dto)
throws SystemException
- Throws:
SystemException
submitPersonalizationType
public PersonalizationTypeDto submitPersonalizationType(PersonalizationTypeDto dto)
throws SystemException
- Throws:
SystemException
findAllPersonalizationTypes
public java.util.Set findAllPersonalizationTypes()
throws SystemException
- Throws:
SystemException
findAllPersonalizationFonts
public java.util.Set findAllPersonalizationFonts()
throws SystemException
- Throws:
SystemException
findAllPersonalizationColors
public java.util.Set findAllPersonalizationColors()
throws SystemException
- Throws:
SystemException
readPersonalizationType
public PersonalizationTypeDto readPersonalizationType(DistributedReference personalizationTypeRef,
long version)
throws SystemException
- Throws:
SystemException
readPersonalizationColor
public PersonalizationColorDto readPersonalizationColor(DistributedReference ref,
long version)
throws SystemException
- Throws:
SystemException
readPersonalizationFont
public PersonalizationFontDto readPersonalizationFont(DistributedReference reference,
long version)
throws SystemException
- Throws:
SystemException
submitPersonalizationStyle
public PersonalizationStyleDto submitPersonalizationStyle(PersonalizationStyleDto dto)
throws SystemException
- Throws:
SystemException
findAllPersonalizationStyles
public java.util.Set findAllPersonalizationStyles()
throws SystemException
- Throws:
SystemException
readPersonalizationStyle
public PersonalizationStyleDto readPersonalizationStyle(DistributedReference personalizationStyleRef,
long version)
throws SystemException
- Throws:
SystemException
submitPersonalizationFont
public PersonalizationFontDto submitPersonalizationFont(PersonalizationFontDto dto)
throws SystemException
- Throws:
SystemException
submitPersonalizationColor
public PersonalizationColorDto submitPersonalizationColor(PersonalizationColorDto dto)
throws SystemException
- Throws:
SystemException
getNextSupplierLocationId
public java.lang.String getNextSupplierLocationId()
throws SystemException
- Throws:
SystemException
getNextSupplierContactMethodId
public java.lang.String getNextSupplierContactMethodId()
throws SystemException
- Throws:
SystemException
createReferenceCacheForPersonalizationFont
public ReferenceCache createReferenceCacheForPersonalizationFont()
throws SystemException
- Throws:
SystemException
createReferenceCacheForPersonalizationColor
public ReferenceCache createReferenceCacheForPersonalizationColor()
throws SystemException
- Throws:
SystemException
createReferenceCacheForPersonalizationStyle
public ReferenceCache createReferenceCacheForPersonalizationStyle()
throws SystemException
- Throws:
SystemException
createReferenceCacheForPersonalizationType
public ReferenceCache createReferenceCacheForPersonalizationType()
throws SystemException
- Throws:
SystemException
findPersonalizationType
public PersonalizationTypeDto findPersonalizationType(java.lang.String code)
throws SystemException
- Throws:
SystemException
findPersonalizationStyle
public PersonalizationStyleDto findPersonalizationStyle(java.lang.String code)
throws SystemException
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28