|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PremisesAccessException | |
---|---|
com.ibm.rfid.epc.validation | Provides access to EPC validation and information classes |
com.ibm.rfid.premises.app.access | Provides access to IBM WebSephere Sensor Events functionality |
com.ibm.rfid.premises.app.entities.printing | Provides entity classes that represent IBM WebSphere Sensor Events Server printer-related objects |
com.ibm.rfid.premises.app.entities.reading | Provides entity classes that represent Premises Server reader-related objects |
com.ibm.rfid.premises.app.entities.supplychain | Provides supply chain specific classes |
com.ibm.rfid.premises.app.entities.supplychain.printing | Provides supply chain printing specific classes |
com.ibm.rfid.premises.entities |
Uses of PremisesAccessException in com.ibm.rfid.epc.validation |
---|
Methods in com.ibm.rfid.epc.validation that throw PremisesAccessException | |
---|---|
static java.lang.String |
EncodingValidator.formatInput(java.lang.String upc,
java.lang.String data,
java.lang.String companyPrefix,
java.lang.String indicatorDigit,
java.lang.String[] inputTypes)
checks to see if input (calculated from parameters) is SSCC18 or GTIN14 and reformats the global identifier (either SSCC18 or GTIN14 value). |
Uses of PremisesAccessException in com.ibm.rfid.premises.app.access |
---|
Methods in com.ibm.rfid.premises.app.access that throw PremisesAccessException | |
---|---|
void |
PremisesAccess.clearALEData(java.lang.String location)
Deprecated. clears the ALE Data for a given location |
java.util.Map |
PremisesAccess.decodeEPCValue(java.lang.String epcVal)
Deprecated. Decodes given EPC Hex value and retrun map for all the decoded values. |
void |
PremisesAccess.deleteControllerMetaData(java.lang.String controllerid,
java.lang.String keyname)
Deprecated. Deletes the metadata key and value for the given Controller object |
void |
PremisesAccess.deleteLocationMetaData(java.lang.String locationid,
java.lang.String keyname)
Deprecated. Deletes the metadata key and value for the given Location object |
ECReports[] |
PremisesAccess.getALEData(java.lang.String location)
Deprecated. gets the ECReports for a given location/reader |
Controller[] |
PremisesAccess.getAllController()
Deprecated. Gets all Controller objects defined in the IBM WebSphere Sensor Events Server |
Device[] |
PremisesAccess.getAllDevices()
Deprecated. Gets all Device objects defined in the IBM WebSphere Sensor Events Server |
Device[] |
PremisesAccess.getAllDevicesByCategoryName(java.lang.String category)
Deprecated. Gets all Device objects defined in the IBM WebSphere Sensor Events Server for given Device Category |
Location[] |
PremisesAccess.getAllLocation()
Deprecated. Gets all Location objects defined in the IBM WebSphere Sensor Events Server |
Printer[] |
PremisesAccess.getAllPrinters()
Deprecated. Gets all printers defined in the IBM WebSphere Sensor Events Server |
PrintTemplate[] |
PremisesAccess.getAllPrintTemplates()
Deprecated. Gets all of the print templates |
Reader[] |
PremisesAccess.getAllReaders()
Deprecated. see getAllDevice method |
Controller |
PremisesAccess.getController(java.lang.String controllerid)
Deprecated. Gets the Controller object with the specified Controller ID |
java.util.HashMap |
PremisesAccess.getControllerMetaData(java.lang.String controllerid)
Deprecated. Gets the metdadata values for given Controller |
Device |
PremisesAccess.getDevice(java.lang.String deviceid)
Deprecated. Gets the Device with the specified device ID |
java.lang.String[] |
PremisesAccess.getDeviceIDByCategoryName(java.lang.String category)
Deprecated. Gets all Device objects defined in the IBM WebSphere Sensor Events Server for given Device Category |
java.lang.String |
PremisesAccess.getDeviceStatus(java.lang.String locationId)
Deprecated. Gets the device status |
java.lang.String[] |
PremisesAccess.getEpcTagData(java.lang.String printJobId)
Deprecated. Gets the EPC Tag Data for a specific print job |
java.lang.String[] |
PremisesAccess.getEpcTagDataByBusinessRef(java.lang.String businessRef)
Deprecated. Gets the EPC Tag Data for a specific business reference |
HistoryForTagOutput[] |
PremisesAccess.getHistoryForTag(long startDateTime,
java.lang.String tag)
Deprecated. |
java.lang.String |
PremisesAccess.getItemReferenceIdByUrn(java.lang.String urn)
Deprecated. Gets an item reference from IBM WebSphere Sensor Events Server based on human readable epc urn e.g., "sgtin-64:0.1234567.100110.1" note: urns stored in IBM WebSphere Sensor Events Server are prepended with "urn:epc:tag:". |
Location |
PremisesAccess.getLocation(java.lang.String locationid)
Deprecated. Gets the Location object with the specified Location ID or Location Alias |
java.util.HashMap |
PremisesAccess.getLocationMetaData(java.lang.String locationid)
Deprecated. Gets the metadata values for given Location |
java.lang.String |
PremisesAccess.getPremisesPropertiesKeyValue(java.lang.String key)
Deprecated. Gets the key value from premises.properties (default location is - IBM_RFID_HOME\premises\properties) |
PrintDetails |
PremisesAccess.getPrintDetails(java.lang.String printJobId)
Deprecated. Gets the PrintDetails for a specific print job |
PrintDetails[] |
PremisesAccess.getPrintDetailsByBusinessRef(java.lang.String businessRefId)
Deprecated. Gets the PrintDetails using a specified business reference ID |
Printer |
PremisesAccess.getPrinter(java.lang.String deviceid)
Deprecated. Gets the printer with the specified device ID |
PrinterType |
PremisesAccess.getPrinterType(java.lang.String printerTypeId)
Deprecated. Gets the PrinterType using the specified printer type ID |
PrintJob |
PremisesAccess.getPrintJob(java.lang.String printJobId)
Deprecated. Get registered print job |
java.lang.String |
PremisesAccess.getPrintJobIdByUrn(java.lang.String urn)
Deprecated. Gets a print job id from IBM WebSphere Sensor Events Server based on human readable epc urn e.g., "sgtin-64:0.1234567.100110.1" note: urns stored in IBM WebSphere Sensor Events Server are prepended with "urn:epc:tag:". |
PrintJob[] |
PremisesAccess.getPrintJobs()
Deprecated. Get all of the print jobs that have been registered. |
java.lang.String |
PremisesAccess.getPrintJobStatus(java.lang.String printJobId)
Deprecated. |
PrintTemplate[] |
PremisesAccess.getPrintTemplatesOfType(java.lang.String printerTypeId)
Deprecated. Gets the Print templates of the specified type |
Reader |
PremisesAccess.getReader(java.lang.String deviceid)
Deprecated. see getDevice method |
java.lang.String |
PremisesAccess.getReaderStatus(java.lang.String locationId)
Deprecated. see getDeviceStatus method |
ReaderType |
PremisesAccess.getReaderType(java.lang.String readerTypeId)
Deprecated. Gets the ReaderType using the specified reader type ID |
SupplyChainProfile |
PremisesAccess.getSupplyChainProfile(java.lang.String id)
Deprecated. Gets the SupplyChainProfile with a specified ID |
SupplyChainProfile[] |
PremisesAccess.getSupplyChainProfiles()
Deprecated. Gets all of the SupplyChainProfiles that are currently defined |
TagHistoriesForLocationOutput[] |
SensorEventsAPIAccess.getTagHistoriesForLocation(long startDateTime,
java.lang.String locationId)
gets the TagHistories For given Location ID |
TagHistoriesForLocationOutput[] |
PremisesAccess.getTagHistoriesForLocation(long startDateTime,
java.lang.String locationId)
Deprecated. |
TagHistoriesForReaderOutput[] |
PremisesAccess.getTagHistoriesForReader(long startDateTime,
java.lang.String readerId)
Deprecated. |
java.lang.String |
PremisesAccess.printJob(java.lang.String locationid,
java.lang.String printerid,
PrintDetails pd)
Deprecated. Sends a print job command to the IBM WebSphere Sensor Events |
void |
PremisesAccess.sendAcceptToLightStack(java.lang.String locationid)
Deprecated. Sends an accept message to the light stack at the specified location |
void |
PremisesAccess.sendLocationMetaData(java.lang.String locationId,
boolean isDelete,
java.util.Map attributes)
Deprecated. This API call will send IBMSensorEvent to the Data Capture Controller. |
void |
PremisesAccess.sendRejectToLightStack(java.lang.String locationid)
Deprecated. Sends a reject message to the light stack at the specified location |
void |
PremisesAccess.setControllerMetaData(java.lang.String controllerid,
java.util.HashMap metadata)
Deprecated. Sets the Controller object with given metadata values |
void |
PremisesAccess.setLocationMetaData(java.lang.String locationid,
java.util.HashMap metadata)
Deprecated. Sets the Location object with given metadata values |
void |
PremisesAccess.setLocationMetaDataAndStartLocation(java.lang.String locationid,
java.util.HashMap metadata)
Deprecated. Sets metadata and starts the given location object |
void |
PremisesAccess.startLocation(java.lang.String locationid)
Deprecated. Sends a start Location command to the given location ID |
void |
PremisesAccess.stopLocation(java.lang.String locationid)
Deprecated. Sends a stop location command to the given Location |
void |
PremisesAccess.turnDeviceOff(java.lang.String locationid,
java.lang.String deviceid)
Deprecated. see stopLocation method |
void |
PremisesAccess.turnDeviceOn(java.lang.String locationid,
java.lang.String deviceid)
Deprecated. see startLocation method |
void |
PremisesAccess.turnReaderOff(java.lang.String locationid,
java.lang.String deviceid)
Deprecated. see stopLocation method |
void |
PremisesAccess.turnReaderOn(java.lang.String locationid,
java.lang.String deviceid)
Deprecated. see startLocation method |
void |
PremisesAccess.updateControllerMetaData(java.lang.String controllerid,
java.util.HashMap metadata)
Deprecated. Updates the Controller object with given metadata values |
void |
PremisesAccess.updateLocationMetaData(java.lang.String locationid,
java.util.HashMap metadata)
Deprecated. Updates the Location object with given metadata values |
Uses of PremisesAccessException in com.ibm.rfid.premises.app.entities.printing |
---|
Methods in com.ibm.rfid.premises.app.entities.printing that throw PremisesAccessException | |
---|---|
PrinterType |
PrintTemplate.getPrinterType()
Gets the printer type |
PrinterType |
Printer.getPrinterType()
Gets the Printer type |
java.lang.String |
Printer.submit(PrintDetails sp)
Submits a PrintDetails for this particular Printer object |
Uses of PremisesAccessException in com.ibm.rfid.premises.app.entities.reading |
---|
Methods in com.ibm.rfid.premises.app.entities.reading that throw PremisesAccessException | |
---|---|
ReaderType |
Reader.getReaderType()
Deprecated. |
java.lang.String |
Reader.getStatus()
Deprecated. Gets the reader's most recent status |
void |
Reader.setALEFilters(java.util.Vector filters)
Deprecated. This method will set filters to be used by the ALE spec. |
void |
Reader.setALEGroups(java.util.Vector groups)
Deprecated. This method will set groups to be used by the ALE spec. |
void |
Reader.start()
Deprecated. sends a start command to the location of the reader |
java.lang.String |
Reader.startALErdr(java.lang.String alespecnme)
Deprecated. starts ale session on reader |
void |
Reader.stop()
Deprecated. sends stop command to location of reader |
void |
Reader.stopALErdr(java.lang.String alespecname)
Deprecated. stops ale session that has name of alespecname |
Uses of PremisesAccessException in com.ibm.rfid.premises.app.entities.supplychain |
---|
Methods in com.ibm.rfid.premises.app.entities.supplychain that throw PremisesAccessException | |
---|---|
boolean |
PackType.isValidInput(java.lang.String data,
java.lang.String companyPrefix)
Checks to see if parameters (data, companyPrefix) are valid for this PackType's encoding type |
Uses of PremisesAccessException in com.ibm.rfid.premises.app.entities.supplychain.printing |
---|
Methods in com.ibm.rfid.premises.app.entities.supplychain.printing that throw PremisesAccessException | |
---|---|
java.lang.String |
PrintJob.getBusinessRefId()
allows you to get business reference id from PrintJob object |
PrintDetails |
PrintJob.getPrintDetails()
Gets the PrintDetails object used to submit the original print job |
java.lang.String |
PrintJob.getPrintJobStatus()
|
Uses of PremisesAccessException in com.ibm.rfid.premises.entities |
---|
Methods in com.ibm.rfid.premises.entities that throw PremisesAccessException | |
---|---|
java.util.HashMap |
Location.getMetadata()
Gets devie metadata object as HashMap. |
java.util.HashMap |
Controller.getMetadata()
Gets the Metadata Object for the Controler ID |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |