|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.module.ar.document.service.impl.CustomerAddressServiceImpl
@Transactional public class CustomerAddressServiceImpl
Field Summary | |
---|---|
protected static String |
CUST_ADDR_ID_SEQ
|
Constructor Summary | |
---|---|
CustomerAddressServiceImpl()
|
Method Summary | |
---|---|
boolean |
customerAddressActive(String customerNumber,
Integer customerAddressIdentifier)
This method returns true if customer address is active |
boolean |
customerAddressExists(String customerNumber,
Integer customerAddressIdentifier)
This method returns true if customer address exists |
org.kuali.rice.kns.service.BusinessObjectService |
getBusinessObjectService()
|
CustomerAddress |
getByPrimaryKey(String customerNumber,
Integer customerAddressIdentifier)
This method returns a customer address by primary key |
CustomerAddressDao |
getCustomerAddressDao()
This method sets customer address dao |
Integer |
getNextCustomerAddressIdentifier()
This method gets the next address identifier |
CustomerAddress |
getPrimaryAddress(String customerNumber)
This method returns the CustomerAddress specified as the primary address for a Customer. |
org.kuali.rice.kns.service.SequenceAccessorService |
getSequenceAccessorService()
This method gets the sequenceAccessorService |
void |
setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
|
void |
setCustomerAddressDao(CustomerAddressDao customerAddressDao)
This method gets customer address dao |
void |
setSequenceAccessorService(org.kuali.rice.kns.service.SequenceAccessorService sequenceAccessorService)
This method sets the sequenceAccessorService |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final String CUST_ADDR_ID_SEQ
Constructor Detail |
---|
public CustomerAddressServiceImpl()
Method Detail |
---|
public CustomerAddress getByPrimaryKey(String customerNumber, Integer customerAddressIdentifier)
CustomerAddressService
getByPrimaryKey
in interface CustomerAddressService
public CustomerAddress getPrimaryAddress(String customerNumber)
CustomerAddressService
getPrimaryAddress
in interface CustomerAddressService
public boolean customerAddressActive(String customerNumber, Integer customerAddressIdentifier)
customerAddressActive
in interface CustomerAddressService
customerNumber
- customerAddressIdentifier
-
public org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
public boolean customerAddressExists(String customerNumber, Integer customerAddressIdentifier)
CustomerAddressService
customerAddressExists
in interface CustomerAddressService
CustomerAddressService.customerAddressExists(java.lang.String, java.lang.Integer)
public CustomerAddressDao getCustomerAddressDao()
public void setCustomerAddressDao(CustomerAddressDao customerAddressDao)
customerAddressDao
- public Integer getNextCustomerAddressIdentifier()
CustomerAddressService
getNextCustomerAddressIdentifier
in interface CustomerAddressService
CustomerAddressService.getNextCustomerAddressIdentifier()
public org.kuali.rice.kns.service.SequenceAccessorService getSequenceAccessorService()
public void setSequenceAccessorService(org.kuali.rice.kns.service.SequenceAccessorService sequenceAccessorService)
sequenceAccessorService
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |