com.retek.component.supplier.impl.remote
Class SupplierServicesEjb

java.lang.Object
  extended bycom.retek.commons.domain.core.impl.remote.DefaultSessionEjb
      extended bycom.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

Nested Class Summary
 
Nested classes inherited from class com.retek.commons.domain.core.impl.remote.DefaultSessionEjb
DefaultSessionEjb.EjbOperation, DefaultSessionEjb.EjbOperationWithBusinessException
 
Constructor Summary
SupplierServicesEjb()
           
 
Method Summary
 ReferenceCache createReferenceCacheForPersonalizationColor()
           
 ReferenceCache createReferenceCacheForPersonalizationFont()
           
 ReferenceCache createReferenceCacheForPersonalizationStyle()
           
 ReferenceCache createReferenceCacheForPersonalizationType()
           
 void ejbCreate()
           
 java.util.Set findAllPersonalizationColors()
           
 java.util.Set findAllPersonalizationFonts()
           
 java.util.Set findAllPersonalizationStyles()
           
 java.util.Set findAllPersonalizationTypes()
           
 PersonalizationStyleDto findPersonalizationStyle(java.lang.String code)
           
 PersonalizationTypeDto findPersonalizationType(java.lang.String code)
           
 java.util.Set findSuppliers(SupplierSearchCriteria criteria)
           
 java.lang.String getNextSupplierContactMethodId()
           
 java.lang.String getNextSupplierLocationId()
           
 SupplierDto read(java.lang.String id)
           
 PersonalizationColorDto readPersonalizationColor(DistributedReference ref, long version)
           
 PersonalizationFontDto readPersonalizationFont(DistributedReference reference, long version)
           
 PersonalizationStyleDto readPersonalizationStyle(DistributedReference personalizationStyleRef, long version)
           
 PersonalizationTypeDto readPersonalizationType(DistributedReference personalizationTypeRef, long version)
           
 SupplierDto submit(SupplierDto dto)
           
 PersonalizationColorDto submitPersonalizationColor(PersonalizationColorDto dto)
           
 PersonalizationFontDto submitPersonalizationFont(PersonalizationFontDto dto)
           
 PersonalizationStyleDto submitPersonalizationStyle(PersonalizationStyleDto dto)
           
 PersonalizationTypeDto submitPersonalizationType(PersonalizationTypeDto dto)
           
 
Methods inherited from class com.retek.commons.domain.core.impl.remote.DefaultSessionEjb
checkDtoVersion, ejbActivate, ejbPassivate, ejbRemove, getLocal, getLocalHome, getRemote, getRemoteHome, getSessionContext, setSessionContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SupplierServicesEjb

public SupplierServicesEjb()
Method Detail

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